Screen brightness

Oct 07, 2010 23:10

Have you ever had your screen reduced its brightness after resume from suspend-to-RAM? Doesn't adjusting the actual backlight brightness change anything? Sometimes, some of the GPU registers aren't reloaded with the correct values, so you need to do that yourself:

xrandr --output LVDS1 --brightness 1
Also, you can try to check --gamma option.

suspend, xrandr

Previous post
Up