Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Admin message
Equinix is shutting down its operations with us on April 30, 2025. They have graciously supported us for almost 5 years, but all good things come to an end. We are expecting to transition to new infrastructure between late March and mid-April. We do not yet have a firm timeline for this, but it will involve (probably multiple) periods of downtime as we move our services whilst also changing them to be faster and more responsive. Any updates will be posted in freedesktop/freedesktop#2011 as it becomes clear, and any downtime will be announced with further broadcast messages.
Created attachment 136675
Desktop with compton --backend glx
RX 480, mesa master.
Running compton --backend glx produces the effect in the attached image. The colors are corrupted, but some applications look correct.
There is one situation where I have seen a similar effect not involving compton and that is kwin's window preview of SteamVR's vrmonitor: https://www.youtube.com/watch?v=IHHQS_Q5uqE. All other window previews work correctly, it's only the vrmonitor that's broken.
But that's enough to say it's not a compton specific problem.
Attachment 136675, "Desktop with compton --backend glx":
Version: git
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
st/dri: Add support for BGR[A/X]1010102 formats.Exposes RGBA 10 10 10 2 and 10 10 10 0 visuals andfbconfigs for rendering.Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com>Reviewed-by: Marek Olšák <marek.olsak@amd.com>Signed-off-by: Marek Olšák <marek.olsak@amd.com>
compton didn't cause problems for me under default 24 bit color-depth on X-Server 1.19.3.
But Christoph's setup is running the new server 1.19.6, and the glxinfo shows various new 32 bit visuals, not only rgba 8 8 8 8 but also rgba 10 10 10 2.
1.19.6 contains the patch "glx: Duplicate relevant fbconfigs for compositing visuals" backported from master, adding lots new 32 bpp compositing visuals, so that might trigger the problems?
This patch fixes the problem with compton, as tested against server 1.19 branch. Also applies cleanly against master, but i haven't tested it on master yet.
So far tested with KDE-5, compiz, and compton, on ati-ddx under Radeon gfx, both screen depth 24 and 30.
Created attachment 137087 [details] [review]
Possible fix, tested against server 1.19 branch.
This patch fixes the problem with compton, as tested against server 1.19
branch. Also applies cleanly against master, but i haven't tested it on
master yet.
So far tested with KDE-5, compiz, and compton, on ati-ddx under Radeon gfx,
both screen depth 24 and 30.
It's been pointed out it's not Obs as TyMiles2012 moved back from the Oibaf PPA on Ubuntu 17.10.1 back to standard drivers and it no longer affects him.
It's been pointed out it's not Obs as TyMiles2012 moved back from the Oibaf
PPA on Ubuntu 17.10.1 back to standard drivers and it no longer affects him.
That doesn't mean it's a Mesa bug, just that the OBS issue was triggered by a change in Mesa's behaviour (it now exposes 10-bit-per-component colour configs).