2

Every time I try to install the Nvidia drivers for my graphics card, the GTX 760, I end up with a black screen on boot which stops me from using the computer.

This happens regardless of where I download it from, it seems, as I've tried both with the Nvidia website, apt-get and Ubuntu Software Center. I've tried nvidia-current (349) as well as 319, with the same result from both.

I actually sat down and read Nvidia's readme as well, which simply doesn't help.

How do I install drivers that work? Could I be missing a step?

EDIT: Apparently it's not my graphics drivers that are messing with my - it's my screen. I have one of those cheap 27" 2560x1440 monitors, a QNIX QX2710, and this monitor does not report it's EDID correctly. I tried following a couple of guides but with no progress. I'll put this on hold, it's simply not worth the time and frustration.

Zanna
  • 70,465
  • If you don't have any proprietary NVIDIA driver installed, the command: ubuntu-drivers devices from the terminal will tell you the package name of the Recommended proprietary NVIDIA graphics driver from the Ubuntu Software Center. – karel May 13 '15 at 17:16
  • 1
    http://askubuntu.com/questions/61396/installing-nvidia-drivers might help a bit. The text refers to old drivers, but the instructions are as should be, I actually use the proprietary driver in the same manner - on 14.04.2 LTS for a GTX 780. Note that kernel and xorg updates often requires a subsequent re-install. – Hannu May 13 '15 at 17:44
  • @Hannu I just checked the https://launchpad.net/~xorg-edgers/+archive/ubuntu/ppa and the good news is, it is covered up to Ubuntu 15.04. I have been using that repository for a while now and love it that it keeps my NVIDIA driver updated and works great with new kernel updates. So, good answer! – Terrance May 13 '15 at 17:54
  • @Terrance - I ran xorg-edgers up until the moment when they stepped up xorg/mesa (?) libraries beyond what I had installed - which of course broke it for me. That made me remove the ppa and use the proprietary driver instead; which has been "smooth sailing" since, just keeping in mind that kernal and xorg updates needs to be tried before letting them in fully. – Hannu May 13 '15 at 17:59
  • @Hannu Well, I have been updating to the 4.0.1 and 4.0.2 kernels and they have been updating into the kernels without problems at all. I know that it is not going to be the same for everybody that uses it as each situation is different, but they have been the only ones posting newer drivers where Canonical or the regular Ubuntu repositories have been outdated and not working with my 8800GT. None the less, it is still a place to start for updated NVIDIA drivers. They also recommend that you remove their repo before distribution upgrade. – Terrance May 13 '15 at 18:08
  • @Jeff nvidia-current is a package name - these are case sensitive so please don't change their capitalization. – Zanna Feb 16 '22 at 06:28
  • @Zanna I'm sorry, I probably didn't change the package name intentionally. I was looking for errors, so I started with the Nvidia name and was looking for Nvidia at first... I was probably not paying attention. – Logan Feb 16 '22 at 17:26
  • @Jeff no worries, thanks for editing :) – Zanna Feb 17 '22 at 04:19

1 Answers1

0

nVidia 349 is in beta stage for Linux (according to geforce.com ). There might be a bug which is occurring your problem. nVidia 319 doesn't support GTX 760, the support for Linux came from nvidia-337. I'd recommend you to install it from Ubuntu's additional drivers. Perform the following steps:

  1. Open dash and search for Additional Drivers enter image description here
  2. Open Additional Drivers and select Using NVIDIA binary driver - version 346.59 from nvidia-346-updates (prpprietary)enter image description here
  3. Click Apply Changes. enter image description here
  4. After the installation, reboot your system and everything should work fine.
Pavak Paul
  • 1,234
  • 3
  • 14
  • 31