env LD_PRELOAD=/usr/lib/libGL.so.1 firefox %uN.B. May need re-editing on upgrade.
Showing posts with label Flash Player. Show all posts
Showing posts with label Flash Player. Show all posts
Saturday, 24 September 2011
Fix Flash Player (Firefox)
To fix the full screen issues with Firefox, add "env LD_PRELOAD=/usr/lib/libGL.so.1" to the launcher in front of "firefox %u" so it reads...
Saturday, 14 November 2009
Flash Player Glitches

Removing Conflicting Plugins
Ubuntu comes with swfdec plug-in, but it doesn't work on several sites. Installing the version from Adobe might solve this problem and improve performance.
To remove other flash plug-ins and install only the one from Adobe open "Applications >> Accessories >> Terminal", then paste (CTRL+SHIFT+V) the code below in the terminal window and hit enter:
sudo apt-get remove swfdec-mozilla
sudo apt-get remove mozilla-plugin-gnash
sudo apt-get remove adobe-flashplugin
sudo apt-get remove flashplugin-nonfree
sudo apt-get install flashplugin-nonfree
Flash Tweaks
If you're still encountering problems, try:
sudo mkdir /etc/adobe
echo "OverrideGPUValidation=true" >~/mms.cfg
sudo mv ~/mms.cfg /etc/adobe/
Friday, 17 April 2009
How To Install Flash Player 10 (Fedora 10)
Thursday, 19 February 2009
Saturday, 1 November 2008
Install Flash and Java Plugins - 32 Bit
To get Flash and Java working, either download flashplugin-nonfree, sun-java6-jre and sun-java-plugin through Synaptic and then restert Firefox.
Or:
If you need to choose between older Java installations, then type:
...and follow the onscreen prompt.
Or:
sudo apt-get install flashplugin-nonfree
sudo apt-get install sun-java6-jre sun-java6-plugin
If you need to choose between older Java installations, then type:
sudo update-alternatives --config java
...and follow the onscreen prompt.
Tuesday, 26 August 2008
Install Flash Player (64 Bit)
sudo apt-get install nspluginwrapper flashplugin-nonfree lib32nss-mdns
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-3.0.1/plugins/
Subscribe to:
Posts (Atom)
