Rabu, 09 Maret 2011

Install Driver NVIDIA di ubuntu 10.04

Assalamualaikum wr.wb.

- Download new driver from http://www.nvidia.com/Download/index.aspx?lang=en-us (cari driver sesuai dengan kartu grapis anda dan os-nya)
- Press ctrl-alt-f1, and log in. Then run the following command to shutdown X11. Make sure your work is saved, Gnome/KDE is going to shutdown too.

For Ubuntu:
sudo /etc/init.d/gdm stop

For Kubuntu:
sudo /etc/init.d/kdm stop

- First navigate from the tty to the directory where you saved the install file (I will use /path/to/installer), then set executable permissions on it:

cd /path/to/installer (tergantung dimana diletakkan file installer *.run nvidia)
sudo chmod +x NVIDIA*

You can start the install script with the following command:

sudo sh NVIDIA*

The installer will now walk you through the steps required. Assuming success, you can now restart your X11 server using:

For Ubuntu:
sudo /etc/init.d/gdm start

For Kubuntu:
sudo /etc/init.d/kdm start


- Configure

You can now change settings for your video setup. In Ubuntu, go to Applications->System Tools->NVIDIA X Server Settings (or sometimes System->Administration->NVIDIA X Server Settings depending on the driver and/or install method). Alternatively, use the terminal:

For Ubuntu:
gksudo nvidia-settings

For Kubuntu:
kdesu nvidia-settings

- Load driver on boot

The X server will start in low-resolution if the nvidia driver is not loaded on boot, so

$ sudo gedit /etc/modules and add a line containing nvidia

- Uninstalling the Driver

Sometimes it is necessary to uninstall the driver, like before a version upgrade of Ubuntu or if the installation fails or is no longer needed. For a manual install, you can remove the driver using the installer file:

sudo sh NVIDIA* --uninstall

You will probably be asked to reboot the computer.
sumber : https://help.ubuntu.com/community/NvidiaManual

Selamat mencoba


Tidak ada komentar:

Posting Komentar