When I go to System Settings and click on Display, I get the error "The module Display could not be loaded"
This is the output from "kcmshell displayconfig"
Traceback (most recent call last):
File "<string>", line 8, in kcontrol_bridge_create_displayconfig
File "/usr/lib/python2.4/site-packages/displayconfig.py", line 1677, in create_displayconfig
return DisplayApp(parent, name)
File "/usr/lib/python2.4/site-packages/displayconfig.py", line 443, in __init__
self.xsetup = XSetup(self.xconfigpath)
File "/usr/lib/python2.4/site-packages/displayconfigabstraction.py", line 156, in __init__
xorg_unused_device_sections.remove(device_section)
ValueError
:
list.remove(x): x not in list
error: *** runFunction failure
Any ideas? I've googled this to death. I suspect it might be a problem with my xorg.conf settings, but other people have suggested that its broken packages and I need to re-install a bunch of stuff. I'm at a loss.
This is the output from "kcmshell displayconfig"
Traceback (most recent call last):
File "<string>", line 8, in kcontrol_bridge_create_displayconfig
File "/usr/lib/python2.4/site-packages/displayconfig.py", line 1677, in create_displayconfig
return DisplayApp(parent, name)
File "/usr/lib/python2.4/site-packages/displayconfig.py", line 443, in __init__
self.xsetup = XSetup(self.xconfigpath)
File "/usr/lib/python2.4/site-packages/displayconfigabstraction.py", line 156, in __init__
xorg_unused_device_sections.remove(device_section)
ValueError
:
list.remove(x): x not in list
error: *** runFunction failure
Any ideas? I've googled this to death. I suspect it might be a problem with my xorg.conf settings, but other people have suggested that its broken packages and I need to re-install a bunch of stuff. I'm at a loss.
Comment