Matrox Hall modul
Matrox Hall modul
moin @all,
ich scheitere mal wieder an der grafischen oberflaeche, ich habe eine matrox millenium II pci 8 mb grafikkarte und beim start vom gdm sagt er mir
matrox Hallmodule not found -using building mode setup install
chipset "mga 1064 sg" den findet er schon mal
no screen found
ich kann die karte aber anwaehlen was hat debian, mag er keine matroxkarten???
dank euch
ich scheitere mal wieder an der grafischen oberflaeche, ich habe eine matrox millenium II pci 8 mb grafikkarte und beim start vom gdm sagt er mir
matrox Hallmodule not found -using building mode setup install
chipset "mga 1064 sg" den findet er schon mal
no screen found
ich kann die karte aber anwaehlen was hat debian, mag er keine matroxkarten???
dank euch
-
- Beiträge: 27
- Registriert: 02.11.2003 19:58:56
- Wohnort: Würzburg
Re: Matrox Hall modul
um ganz ehrlich zu sein, was dieses ominöse HAL Modul macht, ist mir auch nicht klarerzengel hat geschrieben:moin @all,
ich scheitere mal wieder an der grafischen oberflaeche, ich habe eine matrox millenium II pci 8 mb grafikkarte und beim start vom gdm sagt er mir
matrox Hallmodule not found -using building mode setup install
chipset "mga 1064 sg" den findet er schon mal
bei meiner altern Matrox 400 ist die Meldung ähnlich
Code: Alles auswählen
(**) MGA(0): Option "NoHal"
(II) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead
(--) MGA(0): Chipset: "mgag400" (G400)
Code: Alles auswählen
Option "NoHal"
hat entweder damit zutun, das in Deiner "screen" sektion ein tippfehlererzengel hat geschrieben: no screen found
oder Definitionsfehler besteht --
in Deinem Falle fehlt Deiner Screen Sektion eben eine sauber initialisierte
Graphikkarte , evtl. eben dieses ominöse "NoHal"
naja, es ist eine "basic" Konfiguration, seher rudimentärerzengel hat geschrieben: ich kann die karte aber anwaehlen was hat debian, mag er keine matroxkarten???
dank euch
eine gute Idee ist es etwas nachzulesen
Code: Alles auswählen
~$ locate Cards
/usr/share/hwdata/Cards
/usr/X11R6/lib/X11/Cards
und sich die XF86Config-4 zu kopieren -- sollte auch funzen
viel erfolg
Carsten
---
The Heineken Uncertainty Principle:
You can never be sure how many beers you had last night.
---
The Heineken Uncertainty Principle:
You can never be sure how many beers you had last night.
---
problem loesung leider noch nicht, vonwegen matrox-karten gehen so toll, in der firma hab ich das gleiche problem mit ner matrox g 550. hab mir bei matrox die hal runtergeladen und eingespielt und er hat alles schoen aktualisiert, und......... und der effekt is mal wieder der gleiche. son windows-juenger will doch nur etwas alte heimat.
auch wenn hier alle wieder aufschreien
aber das mit der koppix probier ich mal aus, weil das rennt sie
PS: hat hier schon jemand erfahrung nit dem aufsetzten eines ntp-server ??
auch wenn hier alle wieder aufschreien
aber das mit der koppix probier ich mal aus, weil das rennt sie
PS: hat hier schon jemand erfahrung nit dem aufsetzten eines ntp-server ??
Das HAL-Modul wird garantiert nicht gebraucht um die Karten zu benutzen. Das HAL-Modul stellt lediglich Untersctützung für verschiedenen Fähigkeiten der Grafikkarten bereit. Selbst für Hardware bechleunigtes OpenGL braucht man das Modul nicht.
Wenn X mit einer Fehlermeldung abbricht dann ist die Konfiguration in der XF86Config falsch. Vielleicht selbige einfach mal hier reinstellen?
Wenn ihr wissen möchtet für was das HAL-Modul gebraucht wird seht euch auf den entsprechenden Seiten von Matrox um, steht alles dort geschrieben.
Ein Teil meiner XF86Config-4:
MFG, David
Wenn X mit einer Fehlermeldung abbricht dann ist die Konfiguration in der XF86Config falsch. Vielleicht selbige einfach mal hier reinstellen?
Wenn ihr wissen möchtet für was das HAL-Modul gebraucht wird seht euch auf den entsprechenden Seiten von Matrox um, steht alles dort geschrieben.
The Matrox HAL ("Hardware Abstraction Layer") is a special library
to enable features not supported by the standard XFree86 driver.
It's required for DualHead, TV output, and DVI support with G400-
based graphics hardware, for multi-display support with G200/G450 MMS
products, and for DVI support with G550 products. It's also needed
for certain PowerDesk features such as adjusting refresh rates,
display positioning, and the "DualHead Multi-Display - Merged"
feature. The HAL library is not required for basic DualHead support
(without a DVI monitor) with G450- and G550-based graphics
hardware. Also please take not that TV output is not supported with
G450- and G550- based graphics hardware in Linux.
Due to certain legal liabilities and for the protection of
intellectual property, Matrox reserves licensing rights to the
library and prohibits reverse engineering but allows free
distribution under any operating system. Matrox encourages members
of the open source community to freely distribute and assist in
the further development of this driver.
Ein Teil meiner XF86Config-4:
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "g450 millenium"
Driver "mga"
VideoRam 16384
Option "hw cursor" "yes"
Option "Overlay" "yes"
EndSection
Section "Monitor"
Identifier "Targa Monitor"
HorizSync 35-96
VertRefresh 50-160
Option "DPMS"
ModeLine "1152x864" 138.85 1152 1200 1440 1536 864 866 878 904 #100Hz
EndSection
Section "Screen"
Identifier "Default Screen"
Device "g450 millenium"
Monitor "Targa Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1152x864" "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x864" "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x864" "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
MFG, David
-
- Beiträge: 27
- Registriert: 02.11.2003 19:58:56
- Wohnort: Würzburg