Re: Proprietary Video Drivers
Posted: 23. Feb 2010, 13:42
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:
and login as root.
Now change to the directory you downlaoded the driver to:
Run the installer (replace NVIDIA-Linux-x86_64-190.53-pkg2.run with the name of the file you downloaded):
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:
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.
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
Now change to the directory you downlaoded the driver to:
Code: Select all
cd /my/path/to/installer
Code: Select all
sh NVIDIA-Linux-x86_64-190.53-pkg2.run
Code: Select all
sh NVIDIA-Linux-x86_64-190.53-pkg2.run --update
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.