[Bug 37275] Re: kcontrol's display module has unhandled Python exception

lcampagn luke.campagnola at gmail.com
Wed Mar 14 00:02:59 UTC 2007


I have a similar problem in feisty, slightly different error. The
problem is essentially the same as above, though--
getAvailableResolutions() returns an empty array.

Pythonize constructor -- pid = 17601
[]
Traceback (most recent call last):
  File "<string>", line 8, in kcontrol_bridge_create_displayconfig
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1685, in create_displayconfig
    return DisplayApp(parent, name)
  File "/var/lib/python-support/python2.5/displayconfig.py", line 441, in __init__
    self.xsetup = XSetup(self.xconfigpath)
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 387, in __init__
    self._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 406, in _finalizeInit
    self.setLayout(gfxcard._getDetectedLayout())
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 958, in setLayout
    gfxcard.setLayout(XSetup.LAYOUT_SINGLE_XINERAMA)
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 1162, in setLayout
    screen._resyncResolution()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 1811, in _resyncResolution
    self.gfx_card.setup.getPrimaryScreen()._resyncResolution()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 1767, in _resyncResolution
    (preferred_width,preferred_height) = self.getAvailableResolutions()[-1]
IndexError: list index out of range
error: *** runFunction failure
;

-- 
kcontrol's display module has unhandled Python exception
https://launchpad.net/bugs/37275




More information about the kubuntu-bugs mailing list