Simple way to install Graphics drivers
I've searched the net to update my NVIDIA card driver in UBUNTU
The simplest Process is:
- Open a terminal and type sudo apt-get update
- Type sudo apt-get install nvidia-glx
- Type sudo apt-get upgrade
- Type sudo dpkg-reconfigure xserver-xorg
- Select the nvidia driver from the X server driver list and follow the on-screen steps to complete the configuration
- Once finished with the configuration, hold down Ctrl+Alt+Backspace to restart X server. You should be presented with a nice NVIDIA splash screen signaling that the driver is installed and working
- You can test this in the terminal by typing glxinfo | grep direct (the output should be direct rendering: yes)
- You can also type glxgears to watch your card at work
0 comments:
Post a Comment