displayconfig fails to start ( segfault in ixf86misc )

Bug #55361 reported by Ilya Petrov
8
Affects Status Importance Assigned to Milestone
kde-guidance (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

% displayconfig
Traceback (most recent call last):
  File "/usr/bin/displayconfig", line 1699, in ?
    displayapp = DisplayApp()
  File "/usr/bin/displayconfig", line 443, in __init__
    self.xsetup = XSetup(self.xconfigpath)
  File "/usr/lib/python2.4/site-packages/displayconfigabstraction.py", line 368, in __init__
    self._finalizeInit()
  File "/usr/lib/python2.4/site-packages/displayconfigabstraction.py", line 373, in _finalizeInit
    gfxcard._finalizeInit()
  File "/usr/lib/python2.4/site-packages/displayconfigabstraction.py", line 1082, in _finalizeInit
    screen._finalizeInit()
  File "/usr/lib/python2.4/site-packages/displayconfigabstraction.py", line 1599, in _finalizeInit
    (self.redgamma, self.greengamma, self.bluegamma) = self.x_live_screen.getGamma()
  File "/usr/lib/python2.4/site-packages/xf86misc.py", line 50, in getGamma
    return ixf86misc.GetGamma(self.display,self.screenid)
SystemError: error return without exception set

% python ./bug
[1] 19290 segmentation fault python ./bug
% cat bug
import ixf86misc
ixf86misc.GetGamma(0,0)

version 0.6.7-0ubuntu5

Revision history for this message
Rocco Stanzione (trappist) wrote :

Displayconfig starts for me, but running:
import ixf86misc
ixf86misc.GetGamma(0,0)
does segfault.

Changed in kde-guidance:
status: Unconfirmed → Confirmed
Revision history for this message
Michael Biebl (mbiebl) wrote :

I can confirm this bug. crash report attached

Revision history for this message
Luka Renko (lure) wrote :

Did you removed kde-guidance-powermanager package? It looks somewhat similar to bug 72233.

Revision history for this message
Michael Biebl (mbiebl) wrote : Re: [Bug 55361] Re: displayconfig fails to start ( segfault in ixf86misc )

2007/1/10, Luka Renko <email address hidden>:
> Did you removed kde-guidance-powermanager package? It looks somewhat
> similar to bug 72233.

No, kde-guidance-powermanager is installed (0.7.1~svn20070111-0ubuntu2)

Michael

Revision history for this message
Yuriy Kozlov (yuriy-kozlov) wrote :

Are you still having this problem with latest guidance in feisty (0.8.0)?

Changed in kde-guidance:
status: Confirmed → Needs Info
Revision history for this message
Daniel Hahler (blueyed) wrote :

"displayconfig" works for me - so the initial bug report seems to be fixed.

But I've reported the segmentation fault mentioned above: bug 103470

Revision history for this message
Daniel Hahler (blueyed) wrote :

It seems to depend on the default python setup:

$ python2.4 bugs/ubuntu/lp-55361
Traceback (most recent call last):
  File "bugs/ubuntu/lp-55361", line 1, in ?
    import ixf86misc
ImportError: No module named ixf86misc

$ python2.5 bugs/ubuntu/lp-55361
Segmentation fault (core dumped)

Revision history for this message
Sebastian Kügler (sebasje) wrote :

This one's fixed, but see also other bug.

Changed in kde-guidance:
status: Needs Info → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.