Matrox G450 Problem
Hejsa...Jeg har et problem med min matrox G450 på min debian maskine... Jeg ville have det dual head til at virke på den... så jeg brugte det software der hører med til matrox i linux. og så prøvede jeg at genstarte X så fik jeg den her fejl meddelse. og der er ingen fejl i min /var/log/XFree86.0.log Da denne fejl først kommer efter den fil er skrevet.
men altså denne fejl med XFree86 Version 4.1.0.1:
init: connection refused (errno111); unable to connect to X-server
Xinit: No such process (errno3): server error
Min XF86Config-4 ser således ud.
Section "ServerLayout"
Identifier "Matrox PowerDesk configured."
Screen 0 "Display 1" LeftOf "Display 2"
Screen "Display 2" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
EndSection
Section "ServerFlags"
Option "Xinerama"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "Protocol" "Standard"
Option "Xkblayout" "dk"
Option "Autorepeat" "500 15"
Option "Xkbmodel" "pc105"
Option "XkbRules" "xfree86"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Display 1"
VendorName "MED"
ModelName "2257"
HorizSync 30,0 - 30,0
HorizSync 0,0 - 30,0
HorizSync 0,0 - 0,0
HorizSync 0,0 - 0,0
HorizSync 0,0 - 98,0
HorizSync 0,0 - 0,0
HorizSync 0,0 - 0,0
HorizSync 0,0 - 0,0
HorizSync 50,0 - 0,0
VertRefresh 50,0 - 50,0
VertRefresh 0,0 - 50,0
VertRefresh 0,0 - 0,0
VertRefresh 0,0 - 0,0
VertRefresh 0,0 - 160,0
VertRefresh 0,0 - 0,0
VertRefresh 0,0 - 0,0
VertRefresh 0,0 - 0,0
VertRefresh 0,0 - 0,0
EndSection
Section "Monitor"
Identifier "Display 2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "MATROX CARD 1"
Driver "mga"
VendorName "Matrox"
BoardName "MGA G400 AGP"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "MATROX CARD 2"
Driver "mga"
VendorName "Matrox"
BoardName "MGA G400 AGP"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Display 1"
Device "MATROX CARD 1"
Monitor "Display 1"
DefaultDepth 16
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Display 2"
Device "MATROX CARD 2"
Monitor "Display 2"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Det kan godt være at display 2 ser lidt mærkelig ud men jeg har altså fået den til at vise noget på skærm med den konfiguration, da det er en gammel 14 tommer skærm der ikke kan klare over 60 hz og jeg ikke har nogle infomationer på den.
