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.
Try blacklisting the
nouveau
driver by adding the lineblacklist 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 likeblacklist vesafb
by replacing it with#blacklist vesafb
in the file/etc/modprobe.d/blacklist-framebuffer.conf
I have the same exact video card on a notebook that can't use a newer video card because it uses the AGP bus rather than PCIE or something newer. This was the solution that allowed me to use the nvidia96 driver with Lubuntu 12.04 by keeping the xorg from 11.10:
http://ubuntuforums.org/showthread.php?p=11891185 See post #24 by zecoyote007
This works for me, at least until (fingers crossed) nVidia updates the nvidia96 driver.