<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.maximumpc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Maximum PC wine RSS Feed</title>
 <link>http://www.maximumpc.com/tags/wine</link>
 <description>used for category lists, takes arguments</description>
 <language>en</language>
<item>
 <title>How to Run Windows Software (and Games) on Linux with Wine</title>
 <link>http://www.maximumpc.com/article/features/how_run_windows_software_and_games_linux_wine</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Although the various Linux distributions have a wide variety of software available, you may have a few Windows programs that you may not be willing or able to part with. Although many people dual-boot or use virtual machines to get around this problem, there is yet another potential option that many people new to Linux may not have considered--- Wine. Wine stands out from the other options because it does not require a separate Windows license. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;/files/u45848/winehq_logo_350.jpg&quot; width=&quot;350&quot; height=&quot;166&quot; /&gt; &lt;/p&gt;
&lt;h2&gt;Wine Overview&lt;/h2&gt;
&lt;p&gt;Wine is a program that allows you to run Microsoft Windows programs on Linux. Although it is emulator-like in appearance and by observation, Wine is not an emulator; in fact, the very name of Wine is an acronym for Wine is not an Emulator. A true emulator can emulate CPU architecture in addition to the actual software it is running. For instance, a program that could execute Intel x86-based Windows software on SPARC-based systems running the Solaris operating system would be a true emulator. However, Wine is actually a compatibility layer since both Windows and Wine run natively on x86 and no hardware emulation is required. &lt;/p&gt;
&lt;p&gt;Wine works by recreating a miniature Windows installation in your home folder, (the .wine directory) complete with a virtual C:\ (drive_c) and registry. Contained within drive_c is a Program Files folder and a Windows folder complete with a system32 folder that has the most important Windows system files in it. Please note that these files are recreations of the Windows files of the same name rather than being the actual files that are included in a real Windows installation. In other words, the user32.dll file that comes with Wine is not the same file as the user32.dll that can be found in a real 32-bit Windows installation. Instead, each of the dll files in a Wine environment has been painstakingly reverse-engineered to match the functionality of the original as much as possible. Wine can also use actual Windows drivers if need be, but you must supply these yourself. Furthermore, Wine has its own implementation of the Windows registry with a knock-off of Regedit to configure it. &lt;/p&gt;
&lt;p&gt;A compatibility layer like Wine is capable of translating Windows system calls to Linux system calls. Although it works as a translation layer, Wine runs in userland like any other program on Linux and has nothing to do with the Linux kernel. Everything a Windows binary does when you run it is funneled through Wine before being passed through to the rest of the Linux system. If the libraries needed by a Windows program are installed, this functionality allows the Windows software to run on Linux to some extent. This ultimately allows Wine to re-create the Windows API in a state that is somewhat similar to Windows XP. Some programs work better than others, but Wine is constantly improving and the list of fully compatible programs is always getting bigger. While Wine may run some programs adequately enough for production use, this will not be the case for every program you may need to use. &lt;/p&gt;
&lt;p&gt;Although Wine strives to work as well as possible, it is not always a perfect solution for every problem.  Wine&#039;s functionality is still determined on a per-program basis, and this may fluctuate drastically when you factor in certain variables that are determined based on your system configuration. &lt;a href=&quot;http://www.winehq.org/&quot;&gt;WineHQ &lt;/a&gt;(the Wine developers&#039; website) has a database of programs, with each entry assigned a rating based on how well it works on Wine. The ratings run from Platinum (works perfectly with no configuration required) on the high end to “Garbage” (does not work at all) on the low end. This rating may change from distro to distro, and may even fluctuate between distro versions; for instance, a hypothetical program may have a “Platinum” rating on Ubuntu 9.04, a “Gold” rating on Ubuntu 8.10, “Silver” on Gentoo, and a “Garbage” rating on any version of Mandriva.  If the program you want to run has a “Garbage” rating, your only real choice is to dual-boot or use a virtual machine to run it. The good news is that once a program is in a usable state, it will probably stay that way in future versions of Wine unless you do something to break it. &lt;/p&gt;
&lt;h2&gt;Acquiring Wine&lt;/h2&gt;
&lt;p&gt;There are several ways to acquire Wine for any Linux distro. While most distros include a Wine binary somewhere in the main software repositories, the binary in question may be quite old and will not offer the best possible performance. With Wine, you should always use the latest version. Therefore, the best option is to acquire a Wine binary directly from WineHQ. For instance, Ubuntu users are able to add the WineHQ repository to their sources.list file. Binaries from WineHQ are updated regularly and are usually the latest stable version. However, not all distros have a separate WineHQ build.  If your distro has a separate WineHQ repository, you should definitely use it, since this method allows you to keep your Wine installation up-to-date with the latest stable version without having to download and install packages manually every time there is an update. &lt;/p&gt;
&lt;p&gt;For Ubuntu, add “deb http://wine.budgetdedicated.com/apt $version main”. ($version should be the nickname of your Ubuntu version, like hardy, intrepid, jaunty, karmic, etc) to your /etc/apt/sources.list file. (you need to use sudo or root for this) Next, add the GPG key for the repository: “wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -” Finally, run “sudo apt-get update” and then “sudo apt-get install wine”.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;/files/u17625/opensuse-install.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/wine/wine_03_sm.jpg&quot; width=&quot;405&quot; height=&quot;338&quot; /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;For OpenSUSE, (We assume you are using 11.1) add the following repository through YaST&#039;s Repository Management tool: “http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_11.1/” YaST will verify the repository and then install the key. Open the software installation tool in YaST and search for Wine. Choose the wine-snapshot package (make sure it comes from the WineHQ repository) and then install it. &lt;/p&gt;
&lt;p&gt;Fedora users should just run “yum install wine” as root since that distro has no special repository for cutting-edge releases. &lt;br /&gt;Likewise, Mandriva users should install the most recent version of Wine from the Mandriva software management tool. &lt;br /&gt;Alternatively, you can always download the source from WineHQ and compile your own Wine binary-- you have to do it that way if you need to hack in extra functionality that does not come in the stock binaries. However, this is generally a last-resort option and is not beginner-friendly.   If you customize Wine too much just to get one program running, it will probably break support for other programs. Furthermore, this method will not auto-update, so you will need to repeat the process every time a new version you want to update to comes out. Fortunately, the Wine build process follows the standard “./configure &amp;amp;&amp;amp; make &amp;amp;&amp;amp; make install” recipe, although it takes forever to compile. &lt;/p&gt;
&lt;h2&gt;Configuring Wine&lt;/h2&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;/files/u17625/wineconfig.jpg&quot; width=&quot;405&quot; height=&quot;553&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Wine includes a powerful tool called winecfg that allows you to control how the system behaves. Winecfg appears as a Windows-style tabbed configuration window with  options that allow you to to tweak the behaviors for Wine, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Drives &lt;/strong&gt;-- this allows the drive system that Windows uses (e.g. C:\) to be bound to the appropriate directories in your Linux filesystem. (the drive_c directory) Windows software is then able to access the fake Windows installation in drive_c, which is often required for proper function. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Audio &lt;/strong&gt;– This allows you to set and configure the audio driver that Wine should use. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Applications &lt;/strong&gt;– Wine is able to mimic specific versions of Windows on a per-application basis. (useful for legacy software that does not work well under NT) &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Libraries &lt;/strong&gt;– This allows you to provide overrides for specific DLLs. You can choose to use to use the real Windows DLL (you must provide it yourself) or use the built-in Wine counterpart. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Graphics &lt;/strong&gt;– This allows you to turn on Wine desktop, prevent mouse escaping in DirectX applications, and define hardware-provided shader support. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Desktop Integration&lt;/strong&gt; – This allows you to install themes and control how specific user interface elements look. &lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2&gt;Using Wine&lt;/h2&gt;
&lt;p&gt;Traditionally, Wine is invoked through a command-line interface. This is done by opening a terminal, navigating to the directory the executable file you wish to run is in, and then by invoking the executable by running “wine program.exe” (where program.exe is the name of the program you wish to run) As with everything else on Linux, Wine is case-sensitive, so Program.exe is not the same thing as “program.exe”. The terminal will then produce output that shows what Wine is doing while the program is running. This output is often critical for working around problems.&lt;/p&gt;
&lt;p&gt;Furthermore, Wine has extensions that allow Windows binaries to be launched by double-clicking on them in Nautilus, just like in Windows. Although this is more convenient, it does not produce any helpful output like the more conventional method does.&lt;/p&gt;
&lt;p&gt;Although Wine can mimic native Linux window decorations on Windows applications to make them look like the rest of your native Linux programs, some applications tend to work improperly when you run them in this way. (for instance, they can take over your display, change the screen resolution, and then fail to change it back when you exit) To limit how much a Windows program can affect the rest of the system, you can bind it to a floating virtual desktop in winecfg. When the Wine Desktop setting is enabled, all Wine programs you launch are confined to a Wine desktop window and cannot escape. They are then forced to run at a resolution you define (1024x768 is good, since the default 800x600 is a little too small) and have a plain Windows 9x-style window decoration. Wine is very good at keeping the Wine Desktop separate from everything else and even has countermeasures to keep the pointer from escaping when the desktop window has focus. Although the Wine desktop can be cumbersome for regular applications, it is often essential for games. &lt;/p&gt;
&lt;h2&gt;Gaming With Wine&lt;/h2&gt;
&lt;p&gt;Although recent versions of Wine work reasonably well with most general-purpose software, Wine is still very experimental when it comes to gaming. We cannot stress that enough. During our tests, we noticed that there is quite a bit of lag time between when a game first comes out and the time when Wine supports it well. (Wine is usually several years behind the curve) Therefore, Wine is great for occasional gamers who don&#039;t mind playing older titles, but those who want to play the newest and most demanding games when they first come out are much better off dual-booting if they want to play them on the PC instead of a console. Does this mean that Wine is bad or useless? Not at all. We&#039;re amazed that it works as well as it does, considering that everything that Wine can do has been painstakingly reverse-engineered by volunteers. In Wine&#039;s defense, support for DirectX and gaming in general is much better than it used to be. However, this is often not enough to play the latest titles. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/wine/wine_05_sm.jpg&quot; width=&quot;405&quot; height=&quot;310&quot; /&gt; &lt;/p&gt;
&lt;p&gt;We should also mention that there is an alternative to Wine called Cedega that is also designed to play Linux games. Wine and Cedega were originally the same project, but Cedega (then called WineX) split from Wine before Wine adopted the LGPL. This allowed Cedega to remain proprietary, and for a long time it offered better game support than Wine did. (Today, they are roughly equal in terms of DirectX support) However, Cedega still has better support for game copy protection mechanisms than Wine does. Cedega is technically open source in that a rather crippled version of the source code is available through CVS, but it is not free in the same sense that Wine is. In the same vein, another proprietary derivative of Wine called Crossover was specifically designed to run software like Microsoft Office, even though regular Wine can do this too. &lt;/p&gt;
&lt;p&gt;Old games that use variants of the Quake 3 engine run flawlessly on Wine with no tweaking or configuration needed, games that came out a few years ago (like Half Life 2/other source engine games and Painkiller) work with some minor tweaking, but new releases (Like Fallout 3 or Crysis) may have significant problems or not work at all. &lt;/p&gt;
&lt;p&gt;One of the largest problems that relate to gaming on Wine is that practically all games today enforce a CD-check mechanism that may not work properly. Wine supports SecuROM, but Safedisc and other measures have not been fully implemented. Once the CD-check problem has been dealt with, Wine is capable of running many (but not all) modern games that use DirectX 9. &lt;/p&gt;
&lt;p&gt;Fortunately, there is a legitimate workaround to this problem. Valve&#039;s Steam distribution system works flawlessly with Wine. (a Gecko-based rendering engine replaces the Steam components that require Internet Explorer on Windows) Since the games on Steam do not come on physical discs and therefore lack CD-check mechanisms, quite a few of them will work to some extent if launched through the Steam interface. (however, this is not universally true, since the standalone version of a game may work whereas the steam version will not) Most video cards will work on Linux, (either through the NIVDIA or the ATI Catalyst drivers) and Wine is able to use them. Keep in mind that an inadequate video card can keep programs that would otherwise work from running properly. Onboard video is not a substitute for a decent graphics card in either Wine or Windows. &lt;/p&gt;
&lt;p&gt;To test Steam&#039;s capabilities on Wine, we acquired and tested Half Life 2 (and other Source-engine Games) and Fallout 3 from Steam in addition to a standalone boxed version of Painkiller that we had available for testing. Here are the specs for the test machine we used:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;64-bit AMD Phenom Triple-Core CPU running at 2.3 GHZ&lt;/li&gt;
&lt;li&gt;4 GB system RAM&lt;/li&gt;
&lt;li&gt;NVIDIA GeForce 8400 GS with 512 MB of RAM (Driver Version 180) &lt;/li&gt;
&lt;li&gt;Dual-boot Ubuntu 8.10 and Windows Vista &lt;/li&gt;
&lt;li&gt;Wine 1.1.26&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To minimize problems, we downloaded all Steam games and components (including the Steam client itself) to the Ubuntu partition so everything would be running on a native ext3 filesystem. We did this because FUSE utilities like ntfs-3g caused problems with Wine-related gaming in our early tests when we tried using the Wine installation that was already on the Vista partition. We later concluded that these problems were caused by issues in the games (Half-Life 2, specifically) rather than due to a deficiency in Wine, since many other applications from the Vista partition usually work well in Wine. We also disabled PulseAudio (for the entire system, not just for Wine) since many games do not work well with it; we had the sound drop off suddenly in many Source-engine based games when PulseAudio was in use. Instead, we recommend using ALSA (best choice) or even the legacy OSS driver. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/wine/wine_04_sm.jpg&quot; width=&quot;405&quot; height=&quot;311&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Painkiller functioned beautifully, and we were able to crank the settings up as high as they would go. Everything worked, including the Bloom and HDR lighting effects. Game performance was very fluid and we did not experience any frame rate lag whatsoever. The only problem we encountered was that the boss maps took much longer to load than the others, but they worked just as well when they did. &lt;/p&gt;
&lt;p&gt;Half Life 2 worked very well once we tweaked the game settings to optimize it for Wine. We chose to confine it to a Wine desktop (many games misbehave somewhat if you run them full screen) and we also disabled intro videos and allocated 512MB of extra swap space. Once we fixed the Pulseaudio bug, game performance was silky smooth, even with the settings maxed and 6x anti-aliasing enabled. The only bug we could find is that the flashlight caused flat white areas to appear on NPCs (non-player characters like zombies, combine soldiers, etc.) and various objects (crates, barrels, saw blades, etc.) when it shone on them, but this did not pose any real problem as far as gameplay was concerned. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/wine/wine_01_sm.jpg&quot; width=&quot;405&quot; height=&quot;311&quot; /&gt; &lt;/p&gt;
&lt;p&gt;We tested other source engine games (the various HL2 episodes and Portal) and they all worked. Half Life 2: Episode 1 ran as smooth as glass with Full HDR, even though there was no anti-aliasing support. The only glitch we could find was some strange static effects on the citadel core. (see screenshot) Episode 2 (the most demanding of the series in terms of system requirements) ran with minor frame rate issues and the cursor tended to wander off the screen a little bit. Although HL2:E2&#039;s bloom and HDR functions worked, we could not get any anti-aliasing here either. Lastly, we had to launch the game from a desktop shortcut to make it work properly. Portal had jerky gameplay, but the bloom and HDR functionality worked well and the game was playable. (no anti-aliasing) &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/wine/wine_06_sm.jpg&quot; width=&quot;405&quot; height=&quot;314&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Our experience with Fallout 3 was the complete opposite and was really frustrating. While it is possible to get Fallout 3 running on Linux at this time, (several people have done it, based on the screenshots at WineHQ and several Youtube videos) the methods to do so are not completely reliable. Furthermore, we can attest that these methods do not work with the Steam version, but might work on the standalone boxed version. At the moment, the most successful way to get Fallout 3 working is to download the Wine source code, patch better DirectX 9c support into it, and then recompile it. (Beware... replacing the standard Wine binary with this patched version can temporarily break other games that do work until the standard version is replaced) Unfortunately, our first attempt based on this method was unsuccessful. &lt;/p&gt;
&lt;p&gt;Next, we tried PlayOnWine, which is an add-on for Wine that installs games and other applications via automated scripts, thereby eliminating much of the guesswork. Although this method allowed us to adapt the Steam version of Fallout 3 that we had, went on to patch Wine for us, installed DirectX 9c, and resolved many other dependencies, (like Microsoft&#039;s Windows Live Gaming system) Fallout 3 still wouldn&#039;t work. We spent two full days tinkering with Wine and Fallout 3, and we were not able to get past the main launcher interface to play the actual game. (Wine would crash every time we tried) Because of this experience, we must re-emphasize that gaming on Wine is still highly experimental and that games will only work if all of the multiple variables related to system configuration are set properly. In short, Wine has come a long way yet should still be regarded as being an alternative (not necessarily a replacement) for dual-booting or virtualization. &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/features/how_run_windows_software_and_games_linux_wine#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/31">Features</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8982">emulators</category>
 <category domain="http://www.maximumpc.com/geek_tested/features">features</category>
 <category domain="http://www.maximumpc.com/geek_tested/gaming">gaming</category>
 <category domain="http://www.maximumpc.com/geek_tested/howto">how-to</category>
 <category domain="http://www.maximumpc.com/geek_tested/linux">linux</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/geek_tested/ubuntu">ubuntu</category>
 <category domain="http://www.maximumpc.com/geek_tested/windows">windows</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5209">wine</category>
 <pubDate>Thu, 06 Aug 2009 10:00:00 -0500</pubDate>
 <dc:creator>Will Kraft</dc:creator>
 <guid isPermaLink="false">7309 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>How To: Run Windows Games on Linux</title>
 <link>http://www.maximumpc.com/article/howtos/how_run_windows_games_linux</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u53951/pconlinux.jpg&quot; width=&quot;415&quot; height=&quot;225&quot; /&gt; &lt;/div&gt;
&lt;p&gt;Tired of the lackluster gaming opportunities on your alternative OS? Playing your favorite PC titles in Linux is easier than you think!&lt;/p&gt;
&lt;h3&gt;Time: 37 Min&lt;/h3&gt;
&lt;h3&gt;What You Need &lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;GNU/Linux installation with recent kernel (2.6x)&lt;br /&gt; Free, www.ubuntu.com&lt;/li&gt;
&lt;li&gt;Wine &lt;br /&gt; Free, installed via Linux or winehq.org&lt;/li&gt;
&lt;li&gt;A PC game&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It’s OK, Linux users. We understand your pain. Gaming on your open-source platform is, for the most part, restricted to similarly open-source or freeware titles from independent developers. You don’t often receive the same love that Windows users enjoy from triple-A game developers. But your time spent in the dark can now end: We’re going to show you how to play the latest PC-only titles on your Linux distribution of choice.&lt;/p&gt;
&lt;p&gt;We’re using a program called Wine to simplify the process of running Windows-based games on a Linux platform. Unlike virtualization applications such as VMware, Wine is not an emulator. An emulator is a wrapper that allows one operating system to run within another. This wrapper hides the primary OS from its windowed love child, creating a software bubble for the second OS to play in. Since emulators run a complete OS within this virtualized bubble, the performance hit can be staggering and hinders gaming on all but the most powerful PCs. &lt;/p&gt;
&lt;p&gt;Wine avoids this problem by implementing a set of routines (or APIs) used by applications to communicate with Windows. Rather than emulate them, Wine uses a compatibility layer that translates system calls from Windows to Linux and vice versa. If you’re still confused, relax. You don’t need to understand how it works. You just need to know that Wine is free and easy to configure and will have you up and gaming in no time!   &lt;/p&gt;
&lt;h3&gt;1. Install Wine the Easy Way &lt;br /&gt;&lt;/h3&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u53951/Step1.jpg&quot; width=&quot;415&quot; height=&quot;346&quot; /&gt;&lt;/div&gt;
&lt;p&gt;Installing new software for Linux has become much easier since the advent of package management software. If you’re using a modern Linux distribution, you’ve probably utilized some kind of package manager. The most common are Synaptic/Aptitude (used by Debian and Ubuntu), Portage (Gentoo), and RPM (RedHat).&lt;/p&gt;
&lt;p&gt;A software package comes bundled with the necessary software dependencies required by the application. Since these dependencies often overlap between applications, a package manager will ensure that your system installs only the dependencies that are missing. If you already have what you need, the package manager links the dependencies that have previously been installed to the new application.&lt;/p&gt;
&lt;p&gt;Installing Wine on a package-managed system is as easy as telling the package manager to go ahead and install the program. One quick preface: All of our instructions are based on our experience with Ubuntu. Your Linux variety may vary, but the overall gist of our instructions should remain the same.&lt;/p&gt;
&lt;p&gt;To get Wine onto your system, first launch the Synaptic Package Manager by opening the Applications menu on the title bar at the top of your screen and clicking Add/Remove. Click the Binocular icon and type wine , but be sure to select the “Show All Available Applications” option before you commence your search. As you can see in the above screenshot, your results will include an application called Wine, version 1.0.0.&lt;/p&gt;
&lt;p&gt;Finish the job by clicking on the box to the left of Wine to select it and then click the green check mark labeled Apply. Confirm the installation of any additional packages to ensure that your installation doesn’t choke when it fails to find its dependencies.&lt;/p&gt;
&lt;h3&gt; &lt;/h3&gt;
&lt;h3&gt;2. Configure Wine’s Graphics and Audio&lt;/h3&gt;
&lt;h3&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u53951/Step2.jpg&quot; width=&quot;415&quot; height=&quot;321&quot; /&gt;&lt;/div&gt;
&lt;/h3&gt;
&lt;p&gt;Open a terminal window in Ubuntu and type winecfg to launch Wine’s configuration screen. Start by clicking the Drives tab and set Wine to autodetect your drives, as shown in the upper image. The application will create a file structure that mimics Windows: It will establish your base directory as a C:\ drive and map your optical drive to D:\. &lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u53951/Step2a.jpg&quot; width=&quot;415&quot; height=&quot;222&quot; /&gt;&lt;/div&gt;
&lt;p&gt;
&lt;p&gt;Next, click the Graphics tab to adjust your DirectX settings. We recommend using the settings displayed in the lower image: Check only the second and fourth options under Window Settings. The last option is especially critical, as it’ll make your Wine games stay windowed. That way, if your game crashes, you’ll still have access to your Linux desktop. Don’t forget to set your gaming resolution: You’ll do that underneath the Emulate a Virtual Desktop option.&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;Finally, click the Audio tab and then click the Test Sound button. If you can’t hear anything coming from your speakers by default, select each of the provided drivers—one at a time—until you have sound. It’s a crude solution, but it will take the least amount of time to get your speakers rockin’.&lt;/p&gt;
&lt;h3&gt;3. Check Game Compatibility&lt;/h3&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u53951/Step3.jpg&quot; width=&quot;415&quot; height=&quot;352&quot; /&gt;&lt;/div&gt;
&lt;p&gt;Before you rush to your local game store and spend the hard-earned money you saved by using a free operating system instead of Windows, read this step. It’s mission critical.&lt;/p&gt;
&lt;p&gt;Linux comes in many varieties. Because of this, certain games tend to run better on certain distributions. And more often than not, specific titles will flat-out not work with the specific distribution—or any distribution—you’re running.&lt;br /&gt;You should know a title’s compatibility issues before you plunk down $50 for a game. For that, you can turn to Wine’s official application database at appdb.winehq.org. This giant user-driven database provides ratings of and recommendations for running more than 10,000 applications and games in Wine.&lt;/p&gt;
&lt;p&gt;The games and applications are broken down into specific test results, which the site presents based on combinations of tested distributions and Wine versions. Each listed entry tells you whether the program was able to either run or install correctly and assigns an overall usability rating to the experience. &lt;/p&gt;
&lt;p&gt;Even if your game of choice appears to be broken on all Linux varieties, be sure to read the user comments appended at the bottom of each game’s results page. You might discover information about a new workaround or patch that has yet to be reflected in the game’s overall ratings.&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;4. Install your game&lt;/h3&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u53951/Step4.jpg&quot; width=&quot;415&quot; height=&quot;215&quot; /&gt;&lt;/div&gt;
&lt;p&gt;The installation process for applications under Wine is generally the same as it is in Windows because Wine uses the same installer. We’re going to focus on installing our game of choice, Sins of a Solar Empire, but you can use the same process to install a variety of other titles. Start by opening a Linux terminal and typing winefile. This pulls up the application’s Windows Explorer-like interface. &lt;/p&gt;
&lt;p&gt;Navigate to your optical device by clicking the appropriate icon at the top of the window—it should look like a CD going into a drive. From there, double-click your game’s installation file (setup.exe, for example) and let the installer do its thing.&lt;br /&gt;Follow the instructions as you would for any game being installed in Windows but pay attention to any errors or glitches that you see. Chances are good that you’ll notice fonts sizes are off and, in some cases, the fonts won’t display at all. We’ll come back to that later.&lt;/p&gt;
&lt;p&gt;Once you’ve installed the game, you’ll want to make it easy to launch. You can do this by finding the executable file and linking it to a launcher—the Linux version of a Windows shortcut. By default, Wine hides its fake Windows partition in your &lt;br /&gt;/home/[user name] directory. So you’ll want to right-click your Linux desktop and select the Launcher creation option. Name the Launcher whatever you want, but start the command as follows: wine “/home/[user name]/.wine/drive_c/”. After the “drive_c” section, type out the path where you installed your program.&lt;/p&gt;
&lt;p&gt;If you can’t get a launcher to work, don’t worry. Some games end up working only by double-clicking the executable within the Winefile application.  &lt;/p&gt;
&lt;h3&gt;5. Troubleshooting &lt;/h3&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u53951/Step5.jpg&quot; width=&quot;415&quot; height=&quot;174&quot; /&gt; &lt;/div&gt;
&lt;p&gt;Although we’ve been able to install and run Microsoft Office, Guild Wars, and NHL 08 without any problems, Sins of a Solar Empire was trickier. This gives us a perfect transition to Wine’s biggest headache: troubleshooting.&lt;/p&gt;
&lt;p&gt;In our case, the fonts for our game were the wrong size and, in some cases, completely nonexistent (see above). If this happens to you, there’s a quick workaround. From a Windows installation, copy the fonts out of the C:\Windows\Fonts folder. You’ll then want to launch Winefile and copy the fonts back into Wine’s simulated Windows installation, same C:\Windows\Fonts folder.&lt;/p&gt;
&lt;p&gt;If your chosen application gives you compatibility problems, it’s time to return to the Winecfg configuration tool. If the application was developed for a specific instance of Windows, try using the Applications tab to force Wine to use a suitable compatibility layer for the program. Click Add Application, choose your executable file, and choose the appropriate version of Windows.&lt;/p&gt;
&lt;p&gt;The configuration tool also lets you change graphics and audio options as mentioned earlier. Disabling hardware support can keep games from crashing but sacrifices game performance in doing so. When in doubt, turn settings to minimum and bring them up slowly as you attempt to troubleshoot the best configuration for your game.  &lt;/p&gt;
&lt;h3&gt;6. Work in the Wine Library &lt;/h3&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u53951/Step6.jpg&quot; width=&quot;348&quot; height=&quot;415&quot; /&gt;&lt;/div&gt;
&lt;p&gt;
&lt;p&gt;When you are configuring a new application, it’s wise to launch it from a terminal until you have the kinks ironed out. Doing so allows you to read the error messages that stream down the screen as the application runs. Bear in mind that many of these messages are not errors; they are used by developers to tune Wine. This makes them useful sources of information, particularly when they spit out .dll (dynamically linked library) errors.&lt;/p&gt;
&lt;p&gt;A dynamically linked library is a fancy term from Microsoft that refers to a library of software used by various applications. These libraries are “linked” to applications as they are needed. If this reminds you of the package-managed dependencies mentioned at the beginning of the article, hand yourself a gold star. These libraries are what Wine replaces when it runs your MS-based applications.&lt;/p&gt;
&lt;p&gt;Sometimes, the libraries are missing or incomplete. In this case, the .dll errors mentioned earlier will give you the name of the specific files that are causing problems. Replacement .dll files can be found in your Windows install or in a regular Windows install of your application. To fix errors, you can use the Library tab in Wine’s configuration tool to replace Wine’s .dll with the authentic .dll.  &lt;/p&gt;
&lt;h3&gt;Wine Vs. Cedega&lt;/h3&gt;
&lt;p&gt;Not everyone has the time or patience to wrangle Wine into submission, and TransGaming Technologies (&lt;a href=&quot;http://www.transgaming.com&quot; target=&quot;_blank&quot;&gt;www.transgaming.com&lt;/a&gt;) is hoping to bank on this fact. The company has produced a “commercial re-implementation of the Windows API for Linux with a focus on gaming.” Sound like Wine? It should. Transgaming’s product, Cedega, is based in part on the free Wine source code. Many in the open-source community view this as an outrage, but Transgaming insists it violates no licenses. For a small fee, it offers “Wine that works” with a list of games guaranteed to run with it. &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/howtos/how_run_windows_games_linux#comments</comments>
 <category domain="http://www.maximumpc.com/geek_tested/linux">linux</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5142">November 2008</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3940">pc games</category>
 <category domain="http://www.maximumpc.com/geek_tested/pc_gaming">PC gaming</category>
 <category domain="http://www.maximumpc.com/geek_tested/ubuntu">ubuntu</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5209">wine</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/32">How-Tos</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/145">2008</category>
 <pubDate>Tue, 04 Nov 2008 15:00:00 -0600</pubDate>
 <dc:creator>Jean-Paul Connock</dc:creator>
 <guid isPermaLink="false">4142 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>Google Reaffirms Its Commitment to Linux with the Launch of Picasa 3</title>
 <link>http://www.maximumpc.com/article/news/google_reaffirms_its_commitment_linux_with_launch_of_picasa_3</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;img src=&quot;/files/u46173/picasalinux.jpg&quot; alt=&quot;Picasa&quot; width=&quot;415&quot; height=&quot;110&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Many Windows users have been running &lt;a href=&quot;/article/news/picasa_30_beta_more_speed_better_photo_repairs_and_better_raw_support&quot;&gt;Picasa 3&lt;/a&gt; for the past several weeks now, but Picasa development for Linux has always seemly lagged behind.&lt;span&gt;  &lt;/span&gt;This all changed on Thursday with a public beta release of &lt;a href=&quot;http://picasa.google.com/linux/&quot;&gt;Picasa 3&lt;/a&gt; with support for all the major Linux distributions. According to the &lt;a href=&quot;http://picasa.google.com/support/bin/answer.py?answer=112057&quot;&gt;feature overview&lt;/a&gt;, the new version includes many of the new editing and retouching features missing in the previous version as well as a tighter integration with Picasa Web. For Linux users looking to further automate the process of importing photos you will also appreciate the auto detect feature that runs each time you plug in your camera. In a &lt;a href=&quot;http://googlephotos.blogspot.com/2008/10/picasa-3-beta-for-linux.html&quot;&gt;blog post&lt;/a&gt; by Google Software Engineer Lei Zhang he reminds the Linux community of Google’s commitment to their platform. Some of its largest contributions have been in the form of patches for the open source &lt;a href=&quot;http://www.winehq.org/&quot;&gt;WINE project&lt;/a&gt; with over &lt;a href=&quot;http://google-opensource.blogspot.com/2008/02/google-sponsors-wine-improvements.html&quot;&gt;2700 fixes&lt;/a&gt;. WINE (&lt;strong&gt;W&lt;/strong&gt;ine &lt;strong&gt;I&lt;/strong&gt;s &lt;strong&gt;N&lt;/strong&gt;ot an &lt;strong&gt;E&lt;/strong&gt;mulator) is an application for Linux which allows users to execute programs written for Microsoft Windows. Want to learn more? Check out the November print edition of Maximum PC on sale now for an excellent how to guide on using WINE for gaming in Linux. &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/news/google_reaffirms_its_commitment_linux_with_launch_of_picasa_3#comments</comments>
 <category domain="http://www.maximumpc.com/article_type/news_amp_views">News</category>
 <category domain="http://www.maximumpc.com/geek_tested/digital_photography">digital photography</category>
 <category domain="http://www.maximumpc.com/geek_tested/download">download</category>
 <category domain="http://www.maximumpc.com/geek_tested/google">Google</category>
 <category domain="http://www.maximumpc.com/geek_tested/linux">linux</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/4255">photo editing</category>
 <category domain="http://www.maximumpc.com/geek_tested/photo_editor">photo editor</category>
 <category domain="http://www.maximumpc.com/geek_tested/picasa">picasa</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/4849">Picasa 3.0</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5209">wine</category>
 <pubDate>Sun, 05 Oct 2008 00:02:13 -0500</pubDate>
 <dc:creator>Justin Kerr</dc:creator>
 <guid isPermaLink="false">3754 at http://www.maximumpc.com</guid>
</item>
</channel>
</rss>
