1

The fan of my graphic card is very loud. I tried to install additional drivers for it. After rebooting my PC - to apply changes - unity won't show...
If I change the driver back to default unity shows up again after restart.

Graphic card: GeForce 9600 GT

tk4muffin
  • 81
  • 1
  • 4

1 Answers1

0

When you have the nvidia driver not active fire up a therminal by pressing Ctrl+Alt+T.

Then install the missing kernel package

sudo apt-get install linux-source 

sudo apt-get install linux-headers-generic
sudo apt-get install linux-headers-3.5.0-18-generic

Reconfigure the graphic modules:

sudo dpkg-reconfigure nvidia-current-updates

Activate the driver with the gui or:

sudo apt-get install nvidia-current-updates

Restart the computer

sudo shutdown -r now