Anyway, I found this and it worked. I'm copying and pasting so it is in our archives:
Thanks to Matt Rudge for the post this was pasted from, found at: http://blog.mattrudge.net/2011/04/21/fu ... ment-12280There are two parts to this fix. Maybe only the first one will be necessary for you, but if you have an Nvidia or ATI graphics card, then you might have to do the second part as well.
Firstly, open a terminal window and type:
Code: Select all
sudo mkdir /etc/adobe
In the editor, type:Code: Select all
sudo geany /etc/adobe/mms.cfg
Close and save the file. Restart your browser and try running any full-screen Flash movie from YouTube, for example. If this works, then all well and good. If not, then try the following:Code: Select all
OverrideGPUValidation=true
Edit the launcher for your chosen web browser, and insert the following before the launcher command:
I use Google Chrome (yes…I know!!), so the launcher command was:Code: Select all
env LD_PRELOAD=/usr/lib/libGL.so.1
Which becomes:Code: Select all
/opt/google/chrome/google-chrome --enable-plugins %U
Again, restart your browser using this launcher, and see if full-screen Flash video works now.Code: Select all
env LD_PRELOAD=/usr/lib/libGL.so.1 /opt/google/chrome/google-chrome --enable-plugins %U
I’m going to avoid the Steve Jobs-like rant with regard to Flash and why it seems to be terminally unstable and insecure, but hopefully this will be one step closer to getting an improved Flash experience on your Ubuntu installation.
Hope this helps fellow SalixOS users.
