please, step by step installation of proprietary nvidia driv

Need help with peripherals or devices?
Post Reply
Message
Author
User avatar
olegich84
Posts: 11
Joined: 2012-03-04 08:27
Location: Ukraine

please, step by step installation of proprietary nvidia driv

#1 Post by olegich84 »

i just installed debian wheezy. i have nvidia geforce gtx 460 1G graphics card. i wish to install the non-free driver. i remember my self once doing it in lmde (mint) and i think the method was called dkms. i donno if it is good for debian testing or not in case of kernel upgrade..

please somebody help step by step to install install this driver. i know there is an article in wiki but it is a bit confusing. im not using custom kernel or smthng, just downloaded the 64 bit net install yesterday and installed on my machine. plase make it copy-pasteable as poosible. thanks in advance!
Debian Wheezy 3.2.0-2 amd64.
i5 2500k, Asus P8P67 M3 Pro, 8G G.Skill RAM, 1T WD Caviar Black SATA3 64Mb, Nvidia GTX460 1G.


Teufel
Posts: 72
Joined: 2012-02-20 06:14

Re: please, step by step installation of proprietary nvidia

#3 Post by Teufel »

I've do it in this manner (3 times with different driver's versions 195.36.31, 195.36.24 and 295.20):

1. NVIDIA-Linux-x86-195.36.31-pkg1.run was found (via google) and downloaded
2. Alt+Ctrl+F1 and login as root.
3. killall kdm
4. telinit 3
5. cd <where the driver was saved>
6. sh ./NVIDIA-Linux-x86-195.36.31-pkg1.run
If the installer can't found dkms modules or sources to build it, reboot, install necessary modules and repeat all the steps again.

User avatar
bmc5311
Posts: 544
Joined: 2008-11-16 15:21
Location: lost in the vast machine

Re: please, step by step installation of proprietary nvidia

#4 Post by bmc5311 »

Teufel wrote:I've do it in this manner (3 times with different driver's versions 195.36.31, 195.36.24 and 295.20):

1. NVIDIA-Linux-x86-195.36.31-pkg1.run was found (via google) and downloaded
2. Alt+Ctrl+F1 and login as root.
3. killall kdm
4. telinit 3
5. cd <where the driver was saved>
6. sh ./NVIDIA-Linux-x86-195.36.31-pkg1.run
If the installer can't found dkms modules or sources to build it, reboot, install necessary modules and repeat all the steps again.

Code: Select all

aptitude install dkms

Code: Select all

aptitude install nvidia-glx

Teufel
Posts: 72
Joined: 2012-02-20 06:14

Re: please, step by step installation of proprietary nvidia

#5 Post by Teufel »

just check 2 checkboxes in synaptic and press Install button if you looking for a easy way :D

User avatar
olegich84
Posts: 11
Joined: 2012-03-04 08:27
Location: Ukraine

Re: please, step by step installation of proprietary nvidia

#6 Post by olegich84 »

install only dkms and nvidia-glx?? there is no need for all this:

nvidia-kernel-dkms nvidia-glx build-essential nvidia-settings nvidia-xconfig

and then run: nvidia xconfig ????

i understand that "nvidia-settings" is optional, but what about "xconfig, build essential"? and also u said "dkms" instead of "nvidia-kernel-dkms"?

so.. i get the global picture but i dont think i m really sure if i get it right. please, is "nvidia-kernel-dkms nvidia-glx build-essential nvidia-settings nvidia-xconfig" what i need or it is unnecessary?
please help me not to mess up my first install..
Debian Wheezy 3.2.0-2 amd64.
i5 2500k, Asus P8P67 M3 Pro, 8G G.Skill RAM, 1T WD Caviar Black SATA3 64Mb, Nvidia GTX460 1G.

cynwulf

Re: please, step by step installation of proprietary nvidia

#7 Post by cynwulf »

Did you read the link I posted? This does not warrant a thread/discussion - all the information you need is in the wiki. Follow just this part: http://wiki.debian.org/NvidiaGraphicsDrivers#Use_DKMS

User avatar
olegich84
Posts: 11
Joined: 2012-03-04 08:27
Location: Ukraine

Re: please, step by step installation of proprietary nvidia

#8 Post by olegich84 »

yes i did read the dkms part in wiki, but it is strange to me that all u need is headers and nvidia-kernel-dkms without nvidia-glx and nvidia-xconfig. i remember i was installing nvidia-kernel-dkms nvidia-glx and nvidia-xconfig some half year ago on another debian based distro to make it work. i just thought that maybe the dkms part in wiki was in incomplete or that i just missed something.
Debian Wheezy 3.2.0-2 amd64.
i5 2500k, Asus P8P67 M3 Pro, 8G G.Skill RAM, 1T WD Caviar Black SATA3 64Mb, Nvidia GTX460 1G.

cynwulf

Re: please, step by step installation of proprietary nvidia

#9 Post by cynwulf »

You don't need nvidia-xconfig: http://wiki.debian.org/NvidiaGraphicsDr ... _xorg.conf

nvidia-glx will get installed as a recommended dependency of nvidia-kernel-dkms: http://packages.debian.org/stable/nvidia-kernel-dkms

If you want nvidia-settings then install it: http://wiki.debian.org/NvidiaGraphicsDr ... nformation

Post Reply