While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Valve dev details more on the work behind making Steam for Linux more stable
- NVIDIA detail upcoming Linux driver features for Wayland and explain current support
- Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update
- Direct3D to Vulkan translation layer DXVK v2.5 released with rewritten memory management
- > See more over 30 days here
-
Hybrid gaming controller MoveMaster has a new website, …
- furaxhornyx -
Half-Life 2 free to keep until November 18th, Episodes …
- tuxmuppet -
Half-Life 2 free to keep until November 18th, Episodes …
- Tuxee -
Inspired by SSX, arcade snowboarding game Tricky Madnes…
- based -
Half-Life 2 free to keep until November 18th, Episodes …
- Xpander - > See more comments
- New Desktop Screenshot Thread
- Vortex_Acherontic - Types of programs that are irritating
- dvd - What do you want to see on GamingOnLinux?
- Linas - Weekend Players' Club 11/15/2024
- StoneColdSpider - Our own anti-cheat list
- Xpander - See more posts
For the most part I stay very far away from Wine and ProtonDB and the rest. I've never really had much luck with it. Lutris and the rest also seem to fail me. I would like to change that.
Most of the games I play are via native, MAME, ReDream, Medanafen and PPSSPP. I have a bunch of Mugen games that I enjoy but some do not come with Linux native binaries.
My Specs:
Distribution: Pop!_OS Pop!_OS
Desktop Environment: GNOME
RAM: 16GB
CPU Vendor: Intel
CPU Model: 6x 12 threads Intel(R) Core(TM) i7-9750H @ 2.60
GPU Vendor: Nvidia
GPU Model: GeForce GTX 1660 Ti
GPU Driver: Proprietary
Here are my questions
* What version of Wine should I be installing?
* Is there anything else outside of Wine that I should be installing and learning how to use to get my games to run without issue?
* How can I set it up so that when I run my Mugen games - the resolution on the desktop restores back to what it's suppose to be?
This is for my traveling machine which I use for locals and visiting friends so I just want things to click and play.
If what I'm asking for require further modification as time goes on then let me know. I may have to ditch this project.
Cheers,
View PC info
For the games you really want to run them in windowed fullscreen (or windowed), that way they dont mess with your desktop resolution.
Last edited by dvd on 30 September 2023 at 2:37 am UTC
View PC info
You should install Wine system-wide. WineHQ has a guide for Ubuntu, but the instructions might be different for Pop!_OS: https://wiki.winehq.org/Ubuntu
The Wine-Staging branch has the latest patches and is generally recommended. Wine Development has some of the same patches but is missing some of the latest ones due to insufficient testing or other reasons. Don't use Wine Stable.
Use Wine-GE Custom if you're using Lutris. This version of Wine is specifically designed for games.
I'm not familiar with the Mugen games, but if you're having windowing issues like resolution, I always recommend Gamescope. It is a micro-compositor that creates a dedicated "space" for the game without affecting your desktop. If you want to use Gamescope, you should install the Flatpak version of Lutris and the Flatpak version of Gamescope. That's the easiest way.
More info here: https://wiki.comfysnug.space/doku.php?id=visualnovel:problems#fullscreen_is_broken_and_other_windowing_issues
The nice thing is that once you have this stuff setup, you're pretty much good. At least, that has been my experience over the past 2 years.
---
Using Wine From The Terminal
You mention you never had any luck with Lutris or other game managers, so I guess that means you wanted to try Wine from the terminal. I don't recommend this for anything other than debugging for most people, but it's definitely possible.
If you want to manage Wine from the terminal, install Winetricks. First order of business is creating a Wineprefix:
mkdir -p ~/.local/share/wineprefixes
WINEPREFIX=~/.local/share/wineprefixes/mame WINEARCH=win32 wineboot
A Wineprefix is a directory that contains all of the files and directories a Windows program expects, like many of the system libraries, the Program Files directory, and the Users directory. 32-bit is more mature than 64-bit, so we use 32-bit by default.
The WINEARCH variable can also be set to win64 if you want 64-bit.
With the Wineprefix created, it's worth installing DXVK, which is a Direct3D➜Vulkan translation layer. It works better than Wine's default graphics translator in most cases. That's pretty easy with Winetricks:
WINEPREFIX=~/.local/share/wineprefixes/mame winetricks dxvk
That's probably all you need at a minimum.
If you want to use Wine via the terminal, you'll need to build Gamescope from source. Instructions are here: https://github.com/ValveSoftware/gamescope#building
It's fairly simple, but if you're missing dependencies...it can be tricky. That's why Lutris or Bottles is easier.
View PC info
https://appuals.com/run-mugen-fighter-natively-linux-environment/
The file is available here but you need to register so I can not say if it works.
https://mugenarchive.com/forums/downloads.php?do=file&id=33995-m-u-g-e-n-ver-2002-04-14-linux-elecbyte
I did manage to download the file from here which looks to be a fan site
https://mugenguild.com/forum/topics/shin-ryukens-official-mugen-guide-54352.0.html
Can not offer any help with wine as I find it a tad confusing. I use Lutris for any older games.