Bonjour à tous,
sur une machine serveur, j'ai configuré mon x comme suit :
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 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/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
#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 "record"
Load "dbe"
Load "xtrap"
Load "extmod"
Load "dri"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
#DisplaySize 340 270 # mm
Identifier "Monitor0"
VendorName "PHL"
ModelName "Philips 170B"
# HorizSync 30.0 - 83.0
# VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:0:5:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024"
Depth 16
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth 24
EndSubSection
EndSection
Si je test ma conf en lançant tout simplement la commande : "X"
j'ai bien ma souris qui s'affiche donc je pense ma configuration correcte.
Je lance maintenant startx, je vois une fenetre qui se lance, le fond bleu ma souris, puis hop, retour à la ligne de commande.
un " cat /var/log/Xorg.0.log |grep EE" ne renvoit pas d'erreurs.
un "cat /var/log/Xorg.0.log |grep WW" me renvoit juste :
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
*(WW) (2048x1536,Monitor0) mode clock 266.95MHz exceeds DDC maximum 140MHz
ce qui d'àprès ce que j'ai pu lire ne devrait pas bloquer mon x.
Je suis donc un peu bloqué.
Quelqu'un aurait une idée ?
d'avance merci.