Thread: How to install Nvidia drivers on USB installation for general use?
hi everyone!
using ubuntu since hardy , never ceases amaze me... whatever new distro try out find myself comming again.
1 thing find of great interrest portability. installed whole system mushkin pro 64gb , lightning fast.
default installation works on whatever computer in front of.
question now...
when installing nvidia drivers in such system, there problem glx extensions on computers without nvidia card present.
know there update-alternatives method of setting provides glx, kind of unconvenient restart after setting this.
1 approach think of create startup script wich states
#!/bin/bash
if [[ `lspci |grep vga` == *nvidia* ]]
then
echo "nvidia devices found"
set update-alternatives nvidia glx
else
echo "nvidia devices not found"
set update-alternatives mesa glx
fi
, add script boot update-rc.d
idea on how formulate script?
thread moved general help.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] How to install Nvidia drivers on USB installation for general use?
Ubuntu
Comments
Post a Comment