Bonjour,
J'ai un problème avec system-config-display-1.0.37-2 :
$ /usr/bin/system-config-display
Traceback (most recent call last):
File "/usr/share/system-config-display/xconf.py", line 311, in ?
hardware_state = XF86HardwareState(xconfig)
File "/usr/lib/python2.4/site-packages/rhpxl/xhwstate.py", line 243, in __init__
self.init_from_xconfig(xconfig)
File "/usr/lib/python2.4/site-packages/rhpxl/xhwstate.py", line 365, in init_from_xconfig
self.all_resolutions.sort (compare_resolution)
File "/usr/lib/python2.4/site-packages/rhpxl/xhwstate.py", line 58, in compare_resolution
(w1, h1) = resolution_from_string(res1)
File "/usr/lib/python2.4/site-packages/rhpxl/xhwstate.py", line 48, in resolution_from_string
return (string.atoi(w), string.atoi(h))
File "/usr/lib/python2.4/string.py", line 403, in atoi
return _int(s, base)
ValueError: invalid literal for int(): 768_75
Le contenu de la section "Screen" de mon fichier /etc/X11/xorg.conf est le suivant:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768_75" "1024x768_60"
EndSubSection
EndSection
Any help ???