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:
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
- The "video game preservation service" Myrient is shutting down in March
- SpaghettiKart the Mario Kart 64 fan-made PC port gets a big upgrade
- KDE Plasma 6.6.1 rolls out with lots of fixes for KWin
- Lutris v0.5.21 and v0.5.22 arrive with Valve's Sniper runtime support and new game runners
- Open source graphics drivers Mesa 26.0.1 released with various bug fixes and a security fix
- > See more over 30 days here
- steam overlay performance monitor - issues
- Xpander - Nacon under financial troubles... no new WRC game (?)
- Xpander - Establishing root of ownership for Steam account
- Nonjuffo - Total Noob general questions about gaming and squeezing every oun…
- GustyGhost - Looking for Linux MMORPG sandbox players (Open Source–friendly …
- Jarmer - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
Other than that, input is extremely laggy in the menus, gameplay and MIDI audio is fine though.
Thanks in advance :)
It has silver 🥈
taskset -c 0 wine RoadRash.exeI didn't have any fullscreen issues in X11, so it might be related to Wayland, or the specific compositor you are using. gamescope is a pretty good workaround for these issues.
(FWIW I also had to configure a virtual CD-ROM with winecfg or the game refused to start!)
Tested with Wine 8.20.
Last edited by whizse on 18 Nov 2023 at 9:47 pm UTC
Using gamescope solved the resolution issue. Here's what I did,
gamescope -w 640 -h 480 -W 1920 -H 1080 -f wine ROADRASH.exe
Taskset didn't fix the menu lag though.
You might want to try turning csmt off. It sometimes causes problems with really old titles. Instructions here:
https://wiki.winehq.org/Useful_Registry_Keys
Actually I should've been more specific about the problem. There is no "lag" but after selecting an option in the game menu, the screen doesn't change. It only redraws after the next keypress (any key works). Unfortunately I don't know anything about wine debugging so I'm temporarily admitting defeat. It might just be a Wayland thing after all.
I have resolved all the issues I had using a Combination of Wine Wayland Driver and [CnC-ddraw](https://github.com/FunkyFr3sh/cnc-ddraw). No more dependency on gamescope. That said a minor annoyance still exists which causes FMVs to spawn new windows but I disabled the videos for now.
Here's everything I did,
1. Create the registry key
HKEY_CURRENT_USER\Software\Wine\Drivers\Graphics="x11,wayland"2. Unset the DISPLAY env. variable, i.e,
DISPLAY= wine ROADRASH.exeto force the use of the Wayland driver3. Downloaded CnC-ddraw and copied ddraw.ini and ddraw.dll to the game directory.
4. Edited ddraw.ini by setting
maintas=trueandfixchilds=05. Profit
[Source](https://gitlab.winehq.org/wine/wine/-/merge_requests/3909#note_46166) for the registry tip.