###########################################
# How to install Graphics Driver (NVIDIA) #
###########################################
#
#
apt-get install nvidia-glx nvidia-kernel-common
# Commando
nvidia-xconfig
#
#* Should the above not enable the new driver, you can enable it manually by opening the X config file: 
#
gedit /etc/X11/xorg.conf
#
#* and replacing "nv" with "nvidia" 
#
#* Read #How to restart GNOME without rebooting computer 
#
#* Enable XvMC by creating the nVidia XvMC configuration file 
#
gedit /etc/X11/XvMCConfig
#
#* Insert the following line into the new configuration file, to tell the players the name of the nVidia XvMC shared library: 
#
libXvMCNVIDIA_dynamic.so.1
#
#* To use XvMC to accelerate video playback, use the following flags. See [[2]] for more details. 
#
xine -V xxmc filename.ts
mplayer -vo xvmc -vc ffmpeg12mc filename.ts
#

