<?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>FergyTech &#187; flash</title>
	<atom:link href="http://www.fergytech.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fergytech.com</link>
	<description>The lovechild of technology and mayhem!</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:34:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Google Chrome vs Chromium</title>
		<link>http://www.fergytech.com/2010/01/google-chrome-vs-chromium/</link>
		<comments>http://www.fergytech.com/2010/01/google-chrome-vs-chromium/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 14:43:05 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=792</guid>
		<description><![CDATA[The other day I had a problem with the Chromium repo a fellow Fedora user maintains. I couldn&#8217;t get Flash to work after his latest update. Someone on the forum told me that Google has a beta release of Chrome. So; I removed the &#8220;chromium&#8221; repo I had previously installed and after installing the new]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-831" title="Google Chrome and Chromium logos" src="http://www.fergytech.com/wp-content/uploads/lead_chrome_chromium_460.jpg" alt="" width="460" height="115" /><br />
The other day I had a problem with the Chromium repo a fellow Fedora user maintains. I couldn&#8217;t get Flash to work after his latest update. Someone on the <a href="http://forums.fedoraforum.org/showthread.php?t=237156" target="_blank">forum</a> told me that Google has a beta release of Chrome. So; I removed the &#8220;chromium&#8221; repo I had previously installed and after installing the new one, I got confused. I thought to myself, &#8220;What is the difference between Google Chrome and Chromium?&#8221; I thought Chromium would be exclusive to Linux.</p>
<p>Well; I Googl&#8217;d it and found this wiki. I thought I&#8217;d attempt to give it some traction since others must have the same question.</p>
<p><a href="http://code.google.com/p/chromium/wiki/ChromiumBrowserVsGoogleChrome" target="_blank">http://code.google.com/p/chromium/wiki/ChromiumBrowserVsGoogleChrome</a></p>
<p><span id="more-792"></span></p>
<h3>How to Enable Flash Support</h3>
<p>Once I got Google Chrome installed, of course, the Flash plugin wasn&#8217;t associated with the web browser. So; here&#8217;s a quick tutorial. First off, the Chrome install is now in the &#8220;/opt&#8221; directory.  If it&#8217;s not there create a &#8220;plugins&#8221; directory:</p>
<blockquote><p>$ sudo mkdir /opt/google/chrome/plugins</p></blockquote>
<p>Now you&#8217;ll need to make a symbolic link to the &#8220;libflashplayer.so&#8221; file. This can be accomplished with the following command.</p>
<blockquote><p>$ cd /opt/google/chrome/plugins<br />
$ sudo ln -s /usr/lib/flash-plugin/libflashplayer.so</p></blockquote>
<p>The system will create an alias file named &#8220;libflashplayer.so&#8221; within that plugins directory. If you&#8217;re running an <strong>x86_64</strong> system then you&#8217;ll need to make a symbolic link to the &#8220;nswrapper&#8221; file instead of the direct &#8220;libflashplayer.so&#8221; file. Do a search and find the location that fits your system.</p>
<blockquote><p>$ locate libflashplayer</p></blockquote>
<p>Here&#8217;s a link to an Ubuntu-related post on Flash support for Google Chrome. <a href="http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19" target="_blank">http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2010/01/google-chrome-vs-chromium/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Hulu Desktop on My Fedora 11</title>
		<link>http://www.fergytech.com/2009/10/hulu-desktop-on-my-fedora-11/</link>
		<comments>http://www.fergytech.com/2009/10/hulu-desktop-on-my-fedora-11/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 13:44:04 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hulu]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=718</guid>
		<description><![CDATA[I&#8217;ve been using the Hulu.com services from time to time to catch up on shows I&#8217;ve missed. I don&#8217;t have cable so this is a great alternative for me. I remember hearing about Hulu Desktop on a podcast a while back, but I totally forgot about it. Well, earlier this week a friend on Twitter]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-720" title="Hulu Desktop application running on a computer playing &quot;House&quot;." src="http://www.fergytech.com/wp-content/uploads/lead_hulu_desktop.jpg" alt="Hulu Desktop application running on a computer playing &quot;House&quot;." width="520" height="130" /></p>
<p>I&#8217;ve been using the Hulu.com services from time to time to catch up on shows I&#8217;ve missed. I don&#8217;t have cable so this is a great alternative for me. I remember hearing about <a href="http://www.hulu.com/labs/hulu-desktop" target="_blank">Hulu Desktop</a> on a podcast a while back, but I totally forgot about it. Well, earlier this week a friend on Twitter mentioned it and that sparked the tech-geek in me to try and install it. Lucky for me, they have an RPM and a DEB installer. For you hardcore-Linux enthusiasts or masochists, I&#8217;m not sure if they have source files available.<br />
<span id="more-718"></span></p>
<h3>Installing Hulu Desktop</h3>
<p>I&#8217;m using Fedora (of course, it&#8217;s the distro of champions) so I chose the RPM route. It was very easy, simply download the RPM file and double-click it. It&#8217;ll check for dependencies and install what&#8217;s needed.</p>
<h3>Flash Hiccup</h3>
<p>When the program starts for the first time, it told me it couldn&#8217;t locate the Flash plugin. To my surprise, the error message was very helpful. It stated</p>
<pre class="code">If you do not have it installed, please modify ~/.huludesktop with the correct location
of libflashplayer.so.</pre>
<p>Unless I&#8217;m mistaken, under normal circumstances I usually point the apps to the &#8220;/usr/lib/flash-plugin/libflashplayer.so&#8221; file. Well when I tried that, it didn&#8217;t work. After a couple of minutes of searching, I saw that the &#8220;nswrapper&#8221; version is what the app was looking for. I did a locate and copied and pasted the location to that nswrapper file.</p>
<pre class="code">$ locate libflashplayer.so</pre>
<h3>My Overall Impression</h3>
<p>In the end, it was a pretty straight-forward installation and the error messages are actually helpful. I like the application a lot. The interface is slick and while your putsying around different show listings the show that you&#8217;re currently watching is still playing in the upper left corner. That&#8217;s sweet. I think I can get better video quality if my nVidia drivers worked properly. Let&#8217;s hope Fedora 12 fixes that issue.  Now I just have to move my desktop machine downstairs and hook it up to my television set and we&#8217;re off to the races!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2009/10/hulu-desktop-on-my-fedora-11/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hero Factory: The Fedora!</title>
		<link>http://www.fergytech.com/2009/04/hero-factory-the-fedora/</link>
		<comments>http://www.fergytech.com/2009/04/hero-factory-the-fedora/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 15:55:20 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[hero]]></category>
		<category><![CDATA[identica]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=443</guid>
		<description><![CDATA[I followed Mathias Teugels around a bit (on Identica) and some how found myself at a Flash hero generator site; so I took some time out to create the official/unofficial Fedora Project super hero &#8212; The Fedora!  I was limited in some of the tech accessories I could give him, but maybe someone from the]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fergytech.com/wp-content/uploads/my_hero_the_fedora.jpg"><img class="alignnone size-full wp-image-449" title="lead_the_fedora_2" src="http://www.fergytech.com/wp-content/uploads/lead_the_fedora_2.png" alt="lead_the_fedora_2" width="520" height="130" /></a></p>
<p>I followed <a href="http://www.codercpf.be/" target="_blank">Mathias Teugels</a> around a bit (on <a href="http://identi.ca/cpf" target="_blank">Identica</a>) and some how found myself at a Flash hero generator site; so I took some time out to create the official/unofficial <a href="http://www.fedoraproject.org" target="_blank">Fedora Project</a> super hero &#8212; <em>The Fedora</em>!  I was limited in some of the tech accessories I could give him, but maybe someone from the art team will run with it.</p>
<p>Make your own Hero at <a href="http://www.cpbintegrated.com/theherofactory/" target="_blank">www.cpbintegrated.com/theherofactory</a>.  Be aware that you can&#8217;t choose the hero&#8217;s name during the generation process. <img src='http://www.fergytech.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   Create your hero and post a link here.  I&#8217;d love to see what you come up with.</p>
<h3>Attributes</h3>
<p>So; with every hero creation, you must have some specs or a history for your character.  I will not satisfy that requirement today.  Just know that he&#8217;s a heavy Linux user and his distribution of choice is&#8230; *drum roll please*&#8230; Fedora.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2009/04/hero-factory-the-fedora/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Install Flash Player (64-bit) on your Linux System</title>
		<link>http://www.fergytech.com/2008/12/install-flash-player-64bit-on-your-linux-system/</link>
		<comments>http://www.fergytech.com/2008/12/install-flash-player-64bit-on-your-linux-system/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 16:54:45 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=258</guid>
		<description><![CDATA[I am really surprised at the amount of postings that show you where to get the new Flash Player 10 (x86_64), but not really how to install it if all goes wrong. Yah, they&#8217;ll always have, &#8220;simply click double click on the RPM file and all will be well in the world.&#8221; kind of talk,]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-269" title="lead_flash_64" src="http://www.fergytech.com/wp-content/uploads/lead_flash_64.png" alt="Adobe Flash Player, 64-bit" /></p>
<p>I am really surprised at the amount of postings that show you where to get the new Flash Player 10 (x86_64), but not really how to install it if all goes wrong.  Yah, they&#8217;ll always have, &#8220;simply click double click on the RPM file and all will be well in the world.&#8221; kind of talk, but what happens if all is NOT well in the world!?  Luckily for me (and you), it always goes wrong &#8211; so I end up having to do a manual install every time.  Hopefully this post will help you figure all that out.</p>
<h3><span id="more-258"></span>Where to Get It</h3>
<p>Of course, you&#8217;ll need to know where to get this most fantastic program, debuting in Linux.  You think Adobe would make it a bit easier to find.  I had to do a Google search, but I guess since it is an alpha &#8211; only the truly persistent will find it.</p>
<p><a href="http://labs.adobe.com/downloads/flashplayer10.html" target="_blank">http://labs.adobe.com/downloads/flashplayer10.html</a></p>
<h3>What to Do With It</h3>
<p>Once you&#8217;ve uncompressed the tarball you will have a simple &#8220;libflashplayer.so&#8221; file to work with.  What do you do with this .so file you ask?  You can copy or move it to your system&#8217;s shared flash player folder.  I&#8217;m using Fedora 10 and Firefox (both x86_64) so mine is located in &#8220;<em>/usr/lib64/mozilla/plugins</em>&#8220;.  That&#8217;s just a nice place to put it.</p>
<p style="padding-left: 30px;">I know for the 32-bit versions, if you install it using an RPM or the Package Manger, it&#8217;ll put it in &#8220;<em>/usr/lib/flash-plugin</em>&#8220;.  It can be a combination of  places, but grab the overall concept first. <strong>Make the .so file available to multiple browsers on your machine, then refer to it.</strong></p>
<p>Once you have it in a nice, safe place&#8230; create a symbolic link from your brower&#8217;s plugin directory.  Most of us are using Firfox so run the command:</p>
<pre class="code">$ ln -s /usr/lib64/mozilla/plugins/libflashplayer.so
/usr/lib64/firefox-3.0.5/plugins</pre>
<p>Of course I&#8217;m running Firefox 64-bit.  If you&#8217;re not then change the &#8220;lib64&#8243; directory to &#8220;lib&#8221; and if you&#8217;re running a different version of Firefox, change that too.</p>
<h3>Verify That it Works</h3>
<p>If you have Firefox open, simply close it and start it up again.  Check your installed plugins by typing in &#8220;<em>about:plugins</em>&#8221; in the address bar.  You should see &#8220;Shockwave Flash&#8221; in there some where.  If you don&#8217;t post a comment and I&#8217;ll try and help you.</p>
<p>If it&#8217;s there&#8230; and it should.  Visit any web site that has Flash and you&#8217;re good to go. I usually like to try multiple sites at a time just to make sure it doesn&#8217;t freeze up on me.  So; I&#8217;ll visit <a href="http://www.youtube.com" target="_blank">YouTube</a>,  <a href="http://video.msn.com" target="_blank">MSN</a> and my web site (<a href="http://www.fergytech.com">FergyTech</a>), etc.</p>
<h3>Now Give Me Praise for Helping You</h3>
<p>Ha-ha, just joking.  I seriously hope this post helped.  Happy surfing you bleeding edge/early adopters you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2008/12/install-flash-player-64bit-on-your-linux-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proprietary Setup in Linux</title>
		<link>http://www.fergytech.com/2008/11/proprietary-setup-in-linux/</link>
		<comments>http://www.fergytech.com/2008/11/proprietary-setup-in-linux/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 16:03:10 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[swift fox]]></category>
		<category><![CDATA[wine]]></category>
		<category><![CDATA[world of warcraft]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=199</guid>
		<description><![CDATA[What does my blog title mean!?  How can the awesome GNU/LINUX be associated with that dirty dirty word, &#8220;proprietary&#8221;!?  Well you&#8217;ve heard the terms &#8220;cutting edge&#8221; and &#8220;early adopters&#8221; before &#8211; it usually means having the latest and greatest, but knowing that it&#8217;s not perfect.  I experienced that recently and the experience was a bit]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-224" title="lead_flash_firefox_pm" src="http://www.fergytech.com/wp-content/uploads/lead_flash_firefox_pm.jpg" alt="Package Manager, Flash, and Firefox" /></p>
<p>What does my blog title mean!?  How can the awesome GNU/LINUX be associated with that dirty dirty word, &#8220;proprietary&#8221;!?  Well you&#8217;ve heard the terms &#8220;cutting edge&#8221; and &#8220;early adopters&#8221; before &#8211; it usually means having the latest and greatest, but knowing that it&#8217;s not perfect.  I experienced that recently and the experience was a bit sobering.  My adventure involves two of the most major components of the Internet!  Well the two most important components for viewing the Internet &#8211; Firefox and Flash Player.</p>
<p><span id="more-199"></span></p>
<p><img class="alignright size-full wp-image-209" style="float: right; margin: 5px;" title="red_hat-logo4" src="http://www.fergytech.com/wp-content/uploads/red_hat-logo4.png" alt="Red Hat" width="200" height="200" />I&#8217;m running Fedora 9.  This RPM-based linux distribution is known as the &#8220;personal&#8221; version of Red Hat, nothing corporate about this distro.  So; on  one end it&#8217;s a great distro because it has developers that work on Red Hat feeding it patches of code.  For those that may not know, Red Hat is really popular in the business realm.  You&#8217;ll see a lot of enterprises running Red Hat.  Ubuntu recently came out their server version, but overall Red Hat has the complete package.</p>
<p>So; Fedora is bleeding edge when it comes to packages &#8211; F9 shipped with Firefox 3 beta (or was it release candidate 1) and Flash 9.  Since then Firefox 3.0.2 has been available in their repositories.  It took me a while to figure out this repo thing.  Why did it take so long before the latest version of a package, such as OpenOffice 3.0, would show up in the repo.  Well it&#8217;s because once it&#8217;s in the repository &#8211; you know you have a stable version that works well and good with the distro.</p>
<p><img class="alignnone size-full wp-image-207" title="pulseaudio_title" src="http://www.fergytech.com/wp-content/uploads/pulseaudio_title.png" alt="PulseAudio" /></p>
<h3>No Cake for Single-thread Sound Processes</h3>
<p>I believe the audio package that&#8217;s most promising for linux is PulseAudio.  I noticed that whenever I had my music player open (Banshee), I was unable to hear audio on a web site using Flash (ex: YouTube).  It was the same case when I played World of Warcraft (thru Wine).  I came to the conclusion that my audio package is single threaded!  Single threaded!?  That is so Windows 95!  So; I began to make some inquiries on the #fedora chat room on FreeNode.  Someone suggested that I install &#8220;libflashsupport.i386&#8243;.  Well; I don&#8217;t know what it is, but guessing on the file name it looks like a library that helps other packages support Flash.  I installed it and it was gold!  I had my Banshee going and I had YouTube at the same time, I thought all my problems where gone.</p>
<p>After playing some YouTube files I then went to another web site and surprisingly my browser froze!  I thought to myself, &#8220;OK; this isn&#8217;t a big deal, it&#8217;s probably the first time libflashsupport is running so it probably needs to write a preference file somewhere and it&#8217;ll all be good the next go around.&#8221;  Yah!  At that point every time I went to a site that had Flash on it, no matter how complex or insignificant it was, my browser would freeze.  I have Firefox, Swiftfox, and Flock web browsers.  I tried each browser and at some point they would all crash.</p>
<p>So; the logical thing to do would be to remove the last component I installed &#8211; I removed &#8220;libflashsupport.i386&#8243;, but the problem still happened.  That library seemed to have fudge things up for me.  I ended up manually installing Flash 10, poking around in my package manager for anything that had the word &#8220;flash&#8221; in it.  Nothing worked.  For about two weeks or so I had so surf the web without Flash support.  At one point I realized that I can&#8217;t enjoy the web or some web sites because they use Flash in some kind of way.  We&#8217;ve become very dependent on Flash for presentation.</p>
<h3>Factory Defaults</h3>
<p>My last option was to revert the &#8220;factory settings&#8221; and see if that does anything.  I removed &#8220;firefox&#8221; and &#8220;flash&#8221; using my package manager and then installed them again.  That action put me back at status quo.  I&#8217;m running Flash 10 (at some point it made it into the repo) and Firefox 3.0.4.  I learned that I don&#8217;t have to have the latest and greatest.  There&#8217;s  a reason why I should wait until it&#8217;s released in the repo.  All-in-all, the repo is the &#8220;proprietary&#8221; component to a linux distribution&#8230; and I guess I can live with that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2008/11/proprietary-setup-in-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Open Source + nVidia + WoW = No Playtime</title>
		<link>http://www.fergytech.com/2008/07/opensourcenvidiawowno-playtime/</link>
		<comments>http://www.fergytech.com/2008/07/opensourcenvidiawowno-playtime/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 14:32:18 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[battlefield]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[grand theft audo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[livna]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows registry]]></category>
		<category><![CDATA[wine]]></category>
		<category><![CDATA[world of warcraft]]></category>
		<category><![CDATA[xserver]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=99</guid>
		<description><![CDATA[You like my mathematical equation for dead playtime with World of Warcraft on a linuxbox?  When I first installed Fedora 8, I ran Wine 0.9[something] with nVidia&#8217;s proprietary drivers.  I had no problem playing World of Warcraft.  I did notice something though &#8211; that every time there was a kernel update &#8211; when I restarted]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-100" title="lead_opensource-nvidia-wow" src="http://www.fergytech.com/wp-content/uploads/lead_opensource-nvidia-wow.png" alt="Opensource, nVidia, and World of Warcraft logos" /></p>
<p>You like my mathematical equation for dead playtime with World of Warcraft on a linuxbox?  When I first installed Fedora 8, I ran Wine 0.9[something] with nVidia&#8217;s proprietary drivers.  I had no problem playing World of Warcraft.  I did notice something though &#8211; that every time there was a kernel update &#8211; when I restarted my Xserver that things would be kind of haywire.  I would normally have to reinstall the video driver and then I&#8217;ll be back to status quo.  So; now I&#8217;m a bit more seasoned with linux and open source or non-proprietary software means a little more to me than before &#8211; and getting that to work with WoW has proved to be quite difficult.</p>
<p><span id="more-99"></span></p>
<h2>The Free-be Process</h2>
<p>First I&#8217;m going to talk about the natural progression of a user migrating from the &#8220;Windows/Mac&#8221; world into this vast ocean of the &#8220;linux&#8221; world.  I heard on a podcast that most folks come into the linux world for various reasons, but the consistent reason is for the FREE software.  It&#8217;s awesome NOT having to pay anything anymore.  As for me, I&#8217;ve been used to not paying for software for a very long time&#8230; I&#8217;m a <a href="http://en.wikipedia.org/wiki/Pirate" target="_blank">digital pirate</a>.  There; I&#8217;ve come out of the closet (on that issue, I&#8217;m really a heterosexual).  I haven&#8217;t paid for software in over 10+ years.  But over the past couple years my conscience has gotten the best of me and my escape from the underground is linux.</p>
<p>So; the natural progress is people want free software, later on when they become familiar with all this software &#8211; they are exposed to <a href="http://www.gnu.org/" target="_blank">GNU</a> and the fight between proprietary and non-proprietary software.  And that is where I am, my friend.  I wish to run linux with no proprietary software &#8211; well except for the NEEDED ones like Flash, etc.  If you&#8217;re running open source/non-proprietary software &#8211; you will have less complications as the kernel and operating system progresses and improves.</p>
<h2>Getting WoW Installed</h2>
<p><img class="alignright size-full wp-image-101" title="wine-logo_100" src="http://www.fergytech.com/wp-content/uploads/wine-logo_100.png" alt="Wine logo" />Ok; back to my dilemma at hand.  I installed Fedora 9 (F9) and I was stoked to see that <a href="http://www.winehq.org/" target="_blank">Wine</a> released their stable version, which is &#8220;one point oh&#8221; (1.0).  It&#8217;s a great milestone to release a 1.0 version and Wine has been in works for years.  I was happy to see that F9 had this in their repos.  I installed it and immediately installed World of Warcraft.  I had no problems with it.  I also installed the <a href="http://rpm.livna.org/rlowiki/" target="_blank">kmod-livna</a> drivers for my nVidia GeForce 8600 GT video card.  It worked because I was able to apply &#8220;<a href="http://en.wikipedia.org/wiki/Virtual_desktop" target="_blank">Desktop Effects</a>&#8221; and get the whole cube and wobbly windows effect.  But when I try to run WoW nothing would happen.  So; I ran the command in my terminal to see what the error messages were and it seemed to have not registered something with the Wine/Windows Registry.</p>
<p>I&#8217;m not certain which component is the culprit, but so far I can&#8217;t install any of my games using Wine 1.0.  GTA: San Andreas, Battlefield 2, etc.  I always get some freaky error and I usually just move on to other things I have to do.  So; I&#8217;ll try and keep a log of what happens, but this is my situation at the time.  I&#8217;ve done some Google searches and WIne forum searches, but no luck yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2008/07/opensourcenvidiawowno-playtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

