Comment 13 for bug 1376966

Revision history for this message
Alberto Milone (albertomilone) wrote :

The package in -proposed works fine here:

:~$ apt-cache policy ubuntu-drivers-common
ubuntu-drivers-common:
  Installed: 1:0.2.91.8
  Candidate: 1:0.2.91.8
  Version table:
 *** 1:0.2.91.8 0
        400 http://archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     1:0.2.91.7 0
        500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
     1:0.2.91.4 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

This is the test case:

:~$ echo "blacklist nvidia" | sudo tee /etc/modprobe.d/blacklist.dpkg-old
blacklist nvidia

And here is the relevant part of the log (it clearly says "Is nvidia blacklisted? no"):

:~$ sudo gpu-manager

last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
/etc/modprobe.d is not a file
grep dmesg status 256
dmesg status 256 == 0? No
/etc/modprobe.d is not a file
/etc/modprobe.d is not a file
/etc/modprobe.d is not a file
Is nvidia loaded? yes
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is fglrx loaded? no
Was fglrx unloaded? no
Is fglrx blacklisted? no
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is nouveau loaded? no
Is nouveau blacklisted? yes
Is fglrx kernel module available? no
Is nvidia kernel module available? yes
Vendor/Device Id: 8086:166
BusID "PCI:0@0:2:0"
Is boot vga? yes
Vendor/Device Id: 10de:de9
BusID "PCI:1@0:0:0"
Is boot vga? no
...