LCD Brightness

From ThinkWiki
Revision as of 02:32, 4 March 2008 by Lanoxxthshaddow (Talk | contribs) (X61 link)
Jump to: navigation, search
This page is a stub

You can help ThinkWiki by expanding it.

LCD Brightness

This worked for my X61:

Once your brightness keys work, you can set the brightness by writing to the procfs:

# echo 100 > /proc/acpi/video/VID1/LCD0/brightness

using a script and acpid events. However this may lead to a bug (screen flickers) described on the Debian mailing list [[1]]. This bug is related to the X server as it does not occur on the tty1. To fix it change your xrandr backlight control to native:

$ $xrandr --output LVDS --set BACKLIGHT_CONTROL native