XaiJu
gloriouseggroll
gloriouseggroll

patreon


Wine-GE-Proton7-21 Released

-FFXIV hydaelyn intro video after datacenter select fixed (again). May also fix WMV playback in some other games.

-Trion/Glyph launcher and its games are now fixed (Trove, Rift)

-revert proton commit 96b8220 to re-enable gallium nine patching compatibility

-wine updated to bleeding edge

-FSR will now auto-calculate resolutions based on screen aspect ratio rather than adding pre-defined entries based on width. 

This new implementation appears to function much more reliably (thanks loathingKernel from our Discord!). 


Usage remains the same:


WINE_FULLSCREEN_FSR=1 WINE_FULLSCREEN_FSR_MODE=ultra %command%


Modes available:

    ultra - ultra quality

    quality - quality

    balanced - balanced

    performance - performance


For reference, here is the formula used by FSR in case you want to make your own modes for different aspect ratios:

    Ultra Quality — 1.3x scaling

    Quality — 1.5x scaling

    Balanced — 1.7x scaling 

    Performance — 2x scaling

    

You can still alternatively use a custom mode as well:


WINE_FULLSCREEN_FSR=1 WINE_FULLSCREEN_FSR_CUSTOM_MODE=3938x1108 %command%


As noted -- you must set the in-game resolution to either the ultra resolution added or the custom mode you provide, and set fullscreen mode. 

The game will then up-scale that resolution to your screen's real size.


The resolution list may off one or two points as we now have more accurate values based on the aspect-ratio auto-calculation:


+    5120x1440 (32:9):

+    {2560, 720},  // 32:9 - 'FSR 32:9 Performance'

+    {3008, 846},  // 32:9 - 'FSR 32:9 Balanced'

+    {3424, 963},  // 32:9 - 'FSR 32:9 Quality'

+    {3936, 1107},  // 32:9 - 'FSR 32:9 Ultra Quality'

+

+    3840x2160 (16:9):

+    {1920, 1080},  // 16:9 - 'FSR 2160p Performance'

+    {2259, 1270}, // 16:9 - 'FSR 2160p Balanced'

+    {2560, 1440},  // 16:9 - 'FSR 2160p Quality'

+    {2954, 1662}, // 16:9 - 'FSR 2160p Ultra Quality'

+

+    3440x1440 (21:9):

+    {1720, 720}, // 21:9 - 'FSR ultra-wide Performance'

+    {2024, 847}, // 21:9 - 'FSR ultra-wide Balanced'

+    {2293, 960}, // 21:9 - 'FSR ultra-wide Quality'

+    {2646, 1108}, // 21:9 - 'FSR ultra-wide Ultra Quality'

+

+    2560x1080 (21:9):

+    {1280, 540}, // 21:9 - 'FSR ultra-wide Performance'

+    {1515, 639}, // 21:9 - 'FSR ultra-wide Balanced'

+    {1707, 720}, // 21:9 - 'FSR ultra-wide Quality'

+    {1963, 828}, // 21:9 - 'FSR ultra-wide Ultra Quality'

+

+    2560x1440 (16:9):

+    {1280, 720},  // 16:9 - 'FSR 1440p Performance'

+    {1506, 847},  // 16:9 - 'FSR 1440p Balanced'

+    {1706, 960},  // 16:9 - 'FSR 1440p Quality'

+    {1970, 1108}, // 16:9 - 'FSR 1440p Ultra Quality'

+

+    1920x1080 (16:9):

+    {960, 640},  // 16:9 - 'FSR 1080p Performance'

+    {1129, 635},  // 16:9 - 'FSR 1080p Balanced'

+    {1280, 720},  // 16:9 - 'FSR 1080p Quality'

+    {1477, 831},  // 16:9 - 'FSR 1080p Ultra Quality'


Download below:

https://github.com/GloriousEggroll/wine-ge-custom/releases/tag/GE-Proton7-21


More Creators