I run Linux for my home desktop, in fact I run Ubuntu, and I am a gamer. The sad thing is, is that many games out there are not geared for the Linux desktop environment. This might change as the popularity of Ubuntu and other distros gain popularity. But until the game developers realize this, Linux gamers are going to have to make due.
This little tutorial is just something informative to new users and as a helpful reminder to myself when I reload a machine or destroy my configurations on accident (it happens more than I would like to admit). I will provide some background information and related links that will make it easier to understand the process to get your Linux desktop (Ubuntu) up and running video games (mainly World of Warcraft).
What is Wine
Wine allows for users to run Windows applications on various operating systems.
How to install Wine
As anything, there are several methods to install Wine. Which ever method you feel comfortable with, by all means use that method.
Note: I personally would install the latest development package via .deb package due to html rendering issues that are known to occur when launching World of Warcraft.
As anything, there are several methods to install Wine. Which ever method you feel comfortable with, by all means use that method.
Note: I personally would install the latest development package via .deb package due to html rendering issues that are known to occur when launching World of Warcraft.
Repository
Add Wine to your repository:
Go to System -> Administration -> Software Sources.
Click on Third Party Software.
Click Add.
When the dialogue appears, paste the following : ppa:ubuntu-wine/ppa. Click Add Source
Add Wine to your repository:
Go to System -> Administration -> Software Sources.
Click on Third Party Software.
Click Add.
When the dialogue appears, paste the following : ppa:ubuntu-wine/ppa. Click Add Source
From the Command Line enter the following : sudo apt-get update
Then enter : sudo apt-get install wine
An alternative is; from the Command Line enter : sudo add-apt-repository ppa:ubuntu-wine/ppa
From the Command Line enter the following : sudo apt-get update
Then enter : sudo apt-get install wine
Then enter : sudo apt-get install wine
An alternative is; from the Command Line enter : sudo add-apt-repository ppa:ubuntu-wine/ppa
From the Command Line enter the following : sudo apt-get update
Then enter : sudo apt-get install wine
Debian Package
An alternative to installing Wine via apt-get is to install Wine with a .deb package. You can download the development code from here.
Just double click on the .deb package once it has downloaded and off you go.
Just double click on the .deb package once it has downloaded and off you go.
By now you have set up your account through Battle.net. With this you can download the
latest version of World of Warcraft all with one download. It is a pretty big download, so be
patient.
Once the game has downloaded, right click on the World of Warcraft executable and click
Open With Wine Windows Program Loader.
The game will then begin to install.
latest version of World of Warcraft all with one download. It is a pretty big download, so be
patient.
Once the game has downloaded, right click on the World of Warcraft executable and click
Open With Wine Windows Program Loader.
The game will then begin to install.
Once the game has installed, you will need to edit the Config.wtf file. From the command line enter
the following : sudo gedit ~/.wine/dosdevices/c:/Program Files/World of Warcraft/WTF/Config.wtf
Add the following line: SET gxApi "opengl"
Save and Close the file.
Now you should be set to play World of Warcraft.
By the Way...
There is a current issue with the loader due to some functionality difference in Patch 3.2. You can read the forums to find out more information. Until this is patched or a work around in place, the following steps will help you launch the game properly.
1. Start the World of Warcraft launcher
2. While the launcher is still open, Open a terminal
3. Change Directory to Wine Program Files : cd ~/.wine/dosdevices/c:/Program Files/
4. Change Permission of the World of Warcraft folder : sudo chmod 777 World of Warcraft/
5. Now click Play on the launcher.