1. Uninstalled Previous NVidia Drivers.
sudo nvidia-installer --uninstall
sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common
sudo rm /etc/init.d/nvidia-*
2. Verified you have all the required software.
http://us.download.nvidia.com/XFree8...hapter-02.htmlNote: glibc reported 6, not > 6.
Ubuntu ships with Xorg not XFree86.
3. Verify Kernel Sources, Header, and Devel packages are installed.
sudo apt-get install linux-headers-`uname -r` build-essential gcc xserver-xorg-dev
4. Quit X.
hit ctrl+alt+F1
log into your username at the prompt in terminal
sudo /etc/init.d/gdm stop
5. Installed the NVidia Drivers:
sudo sh /root/NVIDIA-Linux-x86_64-169.04-pkg2.run
sudo /etc/init.d/gdm start
6. Verify the installed files are in the correct place
http://us.download.nvidia.com/XFree8...hapter-05.htmlNote: Your lib modules will be in /usr/lib/xorg/modules.
On my machine the following file does not have a .o extension as is suggested.
/lib/modules/2.6.22-14-generic/kernel/drivers/video/nvidia.ko
7. add startup file to system->preference->sessions "nvidia-settings --load-config-only"
сделал все как написано, получилось.
была проблема при перезапуске Х ов драйвер не грузился.
7. пункт нужен или нет ?