Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
wine version: lutris-fshack-6.21-6-x86_64
deactivate DXVK
Activate dgvoodoo2
activate virtual desktop @1024x768
- Open a terminal, and use this command ->
WINEPREFIX=/home/$USER/.steam/steam/steamapps/compatdata/7210/pfx winecfg
This opens winecfg for the proton's libs specifically for the game "Runaway". The ID for the game is "7210" but i'm not sure this is for everyone, if not sure, check the game ID in Steam, right click on the game, "Properties...", go on "Updates" tab, copy the right ID and replace "7210" occurence in the terminal with the right ID.
- In winecfg opened, go in "Display" tab and check the option "Emulate a virtual desktop" and set the resolution to 1024x768. Validate winecfg by clicking on "OK" button.
Normally you can now run the game with Steam/Proton.
At the moment with my tries i run the game with Proton 4.11 but i think this workaround runs with any version. In my opinion, it's an eternal and old known problem with old games using GDI/DirectDraw/DIB engine, they use direct framebuffer access and Wine uses OpenGL access (which is slower for direct FB games), see explanations here : https://wiki.winehq.org/DirectDraw
I don't know if the problem is similar for Vulkan drivers, but i think we have to keep constantly in mind this problem when we want to play old games. Many issues are probably related to what i say.
Please answer me for your tests to help eventually other players if this workaround doesn't run well.
Edit for who wants in "fullscreen" with this workaround (tested in Wayland session) :
If playing in window mode is uncomfortable for you, try this supplementary : try to install with your linux's distrib package manager to install "gamescope" compositor.
For Fedora for example : sudo dnf install gamescope
Then, in Steam, right click on the game in your list, "Properties..." and in the General tab (default tab) you'll see "%command%". Replace with this :
gamescope -h 768 -H 1080 -U -f -- %command%
Explanation : gamescope is a compositor who helps to resize any display content and you can do a "fake" fullscreen mode.