PDA

View Full Version : Problems after installing the latest NVIDIA driver for Ubuntu 13.10 and rebooting



abraham4
March 25th, 2014, 08:35 PM
I installed the NVIDIA driver version 331 through the terminal and decided to reboot. When I came back to check if it did I was surprised by a window saying that there is a problem with the graphics card and gave me the option to configure it, to use a generic one, or to troubleshoot and none of those options worked. I have no idea what to do or if this can be fixed...

This is exactly what the it said:

The system is running in low-graphics mode
Your screen, graphics card, and input device settings could not be detected correctly. You will need to configure these yourself.

kc1di
March 25th, 2014, 08:54 PM
First of all what Nvidia card are you using? not all cards will work with the 331 driver.

boot to a root terminal and type the following:

lspci and list the output here.

you can remove the nvidia-331 from the terminal by typing :

sudo apt-get remove nvidia-331

Then install nvidia current with the command :


sudo apt-get install nvidia-current

abraham4
March 25th, 2014, 08:58 PM
It's GeForce 8600 GT

abraham4
March 25th, 2014, 09:04 PM
how do I get to the root terminal?

kc1di
March 25th, 2014, 10:22 PM
you can get to a root shell when the grub boot list comes up select ubuntu advanced then recovery mode. you'll be presented a list of options one of which will be root shell choose that one it will drop you to a root terminal line. you can preform the commands there.

abraham4
March 25th, 2014, 10:43 PM
i don't think it worked.
Output:
W: Not using locking for read only lock file /var/lib/dpkg/lock
E: Unable to write to /var/cache/apt/
E: The package lists or status file could not be parsed or opened.

ajgreeny
March 25th, 2014, 10:57 PM
In recent versions of Ubuntu, in recovery mode the filesystem is mounted as read-only, so you need to enter the following command to get it to remount as read-write, which will allow you to make changes:

mount -o rw,remount / and you also need to choose to boot to commandline with network access enabled
then continue with the commands shown by kc1di to remove the nvidia driver and reinstall a different version.

hamishmb
March 25th, 2014, 10:58 PM
Ah, you aren't in read-write mode. The best way to fix this is boot to the recovery menu as described above and then select 'FSCK' or 'Check Filesystems' and then follow out the instructions given above.

Hamish

abraham4
March 26th, 2014, 02:08 AM
Still encountering the same problem

kc1di
March 26th, 2014, 10:37 AM
Ok try this command after you've got it in Read Write as mentioned above.

rm -f /var/lib/apt/lists/lock
rm -f /var/lib/dpkg/lock
Then

apt-get update (note you do not need the sudo at the front because you are already in a root shell.)
Then run the commands to remove and reinstall Nvidia-current.

abraham4
March 27th, 2014, 01:09 AM
I'm sorry but it still doesn't work.

codenine75a
March 27th, 2014, 02:19 AM
Just a question? Did you use ubuntu's video drivers or nvidia's drivers. When I had that video card I used to download nvidia's video drivers and install it in single console mode.

manishbhoola
March 27th, 2014, 02:59 AM
If you are using the xorg edgers PPA, the problem is with the bumblebee package which blacklists the current nvidia drivers causing this issue. I had the same issues on my geforce 610 and followewed the instructions to uninstall and purge the bumblebee package after which everything works just fine. http://askubuntu.com/questions/379504/problem-with-nvidia-driver-331-20-on-ubuntu-13-10-64bit

regards

abraham4
March 27th, 2014, 06:06 PM
Thanks manishbhoola! I followed the steps in your link and they worked.

Codenine75a, before installing the nvidia drivers I was using an Ubuntu Gallium driver.

It appears the OS is running slower than before (it takes about 10 seconds for Firefox to open up and also when I'm downloading a program everything else become incredibly slow), I don't know if video drivers have anything to do with that or it's just my crappy computer.

manishbhoola
March 29th, 2014, 02:57 PM
Do the upgrade to the latest ubuntu 14.04 beta. However before you do that, dont forget to use ppa-purge xorg-edgers and remove the extra ppa without which the upgrade fails. it has the latest NVIDA drivers too !