Talk:Adobe Flash: Difference between revisions
(run as root) |
(how to downgrade Adobe Flash to get it to run better) |
||
Line 1: | Line 1: | ||
== Can't get it to work == |
|||
These instructions didn't seem to work - Gnash is still used on all Flash webpages |
|||
For those of us who do not know how to replace gnash with flash, a quick note from an expert would be greatly appreciated. |
These instructions didn't seem to work - Gnash is still used on all Flash webpages. For those of us who do not know how to replace gnash with flash, a quick note from an expert would be greatly appreciated. |
||
== run as root == |
== run as root == |
||
Line 12: | Line 12: | ||
rpm -i http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-9.0.115.0-release.i386.rpm |
rpm -i http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-9.0.115.0-release.i386.rpm |
||
== Forcing Adobe Flash to run in "low-quality" mode by default == |
|||
Many G1G1 users who have installed Adobe Flash report improved performance with this edit to the flash binary, which forces the plugin to run in "low-quality" mode by default. |
|||
cp libflashplayer.so libflashplayer.so.bak && sed -i 's/HIGH/LOW/g' libflashplayer.so && sed -i 's/LOW/HIGH/' libflashplayer.so |
|||
Found at: [http://olpcnews.com/forum/index.php?topic=845.0 http://olpcnews.com/forum/index.php?topic=845.0]. The poster there credits [http://forums.gentoo.org/viewtopic-t-543747.html http://forums.gentoo.org/viewtopic-t-543747.html .] |
|||
:::~ [[User:Hexagonal|Hexagonal]] 17:02, 4 January 2008 (EST) |
Revision as of 22:02, 4 January 2008
Can't get it to work
These instructions didn't seem to work - Gnash is still used on all Flash webpages. For those of us who do not know how to replace gnash with flash, a quick note from an expert would be greatly appreciated.
run as root
That command didn't work for me either. Running 'sudo' just gives an error. I'm no unix expert, so I think there is a way to do it with one line like he was trying to say. But I was able to get it to work this way:
su - root
then type this
rpm -i http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-9.0.115.0-release.i386.rpm
Forcing Adobe Flash to run in "low-quality" mode by default
Many G1G1 users who have installed Adobe Flash report improved performance with this edit to the flash binary, which forces the plugin to run in "low-quality" mode by default.
cp libflashplayer.so libflashplayer.so.bak && sed -i 's/HIGH/LOW/g' libflashplayer.so && sed -i 's/LOW/HIGH/' libflashplayer.so
Found at: http://olpcnews.com/forum/index.php?topic=845.0. The poster there credits http://forums.gentoo.org/viewtopic-t-543747.html .
- ~ Hexagonal 17:02, 4 January 2008 (EST)