0

I just purchased a new Dell computer for my work which has a NVIDIA Quadro K620 (The salesman assured me that it would work on Ubuntu which it does with installation of additional drivers, I've been able to do this from the terminal).

However, the problem is I can only get this working on 15.10 only and not on lower versions, albiet versions 15.04 and 14.04 are the that are compatible with my programs I need at the workplace.

In an attempt to install from a Flash Drive (USB), The Ubuntu 14.04 it says that the graphics card is not compatible and I need to download drivers and asks to run the initial installation in low graphics.

But when I do run in low graphics the screen turns black and does not proceed.

For 15.04 on boot up it gets to a login screen which I use the User Name and blank password to proceed to an installation page. For this one it stays black and the speaker plays the Ubuntu sound over and over as if it is stuck on a loop.

I was able to install 15.10 with some unexpected text problems but when I installed the additional drivers from the terminal this was fixed and it is working great.

The problem comes with my work programs, they are not compatible and have not been tested for Ubuntu 15.10, and I can't install the programs without GCC header problems.

I have installed these programs on multiple releases of Ubuntu with no problems on other computers, this is the first time it does not work for me.

In my opinion, I think that there are two solutions to this which I need help getting to.

  • Install Ubuntu 15.10 then downgrade to 15.04, but the forums I've read on this say to do a fresh install.

The other option (preferred) is

  • During the boot from Thumb Drive (USB) if there is a way to get to the graphics drivers via terminal and install them before installing Ubuntu 15.04, or to install Ubuntu via terminal from the Thumb Drive (USB)?

Does anyone know how the correct method to do so and what is the best way to solve this problem?

Unfortunately, I don't know how to get the graphics card working without having ubuntu installed.

1 Answers1

0

The way to change video drivers in Ubuntu from 14.04 and later is to go to System Settings>Software & Updates>Additional Drivers tab. You will need to be connected to the internet and you will need to allow the utility time to find suitable drivers. But there may be a problem because Ubuntu 14.10 has reached end of life.

Alternatively, Run the following commands in terminal:

sudo add-apt-repository -y ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get install nvidia-346

Then restart the computer and remove the repository after restart as following:

sudo add-apt-repository -r ppa:xorg-edgers/ppa

This has worked for me. I hope it helps you too.