Ubuntu:NVIDIA
From Linux 101, The beginner's guide to all things Linux.
(Redirected from Debian:HT Ubuntu Nvidia)
Installing Nvidia drivers under Ubuntu is as easy as typing the following commands:
-
sudo apt-get install nvidia-glx -
sudo nvidia-glx-config enable -
sudo reboot
Note: (optional): If you are going to compile 3d applications, you will want to install the nvidia-glx-dev package:
-
sudo apt-get install nvidia-glx-dev
Note: (optional): the nvidia-settings package provides a control panel to configure graphics card options such as gamma correction:
-
sudo apt-get install nvidia-settings
| Navigation: Ubuntu Index |

