this post was submitted on 02 Nov 2025
815 points (98.2% liked)

Technology

76646 readers
3143 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] kinther@lemmy.world 25 points 3 days ago (1 children)

The only games I've struggled with are those with codecs that are not distributed with Proton. Installing GE-Proton solved it.

99.99% of games on Linux unlocked.

[–] Axolotl_cpp@lemmy.ml 11 points 3 days ago (1 children)

GE-proton what add to proton? Beside codecs

[–] Electricd@lemmybefree.net 15 points 3 days ago* (last edited 3 days ago) (1 children)

From their readme:

Things it contains that Valve's Proton does not:

  • Additional media foundation patches for better video playback support
  • AMD FSR patches added directly to fullscreen hack that can be toggled with WINE_FULLSCREEN_FSR=1
  • FSR Fake resolution patch details here
  • Nvidia CUDA support for PhysX and NVAPI
  • Raw input mouse support
  • 'protonfixes' system -- this is an automated system that applies per-game fixes (such as winetricks, envvars, EAC workarounds, overrides, etc).
  • Various upstream WINE patches backported
  • Various wine-staging patches applied as they become needed
  • NTSync enablement if the kernel supports it.
[–] FauxLiving@lemmy.world 13 points 3 days ago (1 children)

protonfixes is huge, all of those weird little things you had to do like changing dll versions or installing .net are just stored in a script that is automatically run when it detects what game you're playing.

Also, GE-proton updates more frequently and those updates include current versions of the underlying programs (dxvk, wine, etc) so any fixes that are made in these underlying systems will be available in GE-proton very quickly.

[–] Electricd@lemmybefree.net 5 points 3 days ago* (last edited 3 days ago) (1 children)

Thanks for the additional infos!

Here is the protonfixes repo for reference: https://github.com/Open-Wine-Components/umu-protonfixes

Someone might want to ping that .ml user, since I’m instance banned from there, they won’t be able to see my answer

[–] FauxLiving@lemmy.world 1 points 3 days ago* (last edited 3 days ago) (1 children)