Fixing NVIDIA driver issues on Ubuntu Karmic
So after yesterday’s completely improper upgrading of my Ubuntu box from Jaunty to Karmic, I did an actual reinstall today (with the alternate CD), keeping my /home partition intact. It went mostly well, but there was a slight hiccup: X would freak out and render my screen all jittery when launching GDM.
The fix here was rather easy: jockey-text, which is the text version of Jockey, the program that usually pops up about restricted drivers. Just run:
$ sudo jockey-text -l
xorg:nvidia-173 - NVIDIA accelerated graphics driver (Proprietary, Disabled, Not in use)
xorg:nvidia-185 - NVIDIA accelerated graphics driver (Proprietary, Disabled, Not in use)
xorg:nvidia-96 - NVIDIA accelerated graphics driver (Proprietary, Disabled, Not in use)
As you can see, I had three options, and none of them were “in use.” So I just ran:
$ sudo jockey-text -e xorg:nvidia-185
Now, a listing shows me this:
$ sudo jockey-text -l
xorg:nvidia-173 - NVIDIA accelerated graphics driver (Proprietary, Disabled, Not in use)
xorg:nvidia-185 - NVIDIA accelerated graphics driver (Proprietary, Enabled, In use)
xorg:nvidia-96 - NVIDIA accelerated graphics driver (Proprietary, Disabled, Not in use)
I let it do its thing, and things were back to normal! I don’t know why, by default, my install had an unusable desktop, since I figured some other drivers would have been there, but this is a quick fix from the command line for anyone who needs it, when a GUI is completely unavailable.
Perhaps someday I’ll get back to posting other Linux-y, Gentoo-y things… Damn games that only run on Windows keep me locked in there far too often.




