Finally I found a solution to have "nouveau" again in jockey:

verify that packages are installed:

sudo apt-get install xserver-xorg-video-nouveau libgl1-mesa-dri-
experimental (was already installed on my computer)

remove this file if exist:

rm -f -r /etc/modprobe.d/nvidia-graphics-drivers.conf

remove nvidia driver:

apt-get purge nvidia-common

then modify xorg.conf:

vi /etc/X11/xorg.conf

and replace:

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
EndSection


by 

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nouveau"
EndSection

Save and reboot.

You have now nouveau and nvidia driver in the jockey list.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/726201

Title:
  jockey-gtk empty list for a nvidia card

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to