** Description changed:

  Nouveau blacklisting fails when /usr is on seperate partition.
  
- cat /etc/modprobe.d/nvidia-graphics-drivers.conf 
+ cat /etc/modprobe.d/nvidia-graphics-drivers.conf
  blacklist nouveau
  blacklist lbm-nouveau
  blacklist nvidia-173
  blacklist nvidia-96
  alias nvidia nvidia-current
  
  File exists as above and 'update-initramfs -u' was run.
  
  System fails to blacklist nouveau and as a result nvidia drivers are
  unable to claim the device and boot.
  
  This is clearly some type of race condition with upstart and not being
  able to access /usr/lib at time of boot. A temporary fix was to modify
  and include 'and local-filesystems' to the start line. This seems to
  slow down the boot process, but the driver was blacklisted.
  
  /etc/init/udev.conf
  
  start on virtual-filesystems and local-filesystems
+ 
+ NOTE: the same applies to the fglrx driver which requires blacklisting
+ the radeon module

-- 
KMS driver blacklisting with /usr on separate partition fails (Lucid)
https://bugs.launchpad.net/bugs/538071
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to