Bonsoir,
Déjà à 2 reprises aujourd’hui, j’ai des figeages complets de ma machine : plus de clavier ni souris. Je suis obligé de faire un hard reset à la Windows, et je suis la risée de ma femme et mes filles
J’ai fouillé dans les logs de xorg et je trouve quelques lignes WW :
$ cat /var/log/Xorg.0.log | grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/100dpi/".
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/75dpi/".
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/Type1".
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/Type1".
(WW) The directory "/usr/share/fonts/X11/CID" does not exist.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/100dpi".
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/75dpi".
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) (1600x1200,Dell2001fp) mode clock 162MHz exceeds DDC maximum 160MHz
(WW) (1600x1200,Dell2001fp) mode clock 175.5MHz exceeds DDC maximum 160MHz
(WW) (1600x1200,Dell2001fp) mode clock 189MHz exceeds DDC maximum 160MHz
(WW) (1600x1200,Dell2001fp) mode clock 202.5MHz exceeds DDC maximum 160MHz
(WW) (1600x1200,Dell2001fp) mode clock 229.5MHz exceeds DDC maximum 160MHz
(WW) (1792x1344,Dell2001fp) mode clock 204.8MHz exceeds DDC maximum 160MHz
(WW) (1792x1344,Dell2001fp) mode clock 261MHz exceeds DDC maximum 160MHz
(WW) (1856x1392,Dell2001fp) mode clock 218.3MHz exceeds DDC maximum 160MHz
(WW) (1856x1392,Dell2001fp) mode clock 288MHz exceeds DDC maximum 160MHz
(WW) (1920x1440,Dell2001fp) mode clock 234MHz exceeds DDC maximum 160MHz
(WW) (1920x1440,Dell2001fp) mode clock 297MHz exceeds DDC maximum 160MHz
(WW) (1400x1050,Dell2001fp) mode clock 184MHz exceeds DDC maximum 160MHz
(WW) (1920x1200,Dell2001fp) mode clock 193.16MHz exceeds DDC maximum 160MHz
(WW) (1920x1200,Dell2001fp) mode clock 230MHz exceeds DDC maximum 160MHz
(WW) (1920x1440,Dell2001fp) mode clock 341.35MHz exceeds DDC maximum 160MHz
(WW) (960x720,Dell2001fp) mode clock 170.675MHz exceeds DDC maximum 160MHz
(WW) (1024x768,Dell2001fp) mode clock 170.24MHz exceeds DDC maximum 160MHz
(WW) (1024x768,Dell2001fp) mode clock 194.02MHz exceeds DDC maximum 160MHz
(WW) NVIDIA(0): Not using mode "1440x900":
(WW) NVIDIA(0): horizontal sync width (1880 - 1472 = 408) greater than 256
Apparemment, ormis les problèmes de chemins d’accès aux polices, les fréquences de l’écran ne semblent pas conformes. C’est bizarre, car j’avais configuré mon xorg.conf en prenant le manuel de mon écran.
Voici mon xorg.conf :
[code]$ cat /etc/X11/xorg.conf
Section "Files"
FontPath “unix/:7100” # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/CID"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load “ddc”
Load “dri”
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” “/dev/input/mice”
Option “Protocol” “ImPS/2”
Option “Emulate3Buttons” “true”
Option “ZAxisMapping” “4 5”
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo"
EndSection
Section "Monitor"
Identifier "Dell2001fp"
Option "DPMS"
HorizSync 31-80
VertRefresh 60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Monitor "Dell2001fp"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes “1600x1200” “1280x1024” “1152x864” "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes “1600x1200” “1280x1024” “1152x864” "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes “1600x1200” “1280x1024” “1152x864” "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes “1600x1200” “1280x1024” “1152x864” "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes “1600x1200” “1280x1024” “1152x864” "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes “1600x1200” “1280x1024” “1152x864” "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
#Section “DRI”
Mode 0666
#EndSection[/code]
Ma carte graphique est une TNT2, mon pilote nvidia est la version 1.0.7184 (Legacy).
En fait, voici ma question : en cas de problème de figeage de ce genre, où doit-on chercher d’où vient le problème ?