Proprietary Video Drivers

General talk about packaging procedures and packages.
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Proprietary Video Drivers

Post 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.
Last edited by Shador on 23. Feb 2010, 13:49, edited 2 times in total.
Image
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: Proprietary Video Drivers

Post 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 ?
Image
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Proprietary Video Drivers

Post 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:
Image
zenballer
Posts: 4
Joined: 4. Nov 2009, 08:37

Re: Proprietary Video Drivers

Post 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.
User avatar
laprjns
Salix Warrior
Posts: 1112
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Proprietary Video Drivers

Post 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
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
Post Reply