Page 1 of 1

Nvidia?

Posted: Wed Dec 22, 2010 10:07 am
by Snitch
Hi, my GeForce 7600 didn't install (I don't see NVidia in Settings). How can I fix it, please?

Re: Nvidia?

Posted: Wed Dec 22, 2010 10:39 am
by tec_wiz

Re: Nvidia?

Posted: Wed Dec 22, 2010 10:46 am
by Snitch
Thanks. What's the difference between 17xx legacy driver and 195xx driver?

Re: Nvidia?

Posted: Wed Dec 22, 2010 10:54 am
by Snitch
Apt can't find the packages.

Re: Nvidia?

Posted: Wed Dec 22, 2010 1:05 pm
by twa
Schermata.png
Snitch,
I solved this way:
open synaptic and make sure that libgl1-mesa-dri is not installed
open the terminal and in sequence enter:
su -> will ask for your password
apt-get install module-assistant
apt-get install nvidia-kernel-common
apt-get install nvidia-glx
apt-get install nvdia-kernel-source
apt-get install nvidia-xconfig

then need to activate the driver from the terminal by typing:

m-a prepare
m-a a-i nvidia
modprobe nvidia
nvidia-xconfig

then shut-down and reboot the PC and verify if the driver is OK typing from the terminal the command glxinfo | grep render

if everyrhing went OK U should have an output like the above
ciao

Re: Nvidia?

Posted: Wed Dec 22, 2010 2:59 pm
by Snitch
twa wrote:
Schermata.png
Snitch,
I solved this way:
open synaptic and make sure that libgl1-mesa-dri is not installed
open the terminal and in sequence enter:
su -> will ask for your password
apt-get install module-assistant
apt-get install nvidia-kernel-common
apt-get install nvidia-glx
apt-get install nvdia-kernel-source
apt-get install nvidia-xconfig

then need to activate the driver from the terminal by typing:

m-a prepare
m-a a-i nvidia
modprobe nvidia
nvidia-xconfig

then shut-down and reboot the PC and verify if the driver is OK typing from the terminal the command glxinfo | grep render

if everyrhing went OK U should have an output like the above
ciao
Command line could'n find nvidia-kernel-source, so I installed it through the Synaptic.
But modprobe nvidia isn't working - "FATAL: Error inserting nvidia (/lib/modules/2.6.32-5-686/nvidia/nvidia.ko): No such device" :(

Re: Nvidia?

Posted: Thu Dec 23, 2010 7:03 am
by Snitch
Thanku very much, it's working after reboot :)