Xserver für matrox g550

Manji

Manji

Tripel-As
Hallo,
ich hab eine Matrox G550 und bekomm da einfach keinen XServer zum laufen. Für die Matrox G440 gibts ja einen eigenen aber für die G550 hab ich nichts gefunden. Habe schon alle möglichen über Apt verfügbaren Xserver probiert.
System: Debian 3.0 r5
Wäre nett wenn ihr mir helfen könntet :hilfe2:
 
Startet der xserver nicht oder wo liegt das problem? Wenn ja wie lautet die fehlermeldung?
Der xserver bringt die passenden mga-treiber schon mit, mit dem der 2d-betrieb funktionieren sollte. Für 3d wird mga_hal benötigt.
Hier mal ein auszug aus meiner xconfig (für matrox g450, aber das macht keinen unterschied):
Section "Module"
Load "ddc" # ddc probing of monitor
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection

Section "Device"
Identifier "Card0"
Driver "mga"
VendorName "All"
BoardName "All"
# BusID "PCI:1:0:0"
EndSection

Fehlen vielleicht die mga-treiber im kernel?
 
Also er bringt mir folgendes:

EndSection
A screen must specify a device
X connection to :0.0 broken (explicit kill or server shutdown)

Kann damit nich wirklich was anfangen.. Bis jetzt hatt ich noch nie probleme nen Xserver unter Debian zum laufen zu kriegen.. Schockt mich etz scho aweng^^
 
So ich hab den Xserver nochma neu installiert und alles gemacht wie gehabt. MGA usw... Er bringt mir jetzt aber den fehler:
(EE) No devices detected

Fatal server error:
no screens found :think:


Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
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 "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

#
#Section "Device"
# Identifier "Generic Video Card"
# Driver "mga"
# Option "UseFBDev" "true"
#EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "mga"
VendorName "All"
BoardName "All"
BusID "PCI:1:0:0"
EndSection




Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-132
VertRefresh 50-200
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
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

### END DEBCONF SECTION
 
Zuletzt bearbeitet:

Ähnliche Themen

Linux System Admin (w/m/g)/innovatives SW-Unternehmen/Vollzeit/ HomeOffice/asap

Keine grafische Oberfläche (Debian Installation)

Welches Linux/Unix für ehemaligen OSX Nutzer?

Installation von COM Ports unter Unix

Empfehlung für Server Distribution

Zurück
Oben