Ubuntu – How to force X to use the vesa driver

nouveauxorg

I have an old nvidia card not supported anymore (Ti4200Go agp 8x).
The nouveau driver has problems drawing the cursor and shows ugly pictures on the screen.
How do I try the vesa driver? I'm sad the vesa won't display the full 1680x1050 native resolution, but at least the laptop will be usable.

Best Answer

Try blacklisting the nouveau driver by adding the line blacklist nouveau to the file /etc/modprobe.d/blacklist.conf(you will need root privilege). This will prevent that driver from loading. Also comment any line like blacklist vesafb by replacing it with #blacklist vesafb in the file /etc/modprobe.d/blacklist-framebuffer.conf

Related Question