Blue People on Youtube Video in Ubuntu


The last big update Adobe did for Flash on Ubuntu resulted in a screwed up looking Youtube videos for many users. Those of us running nVidia video cards are the block of people reporting the "blue people".

There are a few ways to go about fixing this and we will walk you through the easy method #1 and the #2 method which is just as easy but using the terminal.

#1 - remove hardware acceleration on youtube videos

#2 - uninstall a package called "libvdpau1"

#3 - regress to a previous version of adobe flash which we arent going to cover.

So the first method is to right click anywhere in a Youtube video that you have playing and pull up a menu with the option to uncheck and disable "hardware acceleration". This may take a few times to do and if you still cant uncheck the box try logging out of your Ubuntu and log in using Unity 2D mode.

The second method is to uninstall "libvdpau1" with the terminal command of:

sudo apt-get remove libvdpau1

Either method works great. I will note that the second method also removes a couple other packages: mplayer and mencoder. Usually you dont need those, but some programs like devede will make use of them.

In case the second method doesnt help you and you want to go back, type this in the terminal:

sudo apt-get install libvdpau

and this will put you back the way your system was with the blue aluminum koolaid people :)
SHARE

About Happy Goodwill

    Blogger Comment
    Facebook Comment

4 comments:

  1. That was so helpful! Thanks good people. I moved to ubuntu Linux a few months ago, and i like it. But, why Canonical didn't provide update for that?

    ReplyDelete
  2. because it's most likely the problem with adobe flash player, and this player is not open source...

    ReplyDelete
  3. #1 worked for me - but I had to put the flash video in 'fullscreen' mode before it would respond to the click on the Hardware Acceleration check box. It just didn't seem to respond otherwise.

    ReplyDelete
  4. "the second method also removes a couple other packages: mplayer and mencoder. Usually you dont need those" What the heck am I reading? That has got to be one of the most ridiculous lines I have ever read in a Linux-related blog post.

    ReplyDelete