Support for Gamma Ramps(?) #313
Unanswered
stellarpower
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The gamma settings are not baked into frame buffers; they're passed on to the GPU. I think that the GPU might even pass them on to the monitor (but I'm not sure about that bit), in which case, not even DRM write-back will give you an image with the gamma applied. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Wayvnc just works - thanks!
One of the main reasons I'm using a wlroots compositor at the moment is support for performing gamma ramps using the zwlr_gamma_... protocol extensions. See gammastep for an example.
As I expected, when I connect via VNC, I can see the screen fine, but the gamma isn't applied to the virtual copy of the output - I see a copy of my hardware screen on my remote computer, but, the scree brightness us unaffected whilst the hardware output does have the ramp applied. The same has happened when taking screenshots and sharing through browser/screen recording before.
Do you know if wayvnc would be able to support this at all? Or will it necessarily be limited to the physical output? I'm not massively clued up on how wayland works under the bonnet, but I've taken a brief look at the implementation within wayfire, so wouldn't be enormously surprised if the way wayvnc hooks into the stack would mean it is unable to see the rendered frames.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions