Description of problem: scd crashes while starting Version-Release number of selected component (if applicable): [root@helios ~]# rpm --query system-config-display system-config-display-1.0.50-1.fc7 How reproducible: Every time. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Crashlog: [root@helios ~]# system-config-display Traceback (most recent call last): File "/usr/share/system-config-display/xconf.py", line 315, in <module> hardware_state = XF86HardwareState(xconfig) File "/usr/lib/python2.5/site-packages/rhpxl/xhwstate.py", line 175, in __init__ self.init_from_xconfig(xconfig) File "/usr/lib/python2.5/site-packages/rhpxl/xhwstate.py", line 294, in init_from_xconfig self.all_resolutions.sort (compare_resolution) File "/usr/lib/python2.5/site-packages/rhpxl/xhwstate.py", line 58, in compare_resolution (w1, h1) = resolution_from_string(res1) File "/usr/lib/python2.5/site-packages/rhpxl/xhwstate.py", line 48, in resolution_from_string return (tokens[0], tokens[1]) IndexError: list index out of range [root@helios ~]#
Created attachment 151238 [details] xorg.conf wich scd does not like very much.
I'm also seeing this problem on a lenovo T60p widescreen # lspci | grep ATI 01:00.0 VGA compatible controller: ATI Technologies Inc M56GL [Mobility FireGL V5250] # rpm -q system-config-display system-config-display-1.0.51-1.fc7 # system-config-display -v --reconfig Trying with card: ATI Technologies Inc M56GL [Mobility FireGL V5250] Traceback (most recent call last): File "/usr/share/system-config-display/xconf.py", line 381, in <module> dialog = xConfigDialog.XConfigDialog(hardware_state, xconfig, rhpxl.videocard.VideoCardInfo()) File "/usr/share/system-config-display/xConfigDialog.py", line 533, in __init__ self.state.recalc_mode() File "/usr/lib64/python2.5/site-packages/rhpxl/xhwstate.py", line 387, in recalc_mode self.colordepth = availableDepth[-1] IndexError: list index out of range
And me (system-config-display-1.0.51-1.fc7): Traceback (most recent call last): File "/usr/share/system-config-display/xconf.py", line 381, in <module> dialog = xConfigDialog.XConfigDialog(hardware_state, xconfig, rhpxl.videocard.VideoCardInfo()) File "/usr/share/system-config-display/xConfigDialog.py", line 533, in __init__ self.state.recalc_mode() File "/usr/lib/python2.5/site-packages/rhpxl/xhwstate.py", line 387, in recalc_mode self.colordepth = availableDepth[-1] IndexError: list index out of range
Weird, I wonder why we don't have hundred duplicates for this. Could you please check that this bug could be reproduced with the currently updated Rawhide, please?
Seems to be gone. Good work :-)