nudnik
September 18th, 2006, 03:08 AM
A rather rough, but hopefully beneficial guide to compiling the new driver.
The following directions are intended for Gnome.
Nvidia driver compile instructions for Ubuntu 6.06 "Dapper Drake" 32 bit.
All "CODE" must be typed and entered into the "Terminal" interface accessible from the upper left hand of the desktop by clicking on the "Applications" tab. A dialog box will drop down from which you should choose "Accessories" which will cause another box to appear from which you can activate the Terminal.
Navigate to www.nvidia.com and download the latest IA32 driver to the desktop. (Currently NVIDIA-Linux-x86-1.0-8774-pkg1.run)
Install the necessary build libraries, components from the repositories.
CODE
sudo apt-get install gcc
sudo apt-get install libc6dev
[Additionally the following may be needed:
sudo apt-get install nvidia-kernel-common
sudo apt-get install nvidia-kernel-source
sudo apt-get install xorg-dev
sudo apt-get install xserver-xorg-dev]
Press Ctrl+Alt+F1 to exit graphical mode and access the command line.
Log in.
Go root to avoid potential annoying problems.
CODE
sudo -s
Stop the Gnome display manager.
CODE
sudo /etc/init.d/gdm stop
Navigate to the Desktop directory.
CODE
cd Desktop
Begin dialog with driver compiler/installer.
CODE
sh NVIDIA-Linux-x86-1.0-8774-pkg1.run
Accept the license agreement.
Nvidia package states your kernel is not compatible with the version it is attempting to install. The package will ask permission to check the Nvidia site for pre-compiled drivers compatible with your kernel. Click "OK". It will find none. The package will then offer to compile a driver for your kernel. Click "OK". The package should then compile a driver for your kernel. The package will then ask if you wish the configuration of your xserver settings. Answer in the affirmative.
Reboot the machine.
CODE
reboot
The following directions are intended for Gnome.
Nvidia driver compile instructions for Ubuntu 6.06 "Dapper Drake" 32 bit.
All "CODE" must be typed and entered into the "Terminal" interface accessible from the upper left hand of the desktop by clicking on the "Applications" tab. A dialog box will drop down from which you should choose "Accessories" which will cause another box to appear from which you can activate the Terminal.
Navigate to www.nvidia.com and download the latest IA32 driver to the desktop. (Currently NVIDIA-Linux-x86-1.0-8774-pkg1.run)
Install the necessary build libraries, components from the repositories.
CODE
sudo apt-get install gcc
sudo apt-get install libc6dev
[Additionally the following may be needed:
sudo apt-get install nvidia-kernel-common
sudo apt-get install nvidia-kernel-source
sudo apt-get install xorg-dev
sudo apt-get install xserver-xorg-dev]
Press Ctrl+Alt+F1 to exit graphical mode and access the command line.
Log in.
Go root to avoid potential annoying problems.
CODE
sudo -s
Stop the Gnome display manager.
CODE
sudo /etc/init.d/gdm stop
Navigate to the Desktop directory.
CODE
cd Desktop
Begin dialog with driver compiler/installer.
CODE
sh NVIDIA-Linux-x86-1.0-8774-pkg1.run
Accept the license agreement.
Nvidia package states your kernel is not compatible with the version it is attempting to install. The package will ask permission to check the Nvidia site for pre-compiled drivers compatible with your kernel. Click "OK". It will find none. The package will then offer to compile a driver for your kernel. Click "OK". The package should then compile a driver for your kernel. The package will then ask if you wish the configuration of your xserver settings. Answer in the affirmative.
Reboot the machine.
CODE
reboot