[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-07-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #20 from bog...@hlevca.com --- @bernie I could try this weekend. but I can't promise. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-07-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #19 from ber...@codewiz.org --- bogdan@, if you can build kwin from source, could you please test the fix and report back? -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-07-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 ber...@codewiz.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-07-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #17 from ber...@codewiz.org --- Oops, my fix triggers a crash in QOpenGLContext::format(). I can't investigate it at the moment because I don't have Qt built with debuginfo, but here's the backtrace: Thread 1 "kwin_x11" received signal

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-07-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #16 from ber...@codewiz.org --- This is my proposed fix: https://invent.kde.org/plasma/kwin/-/merge_requests/97 It's not elegant, but should get the job done. Please review and test. -- You are receiving this mail because: You are

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-07-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=406302 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #15 from Bug

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-07-05 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=406302 Postix changed: What|Removed |Added CC||pos...@posteo.eu -- You are receiving this mail

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-06-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406302 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-06-24 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=406302 Vlad Zahorodnii changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-06-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #14 from ber...@codewiz.org --- Looks like kwin extracts the bits from the QImage to draw it via xcb_put_image(): https://invent.kde.org/plasma/kwin/-/blob/master/plugins/scenes/xrender/scene_xrender.cpp#L1249-1253 I don't see a way to

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-06-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #13 from ber...@codewiz.org --- (In reply to Vlad Zahorodnii from comment #12) > I'm not 100% sure, but maybe the problem is that we're using > QImage::Format_ARGB32_Premultiplied instead of > QImage::Format_A2RGB30_Premultiplied over here >

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-06-18 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #12 from Vlad Zahorodnii --- I'm not 100% sure, but maybe the problem is that we're using QImage::Format_ARGB32_Premultiplied instead of QImage::Format_A2RGB30_Premultiplied over here

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-06-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #11 from ber...@codewiz.org --- (In reply to bogdan from comment #10) > I had the same problem but I learned from the comments. You need > compositing on for 30 bit colors. Read the comments on this thread. > > This may not be a bug.

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-06-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #10 from bog...@hlevca.com --- (In reply to bernie from comment #8) > NOTE: only happens with a 30-bit visual and compositing *off*. I had the same problem but I learned from the comments. You need compositing on for 30 bit colors. Read

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-06-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #9 from ber...@codewiz.org --- Created attachment 129380 --> https://bugs.kde.org/attachment.cgi?id=129380=edit Purple decorations with 30bit visual -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-06-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 ber...@codewiz.org changed: What|Removed |Added Status|REPORTED|CONFIRMED Platform|openSUSE RPMs

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2019-04-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #7 from bog...@hlevca.com --- I guess that this is what you were looking for: Compositing === Compositing is not active You were right, it was not active, but not because I din not enable it but because it crashed and was not

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2019-04-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #6 from David Edmundson --- >Yes, I have compositing on. Are you sure? I can't see any shadows there. Can I have your qdbus org.kde.KWin /KWin org.kde.KWin.supportInformation -- You are receiving this mail because: You are watching all

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2019-04-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #5 from bog...@hlevca.com --- Yes, I have compositing on. I have not tried 30 bit color in some time. Before I fixed things using QT_NATIVE but this is not working in the new QT. On Thu, Apr 25, 2019, 06:12 David Edmundson, wrote: >

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2019-04-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=406302 David Edmundson changed: What|Removed |Added CC||k...@davidedmundson.co.uk --- Comment #4

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2019-04-25 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=406302 --- Comment #3 from Vlad Zagorodniy --- Heh, I guess Aurorae decorations suffer from the issue, right? -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2019-04-25 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=406302 Christoph Feck changed: What|Removed |Added Version|5.56.0 |5.15.0 Product|frameworks-plasma