https://bugs.kde.org/show_bug.cgi?id=488941
--- Comment #33 from Stephanie <ponyosunsh...@gmail.com> --- (In reply to Stephan from comment #32) > 2 thoughts again from my side.... > > it does work when changing the setting manually and applying the > configuration... the screen changes the input... mine also displays as small > info box where i can see it switches to HDR output (this does never happen > after ah reboot) > > but basically why is it even working when done manually? is it because > before it was disabled? because event then it just don't line up.. when you > didn't apply the settings to sddm, sddm itself is coming up fine without > HDR, and after login it would/should switch to HDR Output almost the same as > when you enable it manually?? whats the difference there? > > and is there ah possible workaround? is there any command available to > enable/disable HDR so we might can add this so session logon/logoff (through > SDDM?), so on logoff HDR gets disabled by ah command, and after logon it > gets enabled again? Try this (you'll need to install yq): ``` fix-kwin.sh: #!/bin/sh ~/bin/yq -iP '.[0].data[0].highDynamicRange = false | .[0].data[0].wideColorGamut = false' ~/.config/kwinoutputconfig.json ``` -- You are receiving this mail because: You are watching all bug changes.