Christopher Snowhill
Christopher Snowhill
Also don't forget to make sure that debuginfod support is turned on for symbols for official packages to download. Technically, you don't need the debug symbols to log the crash,...
You have to wait for the upload to finish before clicking submit.
Log output from console that only happens for labwc. It does not happen when enabling tearing for that output on sway. ``` Apr 26 02:30:50 copycat uwsm_labwc[18407]: 02:51:02.301 [ERROR] [types/output/output.c:600]...
This appears to be a kernel issue: https://gitlab.freedesktop.org/drm/amd/-/issues/4263
I mean, sure, I could import this, but I won't have anything to produce new builds with.
Also, why did you do this manually? My regular process would have been to format-patch the upstream repository and apply the patches, modifying the code as necessary where the patches...
I have updated past the snapshot you updated to, but in a branch. It would be most helpful if you could update the libvgmstream project file to include the new...
By the way, for the future reference, format-patch generation should work from the last merged commit hash, which is on the long form version tag that I include with each...
Here's an alternative test patch: ```patch diff --git a/src/backend.h b/src/backend.h index 862257f..9f3f2db 100644 --- a/src/backend.h +++ b/src/backend.h @@ -311,7 +311,9 @@ namespace gamescope virtual std::span GetSupportedModifiers( uint32_t uDrmFormat ) const...
It runs deeper than this. It attempts to use implicit modifiers, as it will fail trying to use LINEAR due to the texture size limit of 2560x2560 on RADV.