nVIDIA
From KevinWiki
(Difference between revisions)
(Created page with "Category:Linux {{lowercase}} = Installing nVidia Driver = sudo apt-add-repository ppa:ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current nvi...") |
|||
(2 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
{{lowercase}} | {{lowercase}} | ||
= Installing nVidia Driver = | = Installing nVidia Driver = | ||
- | sudo apt-add-repository ppa:ubuntu-x-swat/x-updates | + | $ sudo apt-add-repository ppa:ubuntu-x-swat/x-updates |
- | sudo apt-get update | + | $ sudo apt-get update |
- | sudo apt-get install nvidia-current nvidia-settings | + | $ sudo apt-get install nvidia-current nvidia-settings |
+ | |||
+ | = Problem = | ||
+ | Blueish tint on Youtube videos | ||
+ | |||
+ | $ sudo add-apt-repository ppa:tikhonov/misc | ||
+ | $ sudo apt-get update | ||
+ | If libvdpau1 is already installed, upgrade otherwise install. | ||
+ | $ sudo apt-get install libvdpau1 | ||
+ | |||
+ | * Reference | ||
+ | http://askubuntu.com/questions/117127/flash-video-appears-blue |
Latest revision as of 14:29, 28 August 2012
Installing nVidia Driver
$ sudo apt-add-repository ppa:ubuntu-x-swat/x-updates $ sudo apt-get update $ sudo apt-get install nvidia-current nvidia-settings
Problem
Blueish tint on Youtube videos
$ sudo add-apt-repository ppa:tikhonov/misc $ sudo apt-get update
If libvdpau1 is already installed, upgrade otherwise install.
$ sudo apt-get install libvdpau1
- Reference
http://askubuntu.com/questions/117127/flash-video-appears-blue