Flash videos are colored blue...

Asked by Carnalbeast

Flash videos are colored blue , i tried to pass the EnableLinuxHWVideoDecode and nOverrideGPUValidation parameters but now its completely unstable !! Is there any way to fix the problem or this is how flash will be on linux from now on ??

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu adobe-flashplugin Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; uname -a; dpkg -l | egrep 'flash|gnash|swf|spark'; echo; cat /etc/adobe/mms.cfg

Thanks

Revision history for this message
Carnalbeast (carnalbeast) said :
#2

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise
Linux ubuntupc 3.2.0-24-generic #38-Ubuntu SMP Tue May 1 16:18:50 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
ii flashplugin-installer 11.2.202.235ubuntu0.12.04.1 Adobe Flash Player plugin installer

EnableLinuxHWVideoDecode=1
OverrideGPUValidation=true

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

sudo apt-get --purge remove flashplugin-installer

gksudo gedit /etc/apt/sources.list

Find these 2 lines:

#deb http://archive.canonical.com/ubuntu precise partner
#deb-src http://archive.canonical.com/ubuntu precise partner

Change them to:

deb http://archive.canonical.com/ubuntu precise partner
deb-src http://archive.canonical.com/ubuntu precise partner

Save the new file, close gedit then run:

sudo apt-get update; sudo apt-get install adobe-flashplugin

You now we have 64bit flash for your 64bit OS.

Revision history for this message
Carnalbeast (carnalbeast) said :
#4

Its still unstable !! for example there's no way you can view videos on metacafe

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Can you give the output of:

lsb_release -a; uname -a; dpkg -l | egrep 'flash|gnash|swf|spark'

Thanks

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

Please open a terminal and type:

cd

sudo mkdir /etc/adobe

echo -e "EnableLinuxHWVideoDecode=1\nOverrideGPUValidation=true" | sudo tee /etc/adobe/mms.cfg > /dev/null

and retry...

Can you help with this problem?

Provide an answer of your own, or ask Carnalbeast for more information if necessary.

To post a message you must log in.