<?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>Kastang &#187; Linux</title>
	<atom:link href="http://kastang.com/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://kastang.com</link>
	<description>Ramblings of a Geek</description>
	<lastBuildDate>Sat, 11 Jun 2011 00:30:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Installing and Configuring WoW on Linux</title>
		<link>http://kastang.com/blog/2010/08/installing-and-configuring-wow-on-linux/</link>
		<comments>http://kastang.com/blog/2010/08/installing-and-configuring-wow-on-linux/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 17:39:46 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://kastang.com/?p=492</guid>
		<description><![CDATA[A few months ago I wrote a blog post answering some frequently asked questions about playing World of Warcraft on Linux (more specifically, on Ubuntu). I am making a return to WoW after an extensive break. During my break I did a fresh install of Ubuntu 10.04. I am in the process of reinstalling WoW [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I wrote a <a href="http://kastang.com/blog/2010/01/wow-on-linux/">blog post</a> answering some frequently asked questions about playing World of Warcraft on Linux (more specifically, on Ubuntu). I am making a return to WoW after an extensive break. During my break I did a fresh install of Ubuntu 10.04. I am in the process of reinstalling WoW on my Ubuntu partition. While reinstalling and reconfiguring WoW for my system, I took a few screenshots and notes. Hopefully they will be helpful for anyone who wants to play WoW on Linux.</p>
<p>This guide is tailored to Ubuntu 10.04 users, but should be similar for any Debian based OS users. I like to think everything is fairly straight forward. I assume you have some sort of basic Linux knowledge before attempting this guide. For example, if you do not know how to navigate around in Terminal, you probably shouldn't try this.</p>
<h2>Prerequisites</h2>
<p>Before installing Wine or WoW a few things need to be done with your system.</p>
<ul>
<li><strong>Update your graphics drivers</strong>: Updating your graphic drivers is probably the most important thing to do to ensure stable performance in WoW. Both NVidia and ATI have made great improvement over the past few years in improving the quality of their Linux drivers. Each release seems to increase the stability and performance of their cards.</li>
<li><strong>Turn off special effects</strong>: If you are using Compiz (or an equivalent) turn it off before trying to play WoW. 9/10 times it will severely diminish performance and cause system lockups. If you use Gnome or KDE, I suggest switching to more lightweight option such as XFCE. This is not mandatory, XFCE my desktop environment of choice. If you want to give XFCE a try, in terminal type: <code>sudo apt-get install xubuntu-desktop</code></li>
</ul>
<h2>Install and Configuring Wine</h2>
<p>Make sure you have the newest version of Wine installed. If you are using Ubuntu, open terminal and type the following:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> apt-add-repository ppa:ubuntu-wine<span style="color: #000000; font-weight: bold;">/</span>ppa
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #c20cb9; font-weight: bold;">wine</span></pre></div></div>

<p>The above commands will install the newest version of Wine on your system. At the time of this writing, the newest version is Wine 1.2. After issuing the above commands, type <code>wine --version</code> in Terminal to make sure you have the newest version available. To check the newest version, head over to <a href="http://www.winehq.org/" target="_blank">WineHQ</a> and check the latest Stable Release version.</p>
<p>Generally speaking the newest version of Wine is always the best. Occasionally a bug will occur in a build in which case you will have to manually install a previous version. World of Warcraft is a very well supported game in the Wine community so the chances of such a bug happening are slim.</p>
<p>For now, only one optional change needs to be made in the Wine Configuration. If you are only using a single monitor system, you can probably skip this. If you are using dual (or more) monitors, you should set an emulate desktop. Type <code>winecfg</code> in terminal. Click the Graphics tab, and check the "Emulate a virtual desktop" checkbox. Enter the screen resolution of the monitor you are going to play WoW on under Desktop Size. What this does is create a virtual desktop for Wine programs to run in. This is sometimes needed because certain games may appear distorted or overlap to a second monitor in full screen mode. If you are using Dual Monitors for example, you will need this activated so you can play correctly in full windowed mode and still be able to access your second monitor while playing WoW.</p>
<h2>Installing WoW from Scratch</h2>
<p><em>*If you have WoW installed on a seperate Windows partition you can use it rather then installing from scratch. If you do, ignore the installation instructions below and scroll down to Special Cases at the bottom of this post. </em></p>
<p>After Wine is installed and configured we can start the installation process. This process is pretty straight forward. I am using the WoW Online installer since I do not own the physical WoW discs. You can download the WoW Installer directly from Battle.net <a href="https://www.worldofwarcraft.com/account/download/clients/pc/InstallWoW.exe">here</a>. If this link does not work, login to your Battle.net account and download the Windows version of the WoW Installer.</p>
<p>After the file downloads, open terminal and navigate to the directory where InstallWoW.exe is located and run:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wine</span> InstallWoW.exe</pre></div></div>

<p>If this is your first time using Wine, the process may take a few extra seconds while configuration files are created. Your screen may also flicker a few times, don't worry, its normal. If all goes well, a screen should pop up asking which version of WoW you want to install. Select WoLK. You should see the following screen shortly after:</p>
<div id="attachment_495" class="wp-caption aligncenter" style="width: 476px"><a href="http://kastang.com/blog/wp-content/uploads/2010/08/WoWDownloading.png"><img class="size-full wp-image-495 " title="WoWDownloading" src="http://kastang.com/blog/wp-content/uploads/2010/08/WoWDownloading.png" alt="WoW Downloading" width="466" height="328" /></a><p class="wp-caption-text">WoW Installer downloading the required files to continue. </p></div>
<p>After the required files are done downloading, you may receive an error about some system components failing the minimum requirements. This is most likely due to Ubuntu not reporting the proper system information.  Ignore any such warnings and click Install.</p>
<div id="attachment_498" class="wp-caption aligncenter" style="width: 434px"><a href="http://kastang.com/blog/wp-content/uploads/2010/08/FailMinimumReqs.png"><img class="size-full wp-image-498   " title="FailMinimumReqs" src="http://kastang.com/blog/wp-content/uploads/2010/08/FailMinimumReqs.png" alt="" width="424" height="312" /></a><p class="wp-caption-text">Ignore any failing minimum requirements warnings. </p></div>
<p>Next you will be prompted to select an install location for WoW. I personally chose C:\Program Files inside of Wine. You can safely choose whichever directory you want. For future reference, the "C" drive Wine creates is mapped to <code>~/.wine/drive_c/</code>. In my example, my WoW folder will be: <code>~/.wine/drive_c/Program\ Files/World\ of\ Warcraft/</code></p>
<div id="attachment_501" class="wp-caption aligncenter" style="width: 456px"><a href="http://kastang.com/blog/wp-content/uploads/2010/08/InstallDirectory.png"><img class="size-full wp-image-501 " title="InstallDirectory" src="http://kastang.com/blog/wp-content/uploads/2010/08/InstallDirectory.png" alt="" width="446" height="350" /></a><p class="wp-caption-text">Choosing the WoW Install Directoy. </p></div>
<p>The longest part of the install when 7.5 GB of WoLK files are being downloaded and installed. I am receiving pretty constant speeds from Blizzards servers of around 800-900KB/s with spikes sometimes around 1.5MB/s. The install part will take a few hours to complete. I would recommend getting to this step before bed.</p>
<div id="attachment_503" class="wp-caption aligncenter" style="width: 485px"><a href="http://kastang.com/blog/wp-content/uploads/2010/08/WoLKInstalling.png"><img class="size-full wp-image-503" title="WoLKInstalling" src="http://kastang.com/blog/wp-content/uploads/2010/08/WoLKInstalling.png" alt="" width="475" height="355" /></a><p class="wp-caption-text">WOLK Installing</p></div>
<p>After the base install of WOLK is done, the game will automatically launch the Blizzard updater and patch WoW to the newest version. If all goes well, this should be done automatically, without issue. In my case, Wine froze while updating to Patch 3.3.3. If the game freezes on you during updating, open terminal and type:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">killall</span> wineserver
<span style="color: #c20cb9; font-weight: bold;">wine</span> ~<span style="color: #000000; font-weight: bold;">/</span>.wine<span style="color: #000000; font-weight: bold;">/</span>drive_c<span style="color: #000000; font-weight: bold;">/</span>Program\ Files<span style="color: #000000; font-weight: bold;">/</span>World\ of\ Warcraft<span style="color: #000000; font-weight: bold;">/</span>Launcher.exe</pre></div></div>

<p>The launcher should re-launch and the game should continue to upload without any issues.</p>
<h2>Configuring WoW</h2>
<p>By now WoW should be installed and fully patched. Before running the game, I recommend editing the Config.wtf file before launching WoW for the first time.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#Copy your original Config file to a new location.</span>
<span style="color: #c20cb9; font-weight: bold;">cp</span> ~<span style="color: #000000; font-weight: bold;">/</span>.wine<span style="color: #000000; font-weight: bold;">/</span>drive_c<span style="color: #000000; font-weight: bold;">/</span>Program\ Files<span style="color: #000000; font-weight: bold;">/</span>World\ of\ Warcraft<span style="color: #000000; font-weight: bold;">/</span>WTF<span style="color: #000000; font-weight: bold;">/</span>Config.wtf ~
<span style="color: #666666; font-style: italic;">#Remove the original</span>
<span style="color: #c20cb9; font-weight: bold;">rm</span> ~<span style="color: #000000; font-weight: bold;">/</span>.wine<span style="color: #000000; font-weight: bold;">/</span>drive_c<span style="color: #000000; font-weight: bold;">/</span>Program\ Files<span style="color: #000000; font-weight: bold;">/</span>World\ of\ Warcraft<span style="color: #000000; font-weight: bold;">/</span>WTF<span style="color: #000000; font-weight: bold;">/</span>Config.wtf
<span style="color: #666666; font-style: italic;">#Create a new Config.wtf file and copy the below inside it</span>
<span style="color: #c20cb9; font-weight: bold;">vi</span> ~<span style="color: #000000; font-weight: bold;">/</span>.wine<span style="color: #000000; font-weight: bold;">/</span>drive_c<span style="color: #000000; font-weight: bold;">/</span>Program\ Files<span style="color: #000000; font-weight: bold;">/</span>World\ of\ Warcraft<span style="color: #000000; font-weight: bold;">/</span>WTF<span style="color: #000000; font-weight: bold;">/</span>Config.wtf</pre></div></div>

<p>This config file sets all of the performance settings to the lowest possible setting(don't worry, you'll adjust these later. Just for the initial launch it makes life easier), sets OpenGL by default, accepts the TOS and EULA, and sets a low screen resolution.<br />
<code><br />
SET readTOS "1"<br />
SET readEULA "1"<br />
SET readScanning "-1"<br />
SET readContest "-1"<br />
SET readTerminationWithoutNotice "-1"<br />
SET installType "Retail"<br />
SET locale "enUS"<br />
SET movie "0"<br />
SET showToolsUI "1"<br />
SET portal "us"<br />
SET realmList "us.logon.worldofwarcraft.com"<br />
SET patchlist "us.version.worldofwarcraft.com"<br />
SET hwDetect "0"<br />
SET gxWindow "1"<br />
SET gxRefresh "60"<br />
SET gxMultisampleQuality "0.000000"<br />
SET gxFixLag "0"<br />
SET videoOptionsVersion "3"<br />
SET textureFilteringMode "0"<br />
SET Gamma "1.000000"<br />
SET Sound_OutputDriverName "System Default"<br />
SET Sound_MusicVolume "0.40000000596046"<br />
SET Sound_AmbienceVolume "0.60000002384186"<br />
SET farclip "177"<br />
SET particleDensity "0.10000000149012"<br />
SET baseMip "1"<br />
SET environmentDetail "0.5"<br />
SET weatherDensity "0"<br />
SET ffxGlow "0"<br />
SET ffxDeath "0"<br />
SET gxResolution "1024x760"<br />
SET gxApi "opengl"<br />
</code></p>
<p>Now you should be good to boot the game for the first time. You should have a WoW Icon on your Desktop. If you do, double click on it and it will launch the WoW screen. If you do not have a WoW Icon on your desktop, enter the following command in terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wine</span> ~<span style="color: #000000; font-weight: bold;">/</span>.wine<span style="color: #000000; font-weight: bold;">/</span>drive_c<span style="color: #000000; font-weight: bold;">/</span>Program\ Files<span style="color: #000000; font-weight: bold;">/</span>World\ of\ Warcraft<span style="color: #000000; font-weight: bold;">/</span>Wow.exe</pre></div></div>

<p>If you did not have a WoW Icon on your Desktop, look at the bottom of this post to see how to create an Alias to launch WoW through terminal.</p>
<p>From here it is up to you to configure the settings to your liking. I recommend taking it slow, gradually update the settings until you are happy with the performance. Personally speaking, most of my settings are very similar to the settings I would play with in Windows. Both ATI and NVidia Linux drivers have come a long way in recent years. You should not see much a performance loss between playing on Windows or Linux. In some instances, you may even see a performance boost.</p>
<h2>AddOns</h2>
<p>Generally speaking, all AddOns will work fine under Linux. Rather then manually installing my AddOns, I prefer having a program do the manual work for me. One of my favorite programs for such a task is <a href="http://www.wowmatrix.com/" target="_blank">WoWMatrix</a>. As far as I know, WoWMatrix is the only AddOn updater I know that offers a native Linux client.</p>
<p>Download WoWMatrix Linux version from WoWMatrix and execute the following commands:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#Navigate to where wowmatrix.tar.gz file was downloaded</span>
<span style="color: #c20cb9; font-weight: bold;">tar</span> zxvf wowmatrix.tar.gz
.<span style="color: #000000; font-weight: bold;">/</span>wowmatrix</pre></div></div>

<p>If all goes well, WoWMatrix should launch and ask where your WoW folder is located. In the window, right click in the white space and click Show Hidden Files. Navigate to ~/.wine/drive_c/Program\ Files/World\ of\ Warcraft/ - After the folder is selected, accept the license agreement. The rest should be self explanatory.</p>
<p>As with configuring your video performance, I recommend gradually adding AddOns. Make sure none cause issues.</p>
<h2>Create a Terminal Alias for WoW</h2>
<p>If for some reason a Desktop icon was not created, or you do not use a windows manager, you can create an alias to launch WoW via Terminal. If you use bash, add this to your <code>~/.bash_aliases</code> file:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">wow</span>=<span style="color: #ff0000;">'wine ~/.wine/drive_c/Program\ Files/World\ of\ Warcraft/Wow.exe'</span></pre></div></div>

<p>After changes are made to your aliases file, you will need to apply the changes by typing <code>source ~/.bash_aliases</code> in Terminal. From now on you will be able to type <code>wow</code> in Terminal and the game will execute.</p>
<h2>Special Cases</h2>
<p>Unless you were previously directed to read this section, skip it.</p>
<p><strong>Using an existing WoW Install:</strong></p>
<p>If you already have WoW installed on a Windows partition, you have two options to choose from:</p>
<ul>
<li>Running WoW directly from your Windows partition.</li>
<li>Copying your WoW directory from your Windows partition to your Ubuntu parition.</li>
</ul>
<p>I am assuming you do not have your Windows partition mounted. If this is the case you will first need to know the which partition your Windows is located:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> fdisk <span style="color: #660033;">-l</span>
&nbsp;
   Device Boot      Start         End      Blocks   Id  System
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda1   <span style="color: #000000; font-weight: bold;">*</span>           <span style="color: #000000;">1</span>          <span style="color: #000000;">13</span>      <span style="color: #000000;">102400</span>    <span style="color: #000000;">7</span>  HPFS<span style="color: #000000; font-weight: bold;">/</span>NTFS
Partition <span style="color: #000000;">1</span> does not end on cylinder boundary.
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda2              <span style="color: #000000;">13</span>       <span style="color: #000000;">31871</span>   <span style="color: #000000;">255897600</span>    <span style="color: #000000;">7</span>  HPFS<span style="color: #000000; font-weight: bold;">/</span>NTFS
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda3           <span style="color: #000000;">31871</span>       <span style="color: #000000;">44648</span>   <span style="color: #000000;">102631425</span>    <span style="color: #000000;">5</span>  Extended
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda5           <span style="color: #000000;">31871</span>       <span style="color: #000000;">44029</span>    <span style="color: #000000;">97654784</span>   <span style="color: #000000;">83</span>  Linux
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda6           <span style="color: #000000;">44029</span>       <span style="color: #000000;">44527</span>     <span style="color: #000000;">3998720</span>   <span style="color: #000000;">82</span>  Linux swap <span style="color: #000000; font-weight: bold;">/</span> Solaris
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda7           <span style="color: #000000;">44527</span>       <span style="color: #000000;">44648</span>      <span style="color: #000000;">975872</span>   <span style="color: #000000;">83</span>  Linux</pre></div></div>

<p>Issue the above command. it will display a list off all partitions on your hard drives. Look for the largest NTFS filesystem, this will most likely be your Windows partition. In my case, my Windows partition is located on <code>/dev/sda2</code>.</p>
<p>Now that you know which partition Windows is installed on, execute the following commands:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #660033;">-p</span> <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Windows
<span style="color: #666666; font-style: italic;">#REPLACE /dev/sda2 with your Windows partition.</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda2 <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Windows</pre></div></div>

<p>This will create a directory for your Windows partition to reside in then mount the partition to the newly created folder.  I recommend you copy your existing WoW install your Ubuntu partition. For consistency, we will move your WoW folder to Wine virtual directories. This is not necessary though, the WoW folder can be placed anywhere on your Ubuntu HD.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-r</span> <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Windows<span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>World\ of\ Warcraft<span style="color: #000000; font-weight: bold;">/</span> ~<span style="color: #000000; font-weight: bold;">/</span>.wine<span style="color: #000000; font-weight: bold;">/</span>drive_c<span style="color: #000000; font-weight: bold;">/</span>Program\ Files<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>This will take awhile to complete. I suggest starting the copy and walking away for an hour.</p>
<p>If you choose to use your Windows partition to run WoW instead of copying it to Ubuntu, you should automount your NTFS drive on boot. Look up how to by editing your fstab file. I will not cover this in my guide.</p>
<h2>Conclusion</h2>
<p>If you are at this point, chances are you have a working WoW install. Congratulations!</p>
]]></content:encoded>
			<wfw:commentRss>http://kastang.com/blog/2010/08/installing-and-configuring-wow-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WoW on Linux</title>
		<link>http://kastang.com/blog/2010/01/wow-on-linux/</link>
		<comments>http://kastang.com/blog/2010/01/wow-on-linux/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 06:01:42 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[WoW]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[World of Warcraft]]></category>

		<guid isPermaLink="false">http://kastang.com/?p=216</guid>
		<description><![CDATA[Several months ago I switched to Ubuntu as my primary OS. The main reason I continued to use Windows at all was World of Warcraft. After much trial and error I have World of Warcraft running at a very acceptable performance rate on my system. Well enough to delete my Windows partition entirely from my hard drive. [...]]]></description>
			<content:encoded><![CDATA[<p>Several months ago I switched to Ubuntu as my primary OS. The main reason I continued to use Windows at all was World of Warcraft. After much trial and error I have World of Warcraft running at a very acceptable performance rate on my system. Well enough to delete my Windows partition entirely from my hard drive. I recently posted on <a href="http://www.reddit.com/r/wow/comments/akuvh/i_play_wow_on_ubuntu_any_questions/">/r/wow</a> on Reddit about playing World of Warcraft. Quite a few questions were asked. I will cover some of the more common ones in greater detail.</p>
<ul>
<li><strong>Will my old AddOns work?<br />
<span style="font-weight: normal;">Short Answer: Yes.<br />
<strong><br />
<span style="font-weight: normal;">Long Answer: Yes. Wine runs World of Warcraft. Essentially AddOns add to the existing functionality of WoW. WoW AddOns cannot communicate outside of World of Warcraft. Therefore there should be no compatibility issues. The people over at <a href="http://wowmatrix.com">WoWMatrix</a> even have a native Linux client available. The WoWMatrix client makes updating AddOns as easy as clicking a button. Windows based WoW AddOn clients such as the Curse Client may also work using Wine, I have not tested though.</p>
<p></span></strong></span></strong></li>
<li><strong>Should I install WoW using CD, Installer, or Copy?<br />
<span style="font-weight: normal;">If you have an existing WoW install on another partition, hard drive, or computer I would highly recommend directly copying the entire WoW folder over to your Linux partition. It is by far the fastest way. My second recommendation would be to use the WoW universal installer. The universal installer downloaded the entire game over the internet, eliminating the need for CDs. Depending on your internet connection speed, expect this to take at least several hours. Installing from the CDs should be a final resort. WoW installation over CDs can sometimes be very tricky and time consuming. The extra effort is not worth the extra time the universal installer will take. If you must go this route, and if you have issues with installing from the disks, try copying all data from each disk to one folder on your hard drive and run the installer from that folder. This is a work around for a common problem while installing via the CD.</p>
<p></span></strong></li>
<li><strong>Hardware<br />
<span style="font-weight: normal;">Hardware selection is very important, especially while using Linux to play WoW. Generally speaking 4GB of RAM and a dual core processor is a minimum. The graphics card is especially important. Currently a NVidia card will perform better then a comparable ATI card under Linux. This is because ATIs Linux drivers just aren't that good. There has <strong><span style="font-weight: normal;">certainly been improvements in the past year, though they have not quite caught up to NVidias Linux drivers quite yet. Do not be scared away if you have an ATI card though. I personally use an ATI Radeon 4870 1GB card. I play on ultra settings and I get 60+FPS while questing/doing dailies. ~40FPS doing BGs other then WG. The biggest downfall of this card is when raiding in &gt;15 groups. Often in large groups I will get between 20-30FPS, sometimes lower. I usually lower my Video settings to medium while doing these activities. Often it is not noticeable, in such a large group it is difficult to determine FPS.</p>
<p>My Hardware: 4GB RAM, AMD Phenom II x4 940(4 x 3.0GHz), ATI Radeon 4870.</p>
<p>Something else worth mentioning is the lack of a hardware cursor with OpenGL. This means that the mouse will become sluggish if FPS drop below 30FPS. There is a patch for Wine available that will use the systems hardware cursor. Some functionality is lost though, such as hovering over tooltips. My primary character is a Warlock. I have most my keys bound, making the mouse issue trivial at best. The mouse issue should not be an issue for anyone besides healers or anyone who is a clicker.</p>
<p></span></strong></span></strong></li>
<li><strong><span style="font-weight: normal;"><strong>Stablilty<br />
<span style="font-weight: normal;">Stability is the same as would be expected using Windows. I rarely ever have WoW/Wine freeze while playing. If you have issues, I would recommend looking for other possibilities such as bad ram, or AddOns conflicting. I would also recommend running a repair on WoW. I have not run into a Wine specific bug for several months.</p>
<p></span></strong></span></strong></li>
<li><strong><span style="font-weight: normal;"><strong><span style="font-weight: normal;"> </span>Tips?<br />
<span style="font-weight: normal;">I have a few tips that hopefully will ease the tension of switching from Windows to Linux for World of Warcraft. Most importantly, make sure you have the latest GPU driver available for your card. Drivers are always improving, often fixing issues, and increasing performance. Also make sure all desktop effects are off while running WoW. If you are using Ubuntu/Gnome - Goto: System &gt; Preferences &gt; Appearance ---&gt; Click on Visual Effects, and select None to turn off all effects. This is important, more times then not, WoW/Wine will not run at all with any desktop effects enabled, if it does - expect less then desirable performance.</p>
<p></span></strong></span></strong><strong><span style="font-weight: normal;">I would also suggest using another desktop manager other then GNOME or KDE. Both of these are heavy on resources, when playing WoW every resource is vital. My personal recommendation would either be to use just a Window Manager (OpenBox, FluxBox, etc) or a lightweight desktop environment such as XFCE.</span><br />
</strong></li>
</ul>
<p>The journey to World of Warcraft on Linux will most likely be difficult in the beginning. Don't expect everything to work flawlessly the first time around. Don't give up, the effort will be well worth it. I hope the answered questions above will help to determine if WoW/Linux is right for your system. There are already many great installation guides floating around the internet, I would recommend the installation guide on <a href="http://www.wowwiki.com/World_of_Warcraft_functionality_on_Wine">WoWWiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kastang.com/blog/2010/01/wow-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mangler &#8211; A native Linux Ventrilo Client!</title>
		<link>http://kastang.com/blog/2010/01/mangler-a-native-ventrilo-client/</link>
		<comments>http://kastang.com/blog/2010/01/mangler-a-native-ventrilo-client/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 21:03:21 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ventrilo]]></category>
		<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://kastang.com/?p=204</guid>
		<description><![CDATA[Mangler is an open source VOIP client capable of connecting to Ventrilo 3.x servers. It is capable of performing almost all standard user functionality found in a Windows Ventrilo client. Mangler is developed and maintained by Eric Kilfoil and Daniel Sloof. -mangler.org In my experience, using Ventrilo on Linux (using Wine) has always been troublesome [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Mangler is an open source VOIP client capable of connecting to Ventrilo 3.x servers. It is capable of performing almost all standard user functionality found in a Windows Ventrilo client. Mangler is developed and maintained by Eric Kilfoil and Daniel Sloof. -<a href="http://mangler.org">mangler.org</a></p></blockquote>
<p><a href="http://kastang.com/blog/wp-content/uploads/2010/01/Mangler.png"><img class="size-medium wp-image-207 alignleft" title="Mangler" src="http://kastang.com/blog/wp-content/uploads/2010/01/Mangler-203x300.png" alt="" width="203" height="300" /></a>In my experience, using Ventrilo on Linux (using Wine) has always been troublesome at best. Often I would have to resort to using hacked patches, or giving up some functionality just so I could use Ventrilo while raiding. Some newer versions would completely break functionality on Wine. This problem has all come to an end with the release of a fantastic new software called <a href="http://mangler.org">Mangler</a>. It was released a month ago. It is a native Ventrilo client for Linux systems. I have used this software flawlessly for a few weeks now. I personally use this software while playing World of Warcraft on Wine. The interface is clean, and supports PTT functionality (both keyboard and mouse options). Mangler also claims to support both GSM and Speex codecs, thought I have only tested it with Speex. Mangler also supports individual user volume control. This is quite a list of functionality for a version 1.0. I consider this a must have piece of software if you need Ventrilo on a Linux system.</p>
]]></content:encoded>
			<wfw:commentRss>http://kastang.com/blog/2010/01/mangler-a-native-ventrilo-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

