0

I'm on ubuntu 12.04, running the propriety nvidia drivers (i have tried using the generic drivers). Whenever i drag a window around it slowly redraws itself. Any ideas on what to try?

System Specs

  • P4 2.6 GHZ
  • 2 Gigs memory
  • Geforce 4 Mx 20 video card
zntneo
  • 1

1 Answers1

0

First, remove all the failed driver installations using:

sudo apt-get purge nvidia*

Then install the correct propriatary drivers:

 sudo apt-get install nvidia-current

Don't forget to reboot:

sudo reboot
Joren
  • 5,074