<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Magnus &#187; flash</title>
	<atom:link href="http://blog.rubbad.com/archives/tag/flash/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rubbad.com</link>
	<description></description>
	<lastBuildDate>Sun, 25 Jul 2010 17:08:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing 64bit flash in Archlinux 64bit.</title>
		<link>http://blog.rubbad.com/archives/315</link>
		<comments>http://blog.rubbad.com/archives/315#comments</comments>
		<pubDate>Wed, 15 Jul 2009 12:31:18 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=315</guid>
		<description><![CDATA[Howto install flash in 64bit archlinux. #pacman -S flashplugin done! I was surprised when I did that by mistake, that it actually seems to have installed the 64bit flash-plugin rather than the 32bit one with nspluginwrapper &#38; co. No more manually moving files around! Related Posts:Flash 10 64bit Linux Alpha64bit Flash Player 10Fedora 10 x86_64 [...]]]></description>
			<content:encoded><![CDATA[<p>Howto install flash in 64bit archlinux.</p>
<blockquote><p>#pacman -S flashplugin</p></blockquote>
<p>done! I was surprised when I did that by mistake, that it actually seems to have installed the 64bit flash-plugin rather than the 32bit one with nspluginwrapper &amp; co. No more manually moving files around!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/178" rel="bookmark" class="crp_title">Flash 10 64bit Linux Alpha</a></li><li><a href="http://blog.rubbad.com/archives/167" rel="bookmark" class="crp_title">64bit Flash Player 10</a></li><li><a href="http://blog.rubbad.com/archives/134" rel="bookmark" class="crp_title">Fedora 10 x86_64 and flash</a></li><li><a href="http://blog.rubbad.com/archives/279" rel="bookmark" class="crp_title">Fullscreen flash in firefox 3.5</a></li><li><a href="http://blog.rubbad.com/archives/207" rel="bookmark" class="crp_title">testdriving OpenSolaris 2008.11</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/315/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fullscreen flash in firefox 3.5</title>
		<link>http://blog.rubbad.com/archives/279</link>
		<comments>http://blog.rubbad.com/archives/279#comments</comments>
		<pubDate>Mon, 06 Jul 2009 17:04:47 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://rubbad.wordpress.com/?p=279</guid>
		<description><![CDATA[Firefox 3.5 crashes when trying to view a flash video in fullscreen. Not to worry, for there is a workaround. in /usr/lib/firefox-3.5.1pre/firefox.sh EDIT: the path on Fedora 11 is: /usr/lib/firefox-3.5/run-mozilla.sh you add export LD_PRELOAD=/usr/lib/libGL.so.1 at the beginning of the file, but underneath #!/bin/sh So it looks like this: #!/bin/sh #fix the goddamn flash bug. export [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3.5 crashes when trying to view a flash video in fullscreen.<br />
Not to worry, for there is a workaround.</p>
<p>in <em>/usr/lib/firefox-3.5.1pre/firefox.sh</em></p>
<p><strong>EDIT:</strong> the path on Fedora 11 is: <em>/usr/lib/firefox-3.5/run-mozilla.sh</em><br />
you add <strong>export LD_PRELOAD=/usr/lib/libGL.so.1</strong> at the beginning of the file, but underneath <strong>#!/bin/sh</strong></p>
<p>So it looks like this:<strong> </strong></p>
<blockquote><p>#!/bin/sh<br />
#fix the goddamn flash bug.<br />
export LD_PRELOAD=/usr/lib/libGL.so.1</p>
<p># Firefox launcher containing a Profile migration helper for<br />
# temporary profiles used during alpha and beta phases.</p>
<p>&#8230;</p></blockquote>
<p>Save, and try out some flash video in fullscreen.</p>
<p>This should work for Archlinux, Fedora and Ubuntu. The path to <strong>firefox.sh</strong> might vary though.</p>
<p>Workaround taken from <a href="https://bugs.launchpad.net/firefox/+bug/333127/comments/13" target="_blank">https://bugs.launchpad.net/firefox/+bug/333127/comments/13</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/178" rel="bookmark" class="crp_title">Flash 10 64bit Linux Alpha</a></li><li><a href="http://blog.rubbad.com/archives/207" rel="bookmark" class="crp_title">testdriving OpenSolaris 2008.11</a></li><li><a href="http://blog.rubbad.com/archives/241" rel="bookmark" class="crp_title">Karmic Koala Alpha 1</a></li><li><a href="http://blog.rubbad.com/archives/152" rel="bookmark" class="crp_title">Venturing into the unknown</a></li><li><a href="http://blog.rubbad.com/archives/167" rel="bookmark" class="crp_title">64bit Flash Player 10</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/279/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 11</title>
		<link>http://blog.rubbad.com/archives/263</link>
		<comments>http://blog.rubbad.com/archives/263#comments</comments>
		<pubDate>Tue, 16 Jun 2009 17:56:53 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://rubbad.wordpress.com/?p=263</guid>
		<description><![CDATA[This is a short howto get the Nvidia drivers and multimedia stuff installed on your new Fedora 11. I assume you have a newly installed system before following this. The first thing you want to do before you run `yum update` is to install yum-presto: `yum install yum-presto`, and save some time and bandwidth. Next [...]]]></description>
			<content:encoded><![CDATA[<p>This is a short howto get the Nvidia drivers and multimedia stuff installed on your new Fedora 11.<br />
I assume you have a newly installed system before following this. The first thing you want to do before you run</p>
<blockquote><p>`yum update`</p></blockquote>
<p>is to install yum-presto:</p>
<blockquote><p>`yum install yum-presto`,</p></blockquote>
<p>and save some time and bandwidth. Next up is to install dkms and the devel package for your running kernel,type in</p>
<blockquote><p>`uname -r`</p></blockquote>
<p>in your terminal, and if there is no PAE in there install kernel-devel:</p>
<blockquote><p>`yum install kernel-devel`</p></blockquote>
<p>Otherwise install kernel-PAE-devel:</p>
<blockquote><p>`yum install kernel-PAE-devel`</p></blockquote>
<p>Then run  yum update, and when that&#8217;s done, reboot.</p>
<p>Nvidia drivers, for this we need to enable the RPMfusion repositories:</p>
<blockquote><p>`rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm`.</p></blockquote>
<p>Then install the driver, I use the akmod-nvidia package which builds the required module on reboot:</p>
<blockquote><p>`yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i586 xorg-x11-drv-nvidia-libs.x86_64`,</p></blockquote>
<p>then reboot.</p>
<p>When you get back you can go to <a href="http://www.adobe.com" target="_blank">http://www.adobe.com</a> and download the yum flash-plugin for fedora, or click here and install:</p>
<blockquote><p>`<a href="http://get.adobe.com/flashplayer/thankyou/?installer=Flash_Player_10_for_Linux_(YUM)">http://get.adobe.com/flashplayer/thankyou/?installer=Flash_Player_10_for_Linux_(YUM)</a>`</p></blockquote>
<p>The multimedia stuff is next:</p>
<blockquote><p>`yum install flash-plugin  gstreamer-ffmpeg gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly xine-lib-extras-freeworld gecko-mediaplayer`</p></blockquote>
<p>That&#8217;s that, you should now be able to enjoy all of the webs offerings!</p>
<p>Credit where credit is due: Leigh on fedoraforums for an excellent Nvidia howto: h<a href="http://forums.fedoraforum.org/showthread.php?t=204752" target="_blank">ttp://forums.fedoraforum.org/showthread.php?t=204752</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/184" rel="bookmark" class="crp_title">Fedora 10 Multimedia</a></li><li><a href="http://blog.rubbad.com/archives/284" rel="bookmark" class="crp_title">VirtualBox 3.0 in Fedora 11</a></li><li><a href="http://blog.rubbad.com/archives/167" rel="bookmark" class="crp_title">64bit Flash Player 10</a></li><li><a href="http://blog.rubbad.com/archives/178" rel="bookmark" class="crp_title">Flash 10 64bit Linux Alpha</a></li><li><a href="http://blog.rubbad.com/archives/315" rel="bookmark" class="crp_title">Installing 64bit flash in Archlinux 64bit.</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/263/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Karmic Koala Alpha 1</title>
		<link>http://blog.rubbad.com/archives/241</link>
		<comments>http://blog.rubbad.com/archives/241#comments</comments>
		<pubDate>Mon, 18 May 2009 08:41:56 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[KDE 4.3]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://rubbad.wordpress.com/?p=241</guid>
		<description><![CDATA[Testing Kubuntu Karmic, and KDE 4.3 Beta. This is going to be a great release! KDE 4.3 Beta is much improved from the 4.2.3 I&#8217;ve played with recently, all small things, and I&#8217;m sure I haven&#8217;t found them all yet. One has to be careful updating this thing though, yesterdays updates broke KDE totally, good [...]]]></description>
			<content:encoded><![CDATA[<p>Testing Kubuntu Karmic, and KDE 4.3 Beta. This is going to be a great release! KDE 4.3 Beta is much improved from the 4.2.3 I&#8217;ve played with recently, all small things, and I&#8217;m sure I haven&#8217;t found them all yet. One has to be careful updating this thing though, yesterdays updates broke KDE totally, good thing I have fluxbox installed to fall back to when things break. And they will break, this is an alpha release afterall. There&#8217;s not a medibuntu repository set up for Karmic, so the Apple trailers won&#8217;t play, but everything else is working, Amarok can play daap streams again, pulseaudio seems to be working very well as my Audigy card now again outputs same signal to front and side speakers like I want it to. Flash videos don&#8217;t eat as much cpu as they used to.</p>
<p>I installed Kubuntu Karmic Alpha 1 on my main desktop, Athlon XP 2600+ , 1,5 GB ram, Nvidia 6200 AGP and 40GB /, 80 GB /home with ext4 as file system. It&#8217;s using less than 500 megs of memory as I type this while Amarok is playing in the background and Firefox running with 1 whole tab open. I realized I suck at writing reviews, so I&#8217;ll shut up and post some pictures for you instead, ok? <img src='http://blog.rubbad.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>While I was taking these, Ksnapshot caused KDE to become unresponsive to anything but <strong>ctrl + alt + del</strong> bringing up the shutdown menu, and I found out <strong>ctrl + alt + backspace</strong> is disabled. Annoying.
<a href='http://blog.rubbad.com/archives/241/amarok' title='amarok'><img width="150" height="150" src="http://blog.rubbad.com/wp-content/uploads/2009/05/amarok-150x150.png" class="attachment-thumbnail" alt="amarok" title="amarok" /></a>
<a href='http://blog.rubbad.com/archives/241/calendar' title='calendar'><img width="150" height="150" src="http://blog.rubbad.com/wp-content/uploads/2009/05/calendar-150x150.png" class="attachment-thumbnail" alt="calendar" title="calendar" /></a>
<a href='http://blog.rubbad.com/archives/241/lolkdefail' title='lolkdefail'><img width="150" height="150" src="http://blog.rubbad.com/wp-content/uploads/2009/05/lolkdefail-150x150.png" class="attachment-thumbnail" alt="This is what to expect with alpha software." title="lolkdefail" /></a>
<a href='http://blog.rubbad.com/archives/241/snapshot1' title='snapshot1'><img width="150" height="150" src="http://blog.rubbad.com/wp-content/uploads/2009/05/snapshot1-150x150.png" class="attachment-thumbnail" alt="snapshot1" title="snapshot1" /></a>
</p>
<p>The calendar has gained some new features, you now get to see the holidays marked in red on the calendar. Configurable too by Country. This one is showing all holidays in Finland.</p>
<p>You can find out more about KDE 4.3 <a href="http://techbase.kde.org/Schedules/KDE4/4.3_Feature_Plan" target="_blank">here</a>, and about Koala<a href="http://www.kubuntu.org/" target="_blank"> here</a>.</p>
<p>If you wonder about the theme I&#8217;m using, it&#8217;s called air and available on <a href="http://www.kde-look.org" target="_blank">http://www.kde-look.org</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/273" rel="bookmark" class="crp_title">Amarok 2.1 and Fedora 11 KDE</a></li><li><a href="http://blog.rubbad.com/archives/279" rel="bookmark" class="crp_title">Fullscreen flash in firefox 3.5</a></li><li><a href="http://blog.rubbad.com/archives/152" rel="bookmark" class="crp_title">Venturing into the unknown</a></li><li><a href="http://blog.rubbad.com/archives/184" rel="bookmark" class="crp_title">Fedora 10 Multimedia</a></li><li><a href="http://blog.rubbad.com/archives/178" rel="bookmark" class="crp_title">Flash 10 64bit Linux Alpha</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/241/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian &amp; Enlightenment = elive</title>
		<link>http://blog.rubbad.com/archives/224</link>
		<comments>http://blog.rubbad.com/archives/224#comments</comments>
		<pubDate>Fri, 23 Jan 2009 08:36:50 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[e17]]></category>
		<category><![CDATA[elive]]></category>
		<category><![CDATA[enlightenment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://rubbad.wordpress.com/?p=224</guid>
		<description><![CDATA[I was looking for something new in linux desktops. Ubuntu and it&#8217;s deriatives never really gave me what I wanted from a desktop and they always felt a bit slow on this system at least. I installed Archlinux and discovered the speed I was missing, but it&#8217;s too much tweaking neccesary really, ( Archers, please [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for something new in linux desktops. Ubuntu and it&#8217;s deriatives never really gave me what I wanted from a desktop and they always felt a bit slow on this system at least. I installed Archlinux and discovered the speed I was missing, but it&#8217;s too much tweaking neccesary really, ( Archers, please don&#8217;t kill me! I like Arch! <img src='http://blog.rubbad.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) but the point in bringing up Arch, it is where I rediscovered the enlightenment window manager! Installation is easy in Arch:</p>
<p>`pacman -Sy e17-svn e17-extra-svn desktop-file-utils`</p>
<p>and you&#8217;re done! Easy. But still, if you really want to enjoy enlightenment you have to check out elive. It is the most beutiful system you will ever see.</p>
<p>It is built on Debian testing, &#8220;Lenny&#8221;, the 2.6.26.8 linux kernel, and the enlightenment wm.</p>
<p>Thunar is the default filemanager, wich you might know from Xfce. It does a great job, but fails to browse network shares, as in samba. I have yet to find an replacement, I do not want nautilus eiter, so I&#8217;m stuck with sftp through the console for now.</p>
<p>Iceweasel 3.0.3 with the iFox theme is the default web browser, and has</p>
<p>Shockwave Flash 9.0 r124</p>
<p>Java 1.0.6</p>
<p>Mozilla-mplayer</p>
<p>Google Preview</p>
<p>Installed as plugins.</p>
<p>I removed mozilla-mplayer and replaced it with the newer gecko-mediaplayer, wich can play the movie trailers on Apple.com without any problem. Mozilla-mplayer cannot.</p>
<p>The installation of gecko-mediaplayer is not that easy, a simple `aptitude install gecko-mediaplayer` will not do, as it is not in the repos. It can be found, however, in the unstable, or &#8220;Sid&#8221; repos of Debian. You need to get the dependancys too:</p>
<p>For <a title="go to download page" href="http://packages.debian.org/sid/gecko-mediaplayer" target="_blank">gecko-mediaplayer_0.9.3-1_i386.deb</a>:</p>
<p><a title="go to download page" href="http://packages.debian.org/fi/sid/gnome-mplayer" target="_blank">gnome-mplayer_0.9.3-1_i386.deb</a><br />
<a title="go to download page" href="http://packages.debian.org/sid/libdiscid0" target="_blank">libdiscid0_0.1.0-1_i386.deb</a><br />
<a title="go to download page" href="http://packages.debian.org/sid/libmusicbrainz3-6" target="_blank">libmusicbrainz3-6_3.0.2-1_i386.deb</a></p>
<p>Install those, and the movie trailers works! yay!</p>
<p>So far I have been very pleased with elive. More to follow in the few days, when I&#8217;ve been using this system for a longer time.</p>
<p>This is the development release of elive, not the stable one. the stable download requires a small payment, but the development version is free of charge.</p>
<p>It comes with multimedia codecs and drivers for Nvidia ( probably ATi too ) installed by default. My nvidia 6200 was detected and resolution was correct on boot.</p>
<p>[youtube=http://www.youtube.com/watch?v=nCJ8QDfA95U&amp;hl=en&amp;fs=1]</p>
<p>My pretty much default desktop:</p>
<div id="attachment_229" class="wp-caption alignnone" style="width: 490px"><img class="size-full wp-image-229" title="2009-01-23-102835_1680x1050_scrot" src="http://rubbad.files.wordpress.com/2009/01/2009-01-23-102835_1680x1050_scrot.png" alt="My Desktop" width="480" height="300" /><p class="wp-caption-text">My Desktop</p></div>
<p>Now, go <a class="wp-caption-dd" title="GET ELIVE!" href="http://www.elivecd.org/" target="_blank">GET IT!</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/184" rel="bookmark" class="crp_title">Fedora 10 Multimedia</a></li><li><a href="http://blog.rubbad.com/archives/303" rel="bookmark" class="crp_title">Android</a></li><li><a href="http://blog.rubbad.com/archives/263" rel="bookmark" class="crp_title">Fedora 11</a></li><li><a href="http://blog.rubbad.com/archives/152" rel="bookmark" class="crp_title">Venturing into the unknown</a></li><li><a href="http://blog.rubbad.com/archives/176" rel="bookmark" class="crp_title">Ubuntu 8.10 amd64 Suspend</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/224/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>testdriving OpenSolaris 2008.11</title>
		<link>http://blog.rubbad.com/archives/207</link>
		<comments>http://blog.rubbad.com/archives/207#comments</comments>
		<pubDate>Thu, 25 Dec 2008 11:33:48 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[opensolaris]]></category>

		<guid isPermaLink="false">http://rubbad.wordpress.com/2008/12/25/testdriving-opensolaris-200811/</guid>
		<description><![CDATA[Just got opensolaris set up on my desktop system, flash, drivers and all. still searching for daap support so I can listen to my music. Seems like a pretty solid system now, even tough it has it&#8217;s share of weirdnesses. I&#8217;ll completement this post later with an howto for installing drivers for the Audigy2 Zs [...]]]></description>
			<content:encoded><![CDATA[<p>Just got opensolaris set up on my desktop system, flash, drivers and all. still searching for daap support so I can listen to my music. Seems like a pretty solid system now, even tough it has it&#8217;s share of weirdnesses. <span style="text-decoration:line-through;">I&#8217;ll completement this post later with an howto for installing drivers for the Audigy2 Zs soundcard and the Nvidia nforce ehternet driver.</span></p>
<p><strong><em>edit: </em></strong>no I won&#8217;t, I got umm&#8230; drunk and distracted by the newly released Sabayon 4&#8230;.</p>
<p>P.S opensolaris isn&#8217;t as solid as one might think, flash causes firefox to crash more often then it doesn&#8217;t, but when it works it worls great: full screen flash is not choppy as it is in linux land. And I didn&#8217;t get multimedia to work @ all. Another OS that needs some more time to mature.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/152" rel="bookmark" class="crp_title">Venturing into the unknown</a></li><li><a href="http://blog.rubbad.com/archives/134" rel="bookmark" class="crp_title">Fedora 10 x86_64 and flash</a></li><li><a href="http://blog.rubbad.com/archives/279" rel="bookmark" class="crp_title">Fullscreen flash in firefox 3.5</a></li><li><a href="http://blog.rubbad.com/archives/184" rel="bookmark" class="crp_title">Fedora 10 Multimedia</a></li><li><a href="http://blog.rubbad.com/archives/263" rel="bookmark" class="crp_title">Fedora 11</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/207/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 10 Multimedia</title>
		<link>http://blog.rubbad.com/archives/184</link>
		<comments>http://blog.rubbad.com/archives/184#comments</comments>
		<pubDate>Sun, 30 Nov 2008 17:10:32 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://rubbad.wordpress.com/?p=184</guid>
		<description><![CDATA[This post is to help set up multimedia on your freshly installed Fedora 10. What we want to do is get all of the webs multimedia to play on our system and install the necessary drivers for our graphics card. I have an old Nvidia 6200 card here, so I&#8217;ll use that one as an [...]]]></description>
			<content:encoded><![CDATA[<p>This post is to help set up multimedia on your freshly installed Fedora 10. What we want to do is get all of the webs multimedia to play on our system and install the necessary drivers for our graphics card. I have an old Nvidia 6200 card here, so I&#8217;ll use that one as an example.</p>
<p>First we need to enable the repository for <strong><a class="wp-caption" title="RPMFusion" href="http://www.rpmfusion.org" target="_blank">RPMFusion.org</a></strong> as it contains everything we need.</p>
<p>Paste this in the terminal:</p>
<pre style="text-align:left;"><em>su -c 'rpm -Uvh <a class="wp-caption" title="rpmfusion stable free" href="http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm">http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm</a>
<a class="wp-caption" title="rpmfusion non free" href="http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm">http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm</a>'

</em>That command installs the RPMFusion repository for you.
Now the codecs we need:<em>

yum install gstreamer-ffmpeg gstreamer-plugins-good
</em><em><em>gstreamer-plugins-bad gstreamer-plugins-ugly
gecko-mediaplayer mozilla-vlc xine-plugin xine-lib-extras
xine-lib-extras-freeworld libquicktime x264 xvidcore

</em></em>Adobe's Flash Plugin:<em><em>
su -c '<a class="wp-caption" title="adobe flash" href="//linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm">rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm</a>'
yum install flash-plugin

</em></em>Nvidia driver:<em><em>
yum install kmod-nvidia
(not necessary as the 6200 is supported outofthebox</em></em>™ it seems)

All done!
<em><em>
</em></em></pre>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/263" rel="bookmark" class="crp_title">Fedora 11</a></li><li><a href="http://blog.rubbad.com/archives/178" rel="bookmark" class="crp_title">Flash 10 64bit Linux Alpha</a></li><li><a href="http://blog.rubbad.com/archives/143" rel="bookmark" class="crp_title">Fedora 10 Preview</a></li><li><a href="http://blog.rubbad.com/archives/224" rel="bookmark" class="crp_title">Debian &amp; Enlightenment = elive</a></li><li><a href="http://blog.rubbad.com/archives/167" rel="bookmark" class="crp_title">64bit Flash Player 10</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/184/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash 10 64bit Linux Alpha</title>
		<link>http://blog.rubbad.com/archives/178</link>
		<comments>http://blog.rubbad.com/archives/178#comments</comments>
		<pubDate>Tue, 25 Nov 2008 16:02:07 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash 64bit]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://rubbad.wordpress.com/?p=178</guid>
		<description><![CDATA[Howto install the new alpha of Adobe&#8217;s Flash 10 on 64bit Ubuntu 8.10. Download the plugin and extract it somewhere. Uninstall flashplugin-nonfree and nspluginwrapper using Synaptic &#8220;Mark for Complete Removal&#8220;. Then copy the libflashplayer.so you extracted earlier to /usr/lib64/mozilla/plugins/ . Edit: Gentoo users should copy to /usr/lib64/mozilla-firefox/plugins/ That should be it! Related Posts:Fedora 10 Multimedia64bit [...]]]></description>
			<content:encoded><![CDATA[<p>Howto install the new alpha of Adobe&#8217;s Flash 10 on 64bit Ubuntu 8.10.</p>
<p><a class="wp-caption" title="Adobe Labs" href="http://labs.adobe.com/technologies/flashplayer10/releasenotes_64bit.html" target="_blank">Download</a> the plugin and extract it somewhere.</p>
<p>Uninstall <em>flashplugin-nonfree</em> and <em>nspluginwrapper</em> using Synaptic &#8220;<em>Mark for Complete Removal</em>&#8220;.</p>
<p>Then copy the <em>libflashplayer.so</em> you extracted earlier to <em>/usr/lib64/mozilla/plugins/</em> .</p>
<p><strong>Edit:</strong> Gentoo users should copy to <em>/usr/lib64/mozilla-firefox/plugins/</em></p>
<p>That should be it!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/184" rel="bookmark" class="crp_title">Fedora 10 Multimedia</a></li><li><a href="http://blog.rubbad.com/archives/167" rel="bookmark" class="crp_title">64bit Flash Player 10</a></li><li><a href="http://blog.rubbad.com/archives/279" rel="bookmark" class="crp_title">Fullscreen flash in firefox 3.5</a></li><li><a href="http://blog.rubbad.com/archives/315" rel="bookmark" class="crp_title">Installing 64bit flash in Archlinux 64bit.</a></li><li><a href="http://blog.rubbad.com/archives/263" rel="bookmark" class="crp_title">Fedora 11</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/178/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>64bit Flash Player 10</title>
		<link>http://blog.rubbad.com/archives/167</link>
		<comments>http://blog.rubbad.com/archives/167#comments</comments>
		<pubDate>Mon, 17 Nov 2008 14:14:42 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=167</guid>
		<description><![CDATA[Adobe Systems has spun out an alpha version of its Flash Player 10 technology for 64-bit Linux software users today, to satisfy the needs of freetards everywhere. The multinational said it has done so to underscore its “commitment to the Linux community” which is ahead of Windows and Apple Mac OS X in the 64-bit [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Adobe Systems has spun out an alpha version of its Flash Player 10 technology for 64-bit Linux software users today, to satisfy the needs of freetards everywhere.</p>
<p>The multinational said it has done so to underscore its “commitment to the Linux community” which is ahead of Windows and Apple Mac OS X in the 64-bit processor support game.</p>
<p>Previously, Firefox fans could only use the 32-bit version when running the Flash 10 plug-in because, at release last month, the software needed 32-bit emulation for it to work on Linux platforms and other operating systems.</p></blockquote>
<h2><a class="wp-caption" title="The Register" href="http://www.theregister.co.uk/2008/11/17/adobe_64_bit_linux_flash_10_alpha/" target="_blank">Adobe pinballs 64-bit Flash Player 10 alpha into Linux orbit</a></h2>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/178" rel="bookmark" class="crp_title">Flash 10 64bit Linux Alpha</a></li><li><a href="http://blog.rubbad.com/archives/279" rel="bookmark" class="crp_title">Fullscreen flash in firefox 3.5</a></li><li><a href="http://blog.rubbad.com/archives/134" rel="bookmark" class="crp_title">Fedora 10 x86_64 and flash</a></li><li><a href="http://blog.rubbad.com/archives/184" rel="bookmark" class="crp_title">Fedora 10 Multimedia</a></li><li><a href="http://blog.rubbad.com/archives/315" rel="bookmark" class="crp_title">Installing 64bit flash in Archlinux 64bit.</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/167/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Venturing into the unknown</title>
		<link>http://blog.rubbad.com/archives/152</link>
		<comments>http://blog.rubbad.com/archives/152#comments</comments>
		<pubDate>Sat, 08 Nov 2008 13:04:33 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=152</guid>
		<description><![CDATA[Saturdays are made for totally rebuilding your system! This time it is time to try out PCBSD, never used a bsd system before, and this one seemed simple enough to start with. The install took a whopping 16 minutes on desktop machine, which is a few years old, I have all the drivers installed, no [...]]]></description>
			<content:encoded><![CDATA[<p>Saturdays are made for totally rebuilding your system! This time it is time to try out PCBSD, never used a bsd system before, and this one seemed simple enough to start with.</p>
<p>The install took a whopping 16 minutes on desktop machine, which is a few years old, I have all the drivers installed, no effort from my part on that one. Flash support is here, same for the win32-codecs, installed by default. Right now I&#8217;m getting myself familiar with the ports system, next up is trying to find out about updates and stuff. No <strong><em>emerge -pvuDN world</em></strong> or <strong><em>glsa-check</em></strong> found yet &#8230; keeps looking. <img src='http://blog.rubbad.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/207" rel="bookmark" class="crp_title">testdriving OpenSolaris 2008.11</a></li><li><a href="http://blog.rubbad.com/archives/154" rel="bookmark" class="crp_title">Just got back from the unknown</a></li><li><a href="http://blog.rubbad.com/archives/176" rel="bookmark" class="crp_title">Ubuntu 8.10 amd64 Suspend</a></li><li><a href="http://blog.rubbad.com/archives/241" rel="bookmark" class="crp_title">Karmic Koala Alpha 1</a></li><li><a href="http://blog.rubbad.com/archives/224" rel="bookmark" class="crp_title">Debian &amp; Enlightenment = elive</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/152/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
