Bug 430612

Summary: system-config-display traceback when parsing xorg.conf file
Product: [Fedora] Fedora Reporter: petrosyan
Component: system-config-displayAssignee: Adam Jackson <ajax>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: system-config-display-1.0.51-7.fc9.noarch Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-14 14:05:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
here is the xorg.conf files which causes the traceback none

Description petrosyan 2008-01-29 01:49:38 UTC
Description of problem:
system-config-display traceback when parsing xorg.conf file with the following
tracebeck:
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

Version-Release number of selected component (if applicable):
system-config-display-1.0.51-5.fc9.noarch

How reproducible:
Always

Steps to Reproduce:
run system-config-display

Comment 1 petrosyan 2008-01-29 01:50:35 UTC
Created attachment 293229 [details]
here is the xorg.conf files which causes the traceback

Comment 2 petrosyan 2008-03-14 14:05:31 UTC
I can not reproduce this bug in system-config-display-1.0.51-7.fc9.noarch anymore.