On 17 February 2010 11:47, milos <[email protected]> wrote: > i had restricted drivers installed, i uninstall it and install drivers > version 96 from software center, now i get another 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 > have a problem with keyboard, cant press enter everything freezes >
Please follow these instructions for a correct installation of the driver: 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) Regards, -- Alberto Milone Sustaining Engineer (system) Foundations Team Canonical OEM Services -- nvidia x server settings on ubuntu 10.4 https://bugs.launchpad.net/bugs/523108 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-settings in ubuntu. _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp

