On X, I could change gamma by tuning the xorg.conf file and add a "Gamma" line with the right value to the "Monitor Section". How do I do this on wayland? [edit]Or: What's the name of the tool for doing this in wayland and how can I make that config persistent?·[/edit]
Try
ddcutil
to set it.When I run this, I get this control for Gamma:
But I think every monitor is different. My Dell 24" doesn't seem to allow changing that entry, but it does allow me to set brightness, e.g, with
ddcutil setvcp ...
So your mileage may vary, but it is worth it to try.
Also, I haven't figured out yet if gamma is something your set for monitor, or for graphics card? If you are on nvidia, you could also try the
nvidia-settting
tool.