How does lutris work when installing games?

But the sudo chown command does work with ubuntu, right? Or is there some other way I need to do?

chown works on every distro, and sudo on the vast majority of distros

Okay, I’m back now on linux. It seems my hdd is already mounted? But I need to format it to ext4. Any ideas?

And, I need help. My steam is bugged. Picture: Screenshot%20from%202019-04-29%2021-09-44

Steam froze my whole computer, wtf is going on?!?!

Okay nevermind, I just needed to restart and it got fixed.

Well, obviously, formatting it means replacing its entire file tree, so you have to unmount it first. As for “how to format it” – you need to mark it as Linux partition first (partition type 83) and then overwrite the filesystem. Usually I change partitions with fdisk and format Ext4 with mkfs.ext4 utilities, but if you prefer GUI then your weapon of choice would probably be GParted.
…Also, don’t forget to update fstab config after changing filesystem type.

Well, that looks like a glitch. Don’t recall seeing one quite like that… What videocard do you have? Are you using proprietary drivers or opensource? (Though I’ve heard the latter is only an NVidia issue nowadays)

Is there some way to boost fps? My cs go runs on terribly low fps.

Native? Try fiddling with graphics options. Disabling Vsync might do the trick.
…Also opensource driver for NVidia (nouveau) is slower than proprietary one, so you may want to check that.

Yeah, but I have amd rx 480, and as far as I know it doesnt have a panel for linux…

And by the way, what wine versions should i install in lutris for wow/battle.net?

Well, if you’re talking about stuff like installing drivers on that particular model, you can always look up if anyone else figured out how to do it.

When it matters, Lutris script specifies the required version. Which is downloaded and applied during the install. In fact, you only really need to make a system-wide Wine install if you want to fiddle with it outside Lutris.

Thing is I already have drivers installed, can I still do that guide you linked me or do I have to remove the drivers first?

I’m trying to install battlenet through lutris but this happens:

I tried it again and yet the same problem persists. Anyone who has a solution?

Okay nevermind, it seems now that I changed to wine-staging it worked. Is that recommended, to change to staging?

Staging is a modified version of Wine that includes experimental features. It’s less stable (potentially) but includes more features than vanilla. There is also a version called d3d9 which includes a direct implementation of DirectX 9 (as opposed to OpenGL fallback), and a few custom-patched versions for specific games. The rule of thumb is to try vanilla, and go for different ones if it doesn’t work.

There is also a utility called Winetricks, which allows to modify a Wine prefix by changing certain settings (i.e. switching renderer option ddr from opengl to gdi helped me fix a few blackscreen games) and installing specific libraries (like PhysX, DotNET 4.5 or a specific version of MSVC/DirectX9); such changes may be necessary for specific games. Typically you can find information about necessary fixes on WineHQ, but Lutris install scripts usually include them as well (since the whole point of these scripts is to be used as out-of-the-box installers).

I see. But could you help me run a windows program with wine? Can’t figure it out and there are no search results for this program on winehq’s website. This is a 3rd party program for cs:go, something like faceit but less known. Maybe in private chats?

You mean like run it to work together with the game? Oh, that’s actually sorta non-trivial.
You need it to run it in the same Wine prefix (see Game options in config), and it also has to be the same version of Wine (Runner options) – otherwise it’ll mess up prefix configuration.
Unless you’re using a system-wide Wine install to run the game, the relevant Wine version can be found inside ~/.local/share/lutris/runners/wine.
Normally you’d have to run it with a long CLI command (though it can be made much easier using a tool like Q4Wine), but in case of Wine runners Lutris actually provides the option Run EXE inside wine prefix (available in game popup/sidebar menu).

As for how to fix a failing program, my best guess is to try looking at the Wine log. Not sure if it’ll be displayed in the game log (probably not), or if it’ll be available when running from Lutris, so if it fails you’ll probably have to try CLI/Q4Wine approach to look at the logs.

Should I install the stable version, staging, devel or all three?