Get it here:
http://www.nvnews.net/vbulletin/show....php?p=1873716
I just installed it on my Kubuntu 8.10 64-bit system, kernel 2.6.27-9, GeForce 9600GT, SyncMaster 1100 CRT. Seems to work fine. Install it like this:
1. Download the ...pkg2.run installer to your user home folder.
2. Make sure you have installed the linux-headers and build-essential packages for your running kernel.
3. Exit the X session with Ctrl-Alt-F1, and log in to the CLI, then shut down the X server:
change to the /tmp directory:
make a directory for the installer:
change to the new directory:
copy the Nvidia installer to the current directory:
run the installer:
Answer "yes" to the question about installing 32-bit libraries, but "no" to the question about writing a new xorg.conf file, unless you don't already have one that is working well for you with the Nvidia driver. When it finishes and exits, restart the X server:
and enjoy the view!
http://www.nvnews.net/vbulletin/show....php?p=1873716
I just installed it on my Kubuntu 8.10 64-bit system, kernel 2.6.27-9, GeForce 9600GT, SyncMaster 1100 CRT. Seems to work fine. Install it like this:
1. Download the ...pkg2.run installer to your user home folder.
2. Make sure you have installed the linux-headers and build-essential packages for your running kernel.
3. Exit the X session with Ctrl-Alt-F1, and log in to the CLI, then shut down the X server:
Code:
sudo /etc/init.d/kdm stop
Code:
cd /tmp
Code:
sudo mkdir nv
Code:
cd nv
Code:
sudo cp /home/dibl/NVIDIA-Linux-x86_64-180.16-pkg2.run .
Code:
sudo sh ./NVIDIA-Linux-x86_64-180.16-pkg2.run
Code:
startx
Comment