Enable Video Acceleration on Linux
These are Debian/Ubuntu specific steps
- In your terminal, execute lspci -v and check for the manufacturer of your video card. You are likely to find either nvidia or ATI
- To install Nvidia drivers
- Check for your kernel version using uname -r which might return a output like 2.6.22-14-generic
- Install the restricted drivers package - sudo apt-get install linux-restricted-modules-2.6.22-14-generic
- Install nvidia-glx module - sudo apt-get install nvidia-glx
- Make a backup of /etc/X11/xorg.conf. Edit /etc/X11/xorg.conf and replace the string Driver "nv" with Driver "nvidia"
- Exit Gnome and you should see the nvidia Logo. See the difference in framerate!
- To install ATI drivers
- Install the fglrx driver - sudo apt-get install xorg-driver-fglrx
- Make a back up of /etc/X11/xorg.conf. Edit /etc/X11/xorg.conf and replace the string Driver "ati" with Driver "fglrx"
- If you want to install ATI's own driver, you might have to check their site for the procedure
No comments:
Post a Comment