Montag, 15. April 2013

Ubuntu Grafikkarten Probleme

Servus,

sollte euer NVIDIA Treiber unter Ubuntu mal wieder spinnen - nur die Ruhe!
Mit simplen 2 Schritten wird der Standardtreiber wiederhergestellt.
Dafür müsst ihr erstmal den NVIDIA Treiber entfernen:

sudo apt-get purge nvidia*

(Achtet auf den Stern am Schluss!)
Danach noch die alte xorg.conf Datei "löschen" (backups sind immer besser ;-) ):

sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

Neustarten (sudo reboot) und der Rechner läuft unter quelloffenem Treiber :-)


---


NVIDIA has broken your Ubuntu System once again? Relax!
With those 2 simple steps you can restore the default driver.
First of all, remove all of the NVIDIA drivers:

sudo apt-get purge nvidia*

(Don't remove the asterisk at the end!)
Now "remove" the old xorg.conf file (or do a backup...is always the better way):

sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

Reboot (sudo reboot) and your system runs the default open-source driver :-)


Greetz