- Code: Select all
# slapt-get -i kernel-source
- Code: Select all
# wget http://uk.download.nvidia.com/XFree86/Linux-x86/260.19.21/NVIDIA-Linux-x86-260.19.21.run
- Code: Select all
# chmod a+x NVIDIA*.run
- Code: Select all
# ./!$
# slapt-get -i kernel-source# wget http://uk.download.nvidia.com/XFree86/Linux-x86/260.19.21/NVIDIA-Linux-x86-260.19.21.run# chmod a+x NVIDIA*.run# ./!$zAchAry wrote:Can you, or anyone else, test an easier way to do it?
$ export VER=260.19.21; gksu /usr/sbin/slapt-get -i kernel-source && wget http://uk.download.nvidia.com/XFree86/Linux-x86/$VER/NVIDIA-Linux-x86-$VER.run && gksu sh NVIDIA-Linux-x86-$VER.run; unset VER
zAchAry wrote:Can you, or anyone else, test an easier way to do it?
thenktor wrote:@JRD: This won't work. AFAIK you have to install the driver in init 3.

zAchAry wrote:Can you, or anyone else, test an easier way to do it? For instance, combining slapt-get and slapt-src (click here to see an example).
These are the packages that available at SBo via the slapt-src command: SlackBuilds.org - Search Results for "nvidia"
I'm not using nvidia, therefor I won't write such post.
grumpy.biatch wrote:In my opinion it wont get any easier otherwise.
./NVIDIA-Linux-x86-260.19.21.run --upgrade
grumpy.biatch wrote:This in my opinion is the easiest way to install nvidia -
- Code: Select all
# slapt-get -i kernel-sourcecheck the latest nvidia driver and change its title
- Code: Select all
# wget http://uk.download.nvidia.com/XFree86/Linux-x86/260.19.21/NVIDIA-Linux-x86-260.19.21.run