In my computer nvidia properitaly drivers don't work due to this bug I had 
found:
I have found bug in /sbin/lrm-video       
"modprobe --ignore-install -Qb $@ $XORG
    else
     modprobe --ignore-install -Qb $@ $MODULE"
there is used uppercase'Q' and modprobe doesn't accept it - quiet mode is 
lowwercase 'q'
I have changed Q to q and now it works:
      modprobe --ignore-install -qb $@ $XORG
    else
      modprobe --ignore-install -qb $@ $MODULE

-- 
modprobe relies on lrm-video to install proprietary drivers
https://bugs.launchpad.net/bugs/149934
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to