Hi, in this post I will show you how to play games on Linux using Wine and PlayOnLinux
It's simple... You can install Steam and run games made for Linux or you can also emulate a Windows enviroment to run Windows games.
In firs step, you must install drivers for your graphics card.
Open terminal emulator and type...
Instaling NVIDIA Drivers
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current
Instaling Intel HD Graphics
sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get update
sudo apt-get dist-upgrade
Installing and Configuring Wine
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine
Now it's time to configure Wine and download some Windows libraries.
Run Winetricks and
Select the default wineprefix and press OK, then Install a Windows DLL or component, press OK.
Now select:
- everything beginning with “d3dx”
- vcrun2008,vcrun2010, vcrun2013
- wininet
- xact_jun2010
- xinput
...and press OK
Getting PlayOnLinux program
Go to the PlayOnLinux site and choose the correct version of program for your distro, then install PlayOnLinux.
In the last step, run PlayOnLinux and click on the install programs button.