SITE SEARCH

Wine installation and basic setup for Linux games: features and recommendations

All people like to play games. This activity helps to distract from the real world with its real problems and at least not for long, but immerse yourself in the virtual world.

That's how the article about games should beginfor Windows. But today the talk is not quite about them. Today we will talk about games on Linux. Most people do not like this operating system only because there are no "normal" games on it, and it does not matter that it shows itself perfectly in the work.

But those who want can play Linux on the same games as on Windows. Ask how? It's very simple. Today, let's talk about how Wine is installed and configured.

What is Wine?

Those people who have long enjoyed Linux and chose it as the head of the OS, certainly do not need to define this software, but for the rest it is still worth explaining.

setting wine

Wine is a program by whichyou can run Windows programs and games. In other words, you can use it to play games that are not for Linux and are, so to speak, Windows exclusive.

It is noteworthy that the program all the timedevelops. So, a couple of years ago it was impossible to use it to run a game based on DiretX11, now everything has changed. Patches constantly leave, and everything is quickly repaired if something breaks. If you prefer stability, then you can easily install a standard version of Wine and it will not be unpleasant to surprise you.

The only downside is the relatively complex setting of Wine. But if you read this article, you will understand everything in a matter of minutes and do it yourself.

Installation Methods

Before you tell how Wine tunes for games, you must first explain how to install it.

Linux users know that the same action in their operating system can be done in different ways, and with the installation of Wine.

Consider initially the simplest option, with the help of the Package Manager or as it is called, the Program Manager. In principle, no matter how it is called, the main thing that works the same.

setting up wine for games

Initially, you need to open it. Next, in the search box, you need to write the name of the program - Wine. The search begins. At the end of it, several options may appear before you. Choose Wine without any extra characters and click "Install". Wait for the program to load and install.

The second way is to use the terminal. Having opened it, write:

sudo apt-get install wine

The download will begin and then install. However, there is a high probability that the "fresh" version is not being downloaded, this is due to the fact that the program is developing by leaps and bounds. Therefore, we write:

sudo add-apt-repository ppa: ubuntu-wine / ppa

Further it is necessary to update packages:

sudo apt-get update

Now write:

sudo apt-get install wine1.6

That's all, just installed the software through the Console. Now let's talk about how Wine is configured.

What do I need to know about setting up Wine?

For Wine (Linux), the configuration may notalways smoothly, but do not worry, if you do not succeed, at any time you can put everything back to its original position. The easiest way is to remove the program and install it, but this is only in extreme cases.

Still the main thing is not to hurry. In this case it is important to carefully read what needs to be done and when. But if you succeed, it will be remembered for life. Now let's start.

First thing

There are two variants of development here, the differences in themsmall, but still there. If you have a 64-bit Linux distribution, then you and Wine have 64-bit installed, and this is not necessary. Therefore, we enter this command into the terminal:

WINEARCH = win32 winecfg

After that, you need to open the Wine setting. Move it to the background and do not come back to it yet. If you have a 32-bit system, then you can skip this step.

wine linux setup

Now you need to download and install Winetricks. To do this in the terminal, please write:

winetricks

If you do not have this program, then you will be offered to download it. Download and install. After run.

Winetricks allows you to quickly configure itself Wine. Running it in the first window, you must select Select the default wineprefix. Click OK.

Configuring DLLs and Fonts

We continue to talk about how Wine tuning proceeds. Clicking "OK", we will see that the second window will open. In it it is necessary to allocate Install a font - this is for setting up fonts. Click OK.

tuning wine in linux mint

You will see a window with all possiblefonts for Wine. In order not to delay for a long time and not to waste time, we will select all at once and click OK. After that, the download and installation window will start. During this time, do not go far from the computer, since it is very likely that there will be requests for confirmation of operations. Agree with all of them.

It is likely that after selecting all the fonts and clickingbutton you will show an error and all will be gone. In this case, everything can not be installed immediately and it will have to be done separately. If after selecting an item, it will be an error, skip it.

Now proceed to setting up the DLL. This is a very important point, and you can not skip it, because without the installed DLL you are unlikely to run any game at all.

Click on Install a Windows DLL or component. Before you open a similar window, that was with the fonts. Not all components can be installed here, but some are required. In general, it will be better to do the same manipulations as with fonts. Alternately, try to install each of them, ignoring those that produce the error.

By the way, after trying to install some DLLs,like dotnet30, can knock out an error and open the browser with the browser. In this case, on the browser page you need to download the proposed component and place it in the folder that was opened, and then do the installation manipulations again.

Setting up the registry

By the way, this instruction perfectly fine tunes Wine in Linux Mint, although there should not be problems with other distros.

wine tune mint

Let's move on to debugging the registry. To do this, in the second window this time select Change setting. Here, you can not afford liberties, and you can not fix everything at once. Therefore, follow the presented list of necessary settings:

  • ddr - opengl

  • multisampling - enabled

  • orm - f bo

  • psm - enabled

  • rtlm - auto

  • glsl - enabled - this is standard, but if you have a Nvidia graphics card, it's best to choose disabled. This will improve performance in games.

  • vsm - hardware

  • videomemorysize 1024 (select the memory value of the video card)

  • mwo - enabled (force)

That's basically all about Wine. Setting up Mint and other versions of the OS is no longer a problem for you, because this manual is perfect for most distributions.

Remember one more thing, during installation"Windows" games can not choose the installation of additional software. Take off the check marks. Also, when the installation is complete, uncheck "Run Now". Run it through the shortcut on the desktop.

</ p>
  • Rating: