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
  • Your system is fairly old. Try running a lighter desktop environment like lubuntu or xubuntu. Read http://askubuntu.com/questions/112418/lighter-in-cpu-memory-usage-lubuntu-or-xubuntu – hmayag Dec 06 '13 at 00:45

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,053
  • 8
  • 38
  • 54