Every article tag can be clicked to get a list of all articles in that category. Every article tag also has an RSS feed! You can customize an RSS feed too!
We do often include affiliate links to earn us some pennies. See more here.

Proton 6.13 GE-1 is out now with AMD FidelityFX Super Resolution, Resizable BAR

By -
Last updated: 27 Jul 2021 at 12:25 pm UTC

Proton GE, the community-made version of Proton with a bunch of enhancements has a new release out with Proton-6.13-GE-1 pulling in a bunch of advanced features and fixes.

If you're not clear on what Proton and Steam Play are, be sure to check out our constantly updated dedicated page. It's a special compatibility layer for running Windows games and apps from Steam on Linux. Proton GE is not affiliated with Valve/Steam, it also has less quality assurance versus the official Proton but often ends up with special game fixes quicker.

Proton-6.13-GE-1 pulls in support for AMD FidelityFX Super Resolution (FSR) directly into Proton, based upon a patch by developer Georg Lehmann. So with Proton GE you can now add WINE_FULLSCREEN_FSR=1 %command% as a launch option for a game on Steam and get FSR which is pretty great. Unlike games that support it directly, it's applied after the fact here since Proton as a whole is a compatibility layer so it will affect the UI too. Still, FSR for any Windows game played on Linux with Proton sounds awesome.

This release also adds in support for vkd3d/dx12 Resizable BAR patches which you can enable with VKD3D_CONFIG=upload_hvv, this could result in performance improvements.

Here's what else is new:

  • FFXIV launcher workaround updated (previously used BrowserType, needed Browser instead)
  • Rebased proton SDL gamepad patches on top of staging. Fixes various controller mapping issues and force feedback issues
  • Steam input profiles now work again due to SDL patch update
  • Warframe 5 minute no-controller crash is properly fixed now, steamclient patch is no longer needed finally
  • Guilty Gear Strive 2 player mode works with two controllers now
  • Grand Theft Auto V save on exit is fixed
  • Swords of Legends launcher is fixed
  • Resident Evil 8 crash fixed (it was crashing after they updated the game with FSR)
  • Font fixes imported from proton upstream
  • DXVK updated
  • vkd3d updated
  • FAudio updated
  • Wine-mono updated to 6.2.2

To use it here's what you do:

  1. Download the Proton-6.13-GE-1.tar.gz file from the release notes.
  2. If this folder does not exist, create it:~/.steam/root/compatibilitytools.d/
  3. Extract the archive downloaded in Step 1, and place the contents into the above directory.
  4. Restart Steam if it's open which refreshes the Steam Play list for Proton-6.13-GE-1 to show up.
  5. Right click on your game, go to Properties, Compatibility and ensure the box is ticked named "Force the use of a specific Steam Play compatibility tool" then select it from the dropdown box that appears.

As a reminder, if you didn't see it, as of a recent version of Proton GE you may need to remove current game prefixes setup by it to allow the games to work properly. More on that in the previous article with instructions on how to do so.

Article taken from GamingOnLinux.com.
27 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly checked on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. You can also follow my personal adventures on Bluesky.
See more from me
The comments on this article are closed.
All posts need to follow our rules. For users logged in: please hit the Report Flag icon on any post that breaks the rules or contains illegal / harmful content. Guest readers can email us for any issues.
15 comments Subscribe

TheRiddick 27 Jul 2021
FSR is pretty good, been using it with KCD and MortalOnline2 with great success.
benjamimgois 27 Jul 2021
FSR is a great addition ! and linux exclusive feature. I wish we could create some kind of "white list" for the FSR feature, because games with internal scalers doesn't work with the feature. I was trying it with RE3 and didn't know why FSR wasn't working, until Eggroll told me that it wouldn't work.
chelobaka 27 Jul 2021
FSR is a great addition ! and linux exclusive feature. I wish we could create some kind of "white list" for the FSR feature, because games with internal scalers doesn't work with the feature. I was trying it with RE3 and didn't know why FSR wasn't working, until Eggroll told me that it wouldn't work.

Control has internal scaler and can fall into this category. For me DXVK hud is rendered at game resolution (1440p) instead of monitor resolution (2160p). On the other side DE:MD doesn't have internal scaler and DXVK hud is rendered at monitor resolution while the game is configured at lower resolution.
TheRiddick 28 Jul 2021
because games with internal scalers doesn't work with the feature.

Mortal Online 2 has a manual render resolution scaler and FSR works with it. Some games might do scaling automatically?
bwyan 28 Jul 2021
In regards to FSR support, how does one go about configuring FSR quality levels? Is that even an option in this case?
rustybroomhandle 28 Jul 2021
In regards to FSR support, how does one go about configuring FSR quality levels? Is that even an option in this case?

You can adjust the sharpening level, but that's it. From the release notes:

"The default sharpening of 5 is enough without needing modification, but can be changed with WINE_FULLSCREEN_FSR_STRENGTH=# (0-5) if wanted."
chelobaka 28 Jul 2021
In regards to FSR support, how does one go about configuring FSR quality levels? Is that even an option in this case?

FSR quality levels are just scale factors. In case of Proton GE implementation you just choose rendering resolution in game, and the image is upscaled to native monitor resolution using FSR algorithm. For example you choose 2560x1440 in your game while your monitor is 3840x2160 which gives you 1.5x scale factor. It's a "Quality" FSR mode In AMD terminology.

WINE_FULLSCREEN_FSR_STRENGTH option only affects amount of sharpening in scaled image.


Last edited by chelobaka on 28 Jul 2021 at 8:52 am UTC
scirocco 28 Jul 2021
Well FSR is actually what I was needing aparently. I have to slow computer to run most games at 4k, but since I game on a 4k tv those games look very blurry at lower resolution. But now with FSR those games look very sharp at lower resolutions, so for me FSR is super great, best thing that happend to linux gaming for a long while. Not to mention the speed boosts in the new Dxvk is making my games smoother then ever.
AncientPenguin 28 Jul 2021
Borderlands 2. 1920x1080 vs 1280x720 + FSR
![1280x720](https://i.imgur.com/GzMN37p.png)
![1920x1080](https://i.imgur.com/62Vi0oL.png)
chelobaka 28 Jul 2021
It's not mentioned in the article, but so far FSR patch implements only FP32 path. AMD Vega and later and NVIDIA Pascal and later hardware also supports faster FP16 path. If the patch goes upstream developer promise to implement FP16 path as well.


Last edited by chelobaka on 28 Jul 2021 at 4:12 pm UTC
Murray 28 Jul 2021
Cyberpunk runs silky-smooth with this.
TheRiddick 28 Jul 2021
Finally managed to fix my star citizen and fsr, unfortunately it doesn't help the game. Star Citizen has DEEP DOWN issues in its core, even changing dramatically between low res and high res yields same framerate performance, and CPU isn't pegged.

Games got 10yrs of optimization ahead of it!
Derheim 28 Jul 2021
I tried this version of ProtonGE with Monster Hunter World + FSR, I got to say I'm starting to believe in that thing.

Amazing time to be a Linux gamer.


Last edited by Derheim on 29 Jul 2021 at 3:09 pm UTC
scirocco 30 Jul 2021
This proton release feels like magic, games that ran at 10 fps or lower and was not playable for me at all, all of a sudden runs better then native linux versions of the games, I guess it was a Nvidia thing, now everything runs great. I can all of a sudden run deathstranding at 4k and never drop below 60 fps, I used to run it at 1080p to be able to not drop below 60. And thats without fsr. Last epoch was running at like 10 fps with proton, now it runs a little better then the native version, and mutch mutch smoother then the native version.
Torqachu 31 Jul 2021
I cannot use any version of proton above 5.0-10 (including ge version).
No errors just nothing starts.

Is my hardware too old?
How can I investigate the problem?
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!
The comments on this article are closed.