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
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
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