This question overlaps with Lenovo ThinkPad X1 Yoga OLED Brightness and Can't control the display brightness on Lenovo X1 yoga OLED, except that these questions' answers reduces the color depth because it's software solution, and not hardware like pulse width modulation used on android phones, which reduces brightness but not color depth.
How can it be done with Ubuntu/Linux?
xrandr --gamma
options in conjunction with thexrandr --brightness
option? – WinEunuuchs2Unix Feb 09 '18 at 11:520.9:0.9:0.9
and that made it worse then maybe something like1.1:1.1:1.1
will make it better? – WinEunuuchs2Unix Feb 09 '18 at 11:57modprobe imx-pwm
to get pwm in/sys
but I got an error that the module not found, I think that link is outdated or I am missing something. – LyingOnTheSky Feb 09 '18 at 12:01