Hello

For those who haven't made it, the solution has been given by twist2b:

Found fix:
actual fix for almost ALL jockey issues:
" Changing line 60 in /usr/lib/python2.5/site-packages/jockey/xorg_driver.py 
from
self.xorg_conf = xorgconfig.readConfig(OSLib.inst.xorg_conf_path)
to
self.xorg_conf = xorgconfig.readConfig(OSLib.inst.xorg_conf_path)[0] "

So,
$ sudo gedit /usr/lib/python2.5/site-packages/jockey/xorg_driver.py

find line 60 and add the [0] at the end.


It solves everything. Without a reboot, i could open the hardware 
drivers window, but i still had problem with sound. After a reboot 
everything is just working well.

roots a écrit :
> um , dustin, as for your above statement "it does not appear possible to
> load restricted drivers into Hardy at the moment" i want to note that i
> was able to activate/load restricted nvidia drivers via enabling the
> desktop eyecandy under system-->prefs-->appearance, where after choosing
> the respective option the user is prompted to have ubuntu automatically
> install the restricted drivers. confirming that, the drivers were loaded
> fine and are still working. however, as i already posted a dup of this
> bug, i'm facing the same jockey-gtk problem when trying to play with the
> drivers via system-->admin-->hardware drivers.
>
> ubuntu hardy testing
> jockey-gtk  0.3.3-0ubuntu7
> nividia restricted drivers (geforce 8800gtx)
> compiz enabled
>
>

-- 
jockey-gtk crashed with AttributeError in enabled()
https://bugs.launchpad.net/bugs/214914
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to