nvidia driver on xubuntu

Asked by frankdunn

I have installed the older nvidia driver for my geforce 2 mx 400, because the system felt a little "slow" when refreshing icons and such. But after that, now it seems it's even slower.

My question is, if I remove the driver using the "Add/Remove" program, will the xconfig file revert to it's original form, or will it not start and I will have to configure it manually?

Thanks in advance

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xserver-xorg-driver-nv Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

the post install should revert it back. You can read the xorg.conf to check and if it says:

Driver "nvidia"

change it to

Driver "nv"
or
Driver "vesa"

you will need:
gksudo mousepad /etc/X11/xorg.conf to get write access.

(replace mousepad with your favourite editor.I seem to remember mousepad is default in Xubuntu)

Revision history for this message
frankdunn (hellarchvile) said :
#2

Thanks a lot. It worked!

Revision history for this message
frankdunn (hellarchvile) said :
#3

Thanks actionparsnip, that solved my question.