I am running Kubuntu 13.10 64 bit. I have an nVidia GT520 based graphics card in my HP xw8600 workstation. I have installed the nVidia drivers for a long time. But there have been some changes done to the drivers that you should know about. If you try and install the latest nVidia 331.49 drivers from the edgers PPA and you have a desktop nVidia card, you won't be able to startup your x-server at all. It installs the bumblebee driver in addition to the regular desktop version. This will pound your graphics and it won't start up. I then discovered that if you remove the bumblebee driver, joy will return to your desktop. Of course, I about went nuts spending hours trying the hardway and a zillion other methods to install the latest driver. This is the process you need to use to properly install the driver:
sudo add-apt-repository ppaorg-edgers/ppa
sudo apt-get update
sudo apt-get install nvidia-331
sudo apt-get --purge remove bumblebee
sudo reboot
If you've installed it already and your graphics card won't work, just install this part from the terminal session you will be stuck in:
sudo apt-get --purge remove bumblebee
sudo reboot
Ugh......Works good now. I thought I was going nuts.
sudo add-apt-repository ppaorg-edgers/ppa
sudo apt-get update
sudo apt-get install nvidia-331
sudo apt-get --purge remove bumblebee
sudo reboot
If you've installed it already and your graphics card won't work, just install this part from the terminal session you will be stuck in:
sudo apt-get --purge remove bumblebee
sudo reboot
Ugh......Works good now. I thought I was going nuts.
Comment