Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Is that on Xorg, or on Wayland? On Xorg, a bunch of different processes can try to take control over the gamma_lut of a screen (like night light in KWin vs the gamma settings page vs some games like CS2 vs colord), so if you're on Xorg I'd be surprised if you didn't have issues with it sooner...
Xorg, but it has worked without issues on Fedora for over a year, and it also worked on Xubuntu before that :/
I know nvidia-settings messes up the colors if I open its GUI, but I haven't found any other program which does so. I do use nvidia-settings from a script when power limiting + overclocking my GPU, but I have verified that it doesn't mess with the colours, and I've also had it for almost a year so it's not new.
I am so glad to have come across this post because I thought I was going crazy. My colour was resetting and darkening, figured I was somehow hitting the button by mistake for it on my monitor to change between a preset or something. Had no idea the monitor could be controlled from the pc like that?
Glad I am not the only one having this problem
Colour management/correction is done by the computer without involving the monitor afaik.
But I have a suspicion what might be causing your issue.. Computers can indeed control monitor settings such as brightness and power on/off through something which I believe is called DDC/CI (in case you wanna search for more information). When I bought a new Dell monitor I got an issue where it would randomly change brightness every now and then. I have my Linux PC hooked up to 2 monitors, and my work Windows laptop also connected to one of them. So while I was working, my own PC would think that I was idle and dimmed the screens. However, unlike my old monitors, the Dell would accept DDC/CI commands on all connections, not only the selected one. I just turned off monitor dimming in KDE control panel power settings as a workaround, and let it turn the monitor signal off immediately on inactivity.
While researching the issue, I also came across multiple posts by people having problems with Dell monitors randomly changing brightness, with only one computer connected, so it could also be that.. Dell has a reset procedure which they claim should fix it, but it's different for pretty much every model, so you'll have to find the one for yours, in case you have a Dell monitor. Some people wrote that it didn't work and they had to RMA the monitors.
This post has also confirmed that I, also, am not crazy. I knew its was changing randomly!
No idea other than some ideas to maybe debug this.
Maybe monitor process executions and see what is going on? Either using the auditing subsystem, https://secopsmonkey.com/monitoring-process-execution-with-auditd.html of BFP perhaps. I saw a look of BFP but not sure if it is a good result: https://medium.com/@yunwei356/ebpf-tutorial-by-example-7-capturing-process-execution-event-printing-output-with-perf-event-cc6213d19c76
Thanks! I'll give it a try. Never used it before but it sounds interesting
I'm away from my computer right now, so Im not 100% sure, but I think you can set display profiles. You should be able to set a display profile that will auto load on login and should set your display options that you want. Maybe this can work despite the colord issues?
I'll verify if kde display profiles are a thing and if they can help your use case tomorrow.
I meant I use the KDE colour management settings to set the calibrated icc profiles for each display. I guess it uses colord under the hood, since restarting the service reloads the profiles. Or did you mean some other kind of display profile?
Sorry. I think it was gnome I was thinking about. The display configuration for gnome allows for specifying layout and advanced profiles when it detects certain monitors are plugged in. Things like dpi, font size, etc. I have a computer hooked up to my TV that runs gnome and another that upstairs running kde
No worries, any attempt to help solve this is welcome :)