Autumn

Results 592 comments of Autumn

You can just pull request it, see how FSR and NIS are implemented in Gamescope. Please also provide comparisons.

There are a bunch of displays that completely break if you send them 0s here on the wire. They start to tonemap super aggressively, etc. Knowing the mastering display metadata...

There has been no code change that would affect this issue in Gamescope or Main OS, so very strange that you are seeing that. Perhaps your unit is in a...

It's probably the Wayland backend not having stuff play nicely with xtest stuff Steam is doing. I'll investigate.

You need an XWayland compiled with libei support.

You can't do HDR on X11/XWayland. You need to set WAYLAND_DISPLAY

Sorry, you are launching the game, so it needs GAMESCOPE_WAYLAND_DISPLAY, not WAYLAND_DISPLAY. It also needs ENABLE_GAMESCOPE_WSI=1 I don't get why this would change anything about overlay though. Does it work...

You only need GAMESCOPE_WAYLAND_DISPLAY, no extra flag

I tried removing the code in `spawn_client` to mess with LD_PRELOAD which got the overlay to work and hook into the game inside Gamescope -- but unfortunately it ends up...

Your GPU is too old to support modifiers. I need to add a non-modifier fallback.