Absolutely, happy to outline the usecase. Really appreciate your taking the time.
I just need to state (perhaps obviously) that blindness, low vision and visual impairment are a spectrum. Blindness does not mean no vision at all. On any given day, my vision can be variable. Some days it’s better than others. Historically, I’ve used a mix of X11’s xrandr and custom themes from KDE 5.x onwards to build specific grades of contrast based on vision for any given day. It worked well.
When it comes to wanting sliders to be locked, here’s my clunky explanation of why, by way of my old x11 alias : - essentially locking those sliders by way of defining values identically because we’re not changing hues per se.
alias dim=‘xrandr --output DisplayPort-0 --gamma 0.850:0.850:0.850’
(I’m literally doing the same thing now in Wayland using a custom icc file, albeit loading variable gamma levels by file, clunky but workable, and hugely appreciate that option, it’s a gamechanger!)
The primary reasons for needing concise gamma control for me is specific to reading text; improving contrast for text and overall display clarity. Linux has had excellent font rendering for a while now, gamma control is the (final) missing piece that controls how dark or light shades look between “pure black” and “pure white” - I’ve put those in quotes because there’s technically no such thing when referencing monitors; every output will have a hue of one form or another. I think it’s a gamma level of 2.2 for the sRGB standard, if that gamma value is too low, your display looks washed out, too high and everything is just black. The colour temp really dictates whether whites look warm, neutral, or reddish. Sadly monitors don’t always come correctly calibrated in firmware, and not everyone has a colorimeter. (my old Asus VG248 was, for example, perfectly calibrated out of the box at 60Hz, and a washed out mess at 120Hz).
Thinking about it more widely, most people will adjust the white-point (colour temperature) of their monitor to professional requirements or personal taste - and different colour temperatures can need different levels of gamma (this is particularly important for anyone doing any kind of work with digital media, - not something I do, but another use case to point out).
Brightness ≠ Gamma. It never will. Brightness scales output intensity, while gamma reshapes mid-tones, reduces eyestrain without crushing blacks, it’s what’s actually needed more for visually impaired users in high-contrast environments. Wayland’s security model treats gamma as “display state”, not “user preference”, sensible in theory, but mildly hostile in practice. I think regardless of how it’s implemented, surfacing an accessible tool to compensate for both hardware as well as whatever visual acuity the user has, or doesn’t have, is the kindest thing KDE eV can do. We don’t often think of software as being kind, but there’s an opportunity here to highlight the ways in which KDE genuinely makes peoples’ lives better. Thanks again!