This guide will force the flash player to bypass its GPU validity checks, improving performance.
In a terminal type:
sudo mkdir /etc/adobe
echo "OverrideGPUValidation=true" > /tmp/mms.cfg
sudo mv /tmp/mms.cfg /etc/adobe/
echo "OverrideGPUValidation=true" > /tmp/mms.cfg
sudo mv /tmp/mms.cfg /etc/adobe/
Don't expect the hack to be a magical speed boost option but it does help with tearing and choppiness. Hopefully Adobe will one day fix flash in Linux instead of giving us workarounds.
Have a question or problem that this article doesn't cover? Ask our Ubuntu Mini 9 Google Group for help. |
6 comments:
Do you mean
echo "OverrideGPUValidation=true" > /tmp/mms.cfg
or am I missing something?
seltaeb,
You are absolutely right. Thanks buddy.I'm blaming it on the broken collar bone and not my carelessness. It's the pain I swear.
You can use:
sudo sh -c 'echo "OverrideGPUValidation=true" > /etc/adobe/mms.cfg'
Get well soon and keep up the great work - thanks a lot!!
How do you know if it actually worked? I typed in everything you said to and nothing happened. Is that how it is supposed to be? Thanks for the help.
You know if the tutorial worked if you find the mms.cfg file in the /etc/adobe folder you created.
Post a Comment