Comme je l'ai dit dons mon precedent message, ma machine ne repart plus en
mode graphique. C'est survenu juste apres l'upgrade de la woody (apres le
reboot suivant).
Comme j'ai une matrox G400, j'avais recupere les drivers sur leur site. Or,
l'upgrade a ecrase ces fichiers. J'ai donc re-installe les drivers, mais ca
ne marche toujours pas. L'ecran clignote 3 fois, et revient en mode console.
Dans le /var/log/XFree86.log, la seule erreur que j'ai est a la derniere
ligne:
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
Tous les modules sont correctement charges, la carte est detectee, rien ne
cloche.
Voici mon XF86Config (qui n'a pas change); si quelqu'un voit d'ou peut venir
le probleme... J'ai ajoute la section "Modes" pour essayer, mais ca ne change
rien... Comment chercher plus precisement ce genre de problemes ?
D'avance merci.
# Config pour Matrox G400 en DualHead
#
Section "Files"
FontPath "unix/:7100"
ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "Module"
Load "type1"
Load "speedo"
Load "extmod"
Load "freetype"
Load "glx"
Load "dri"
Load "wacom"
EndSection
Section "InputDevice"
Driver "keyboard"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "CoreKeyboard"
Option "XkbKeyCodes" "xfree86"
Option "XkbLayout" "en_US"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[0]"
Option "ButtonNumber" "5"
Option "Device" "/dev/psaux"
Option "Name" "AutoDetected"
Option "Protocol" "imps/2"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Type" "cursor"
Option "Mode" "Relative"
# Option "Protocol" "imps/2"
# Option "ButtonNumber" "5"
# Option "ZAxisMapping" "4 5"
Option "USB" "on"
Option "Speed" "3.0"
Option "Device" "/dev/input/event0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Type" "stylus"
Option "Mode" "Absolute"
# Option "Treshold" "15"
Option "USB" "on"
Option "Device" "/dev/input/event0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Type" "eraser"
Option "Mode" "Absolute"
# Option "Treshold" "15"
Option "USB" "on"
Option "Device" "/dev/input/event0"
EndSection
Section "Monitor"
Identifier "Monitor[0]"
ModelName "D1025HE"
VendorName "DELL"
HorizSync 31-92
VertRefresh 50-120
Gamma 1.00 1.10 1.00
EndSection
Section "Monitor"
Identifier "Monitor[1]"
ModelName "105MB"
VendorName "PHILIPS"
HorizSync 30-80
VertRefresh 50-100
Gamma 1.00 1.00 1.00
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "640x480" 27.96 640 656 720 864 480 480 485 501
Modeline "800x600" 43.68 800 816 928 1072 600 600 606 626
Modeline "1024x768" 84.65 1024 1056 1232 1336 768 768 778 802 +hsync
+vsync
EndSection
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
EndSection
Section "Device"
BoardName "MGA G400"
BusID "1:0:0"
Driver "mga"
Identifier "Device[0]"
Screen 0
VendorName "Matrox"
Videoram 32768
# Option "OverclockMem"
# Option "AGPMode" "4"
EndSection
Section "Device"
BoardName "MGA G400"
BusID "1:0:0"
Driver "mga"
Identifier "Device[1]"
Screen 1
VendorName "Matrox"
Videoram 32768
# Option "OverclockMem"
# Option "AGPMode" "4"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[0]" "CorePointer"
InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "on"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
--
Frederic