Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

install debian testing with driver nvidia

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
hesse
Posts: 25
Joined: 2015-02-07 13:56

install debian testing with driver nvidia

#1 Post by hesse »

I am installing debian testing netinstall + kde but it does not work, I only have access to the console when the pc decides to turn on. Nvidia drivers do not work, my card is a gtx950M. Can someone help me?.

marcetm
Posts: 135
Joined: 2015-08-02 21:30

Re: install debian testing with driver nvidia

#2 Post by marcetm »

Take a look at:

https://wiki.debian.org/NvidiaGraphicsD ... 2Jessie.22

Follow the steps for Jessie and it will work in stretch at least so it was in my box.

hesse
Posts: 25
Joined: 2015-02-07 13:56

Re: install debian testing with driver nvidia

#3 Post by hesse »

marcetm wrote:Take a look at:

https://wiki.debian.org/NvidiaGraphicsD ... 2Jessie.22

Follow the steps for Jessie and it will work in stretch at least so it was in my box.
I am not understanding..backports on debian testing ??! why? really?.

User avatar
Ardouos
Posts: 1077
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: install debian testing with driver nvidia

#4 Post by Ardouos »

marcetm wrote: I am not understanding..backports on debian testing ??! why? really?.
No offense but the fact that you installed testing should implies that you should know how to install or backport a Nvidia driver.

Marcetm has provided all of the information required for your purpose.

If you need more assistance, I would recommend that you install stable which is what the documentation is primarily written for. Or wait the short while for testing to eventually become the next stable and supported documentation will be released.

Edit:
marcetm wrote: my card is a gtx950M
From what it looks like, you have a laptop GPU, which may mean you have an optimus setup.

It may will help you posted your display outputs.

Code: Select all

# lspci | grep VGA
If you have both an Intel card and a Nvidia card. That means you have an Optimus setup and you will need to use Bumblebee to use the Nvidia/ discrete card for applications. More to the point, your immediate concern is not your Nvidia card, rather whether you can display a graphical output with your Intel chipset.

https://www.nvidia.com/object/optimus_technology.html
https://wiki.debian.org/Bumblebee
Last edited by Ardouos on 2017-05-02 21:42, edited 1 time in total.
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: install debian testing with driver nvidia

#5 Post by stevepusser »

Just ignore anything about backports...use what nvidia-detect recommends. Make sure you install the headers for your kernel along with build-essential--easy way to do this is to install module-assistant and run "m-a prepare" in a terminal as sysadmin.

But your problem also makes me wonder what Debian really sees for your hardware. Can you install inxi and give us the output of

Code: Select all

inxi -F
when run as a standard user?

With a 950m, I am thinking of possible Optimus hybrid graphics.

Or maybe it's a waste of time helping you, since you don't respond to those simple requests and we have to pry any information out of you: http://forums.debian.net/viewtopic.php? ... 63#p600863
MX Linux packager and developer

marcetm
Posts: 135
Joined: 2015-08-02 21:30

Re: install debian testing with driver nvidia

#6 Post by marcetm »

I didn't say anything about using backports in Debian testing, besides, as far as I know, there's no such a thing... In the link I wrote, everybody has the information enough to manage installing nvidia propietary driver, I highly recommend to read it entirely before type any command in the terminal. In my case with an ASUS GeForce GT 710 card I could install in just one command:

Code: Select all

#aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-kernel-dkms
But this may no apply for your case specially if you've got an older chipset and then you surely need to change "nvidia-kernel-dkms" with "nvidia-kernel-legacy-XXX-dkms".

I wrote a minihowto but since it's been written in spanish i won't put the link here. I don't know if it's allowed to put links in this forum in other language than english but if anybody wants it send me a private message.

EDIT: When I say "read it entirely" I mean read it and try to understand all even at the bottom the "See also" links.

Post Reply