Page 3 of 3

Re: Proprietary Video Drivers

Posted: 23. Feb 2010, 13:42
by Shador
It's really easy and straightforward to install the driver and the installer always did a good job for me unlike ATI's driver:

Download the NVidia Driver installer for Linux (x86/x86_64 depending on your Salix version) from their homepage by and remember the location you saved it to.

Close your X session:

Code: Select all

init 3
and login as root.

Now change to the directory you downlaoded the driver to:

Code: Select all

cd /my/path/to/installer
Run the installer (replace NVIDIA-Linux-x86_64-190.53-pkg2.run with the name of the file you downloaded):

Code: Select all

sh NVIDIA-Linux-x86_64-190.53-pkg2.run
For upgrading the driver you mustn't download the new version from their homepage, but can run the installer with the '--update' option. e.g:

Code: Select all

sh NVIDIA-Linux-x86_64-190.53-pkg2.run --update
Nevertheless you still need to switch to runlevel 3.


BTW, I'm sure it would be also possible with nv and xrandr or if you prefer a (less powerful) GUI lxrandr,.
I'm using for presentations on my laptop with Intel graphics a small script invoking xrandr.
xrandr works with most drivers.
Just try xrandr, which should show all available outputs. To clone my laptop screen (LVDS) to an external beamer connected to the VGA port (VGA), I'd run xrandr --output VGA --same-as LVDS.
What you need to invoke depends on the available outputs and you screen configuration, of course.

Re: Proprietary Video Drivers

Posted: 23. Feb 2010, 13:46
by JRD
Yes, but the question (if I'm not wrong) was about getting this working with the free "nv" driver, not with the proprietary "nvidia" driver. Am I correct ?

Re: Proprietary Video Drivers

Posted: 23. Feb 2010, 13:48
by Shador
JRD wrote:Yes, but the question (if I'm not wrong) was about getting this working with the free "nv" driver, not with the proprietary "nvidia" driver. Am I correct ?
Well, it wasn't quite clear, but as you might have seen I added that to my article anyway. ;)
You were just too fast reading it. :mrgreen:

Re: Proprietary Video Drivers

Posted: 23. Feb 2010, 14:54
by zenballer
Okay.. big thanks Shador!
I appreciate the length and completeness of your explanation.

I tried xrandr and lxrandr before in CrunchBang Linux, but I guess I was completely on my own at that time so I couldn't make it work. I hope your tip would yield the best result.

Thanks JRD for being critical. I guess Shador's lengthy explanation has answered my question more than I hoped for.

Re: Proprietary Video Drivers

Posted: 24. Feb 2010, 11:42
by laprjns
Shador wrote:It's really easy and straightforward to install the driver and the installer always did a good job for me unlike ATI's driver:.......
..........
Don't forget to install the kernel-source package first!

Code: Select all

 slapt-get -i kernel-source