Autumn
Autumn
Do you have any info on the version of SteamOS you were using at the time and maybe send the coredump? I can grab symbols from the version at the...
There is a gamescope-debug package. Thanks for the dump! I'll try and check it out now :)
The abort is this: ``` if ( g_DRM.current.mode_id == 0 ) { xwm_log.errorf("We failed our modeset and have no mode to fall back to! (Initial modeset failed?): %s", strerror(-ret)); abort();...
Thanks, refresh sounds like a good lead
I have an obs studio branch that uses the gamescope pipewire interface
Yes, but the overlay on Steam Deck uses an overlay plane and doesn't hook into the game like on desktop
Gamescope provides the EDID in a path in an atom on the root window. Its called like GAMESCOPE_PATCHED_EDID_PATH iirc
It should yes.
The feedback is surface based rather than display based though. I am very opposed to having it be display based (so is the other protocol). It just leads to terrible...
> So, for SDL, does it make sense for these properties to be on the window? I think so, on Windows SDL'd use the display the window is on, on...