[SOLVED] You do not appear to be using the NVIDIA X driver on Linux Ubuntu |
After a regular upgrade on Linux Ubuntu Lucid 9.10, I was greeted with the following message:
You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server.
I tried many forums to return this to normal. They seemed all too complicated and didn't solve the problem, more importantly.
Finally, I solved it by running a combination of commands from two different forums:
To use NVIDIA-provided driver, you will need to remove Nouveau first. You can remove it from a command-line by entering this:
sudo apt-get --purge remove xserver-xorg-video-nouveau
(from this ubuntu forum)
1) Make sure that the kernel headers for your kernel are installed
sudo apt-get install linux-headers-$(uname -r)
2) Install the nvidia driver:
sudo apt-get install nvidia-current (or nvidia-173 or nvidia-96,
depending on your card)
3) Select the driver that you wish to use (you can install all of the
nvidia drivers but use only at the time):
sudo update-alternatives --config gl_conf
sudo ldconfig
sudo update-initramfs -u
4) Configure your xorg.conf
sudo nvidia-xconfig
5) Restart your computer (restarting only the xserver might not work)
(from this launchpad forum)
Hope this helps

Thanks a lot! You saved my
Thanks a lot! You saved my life!
HELP?!?!?!!?!?
This did not work for me. I switched from Ubuntu to Mint11 because I was having the same problem there. Everytime I install the nvidia drivers and try to restart my comp linux never finishes booting up. Or at least the x server doesn't. It stops at checking battery and never finishes loading. I can jump to the other windows via ctrl alt F1-6 but the gui never finishes loading. Can someone please help me?
I have the exact same
I have the exact same problem. Did you find a solution for that?
Thanks !!
Thanks for the help :):)!!!! Great Effort
Thanks. (Works for Linux Mint
Thanks. (Works for Linux Mint 10 KDE "julia".)
Thank you very much pal, it
Thank you very much pal, it works like a charm
Thanks!
Thankyou!
I followed the steps laid out here and it fixed the problem perfectly.
I still had an issue with overscan. For anyone who runs into this problem (if you are using a HDTV as a monitor) go to System > Preferences > NVidia X Server Settings. Under GPU 0 there should be an option that says DFP-1 or something like that. Its just above nvidia-settings configuration. When you click on this there should be an option for overscan, which you can adjust to get your screen to fit properly.
Again, thankyou very much for the solution!
SlickRed
Thank you very much! Other
Thank you very much! Other approaches failed but the solution you provided works for me on Ubuntu 10.10.
Thanks you so much
It helped me a lot, thank you !
Sadly, this didn't help to
Sadly, this didn't help to solve my problem in Natty (11.4), but there surely is more than one way to skin a cat :) Thanks anyway.
谢谢你了,解决了我的问题。
谢谢你了,解决了我的问题。
thanks a lot solved the
this failed for me the
You are a genius, thanks a
Does this work in 10.10 ? And
Does this work in 10.10 ? -
Does this work in 10.10 ?
- Yes, this works in 10.10 as far as I am aware.
And how to: 4) Configure your xorg.conf sudo nvidia-xconfig
-Just run sudo nvidia-xconfig in the terminal, this is more like an 'update' command really
Did not work for me with an optimus card
When I tried this I got a blank screen when I tried to start Ubuntu. My card was an Nvidia 4200m with optimus. Short story I had to disable optimus from the bios and reinstall the nvidia driver. Long story is here if you want to read it.