[ltp] Re: thinkpad_acpi max brightness

linux-thinkpad@linux-thinkpad.org linux-thinkpad@linux-thinkpad.org
Wed, 03 Dec 2008 09:12:08 +0800


>>>>> "AB" == Adrian Bastholm <adrian@javaguru.org> writes:

AB> I'm experiencing the same with a TP R50e, I think this is related
AB> to gnome power daemon. See in the dmesg log (and other logs if you
AB> get brightness related errors) /adrian

All I know is on my R50e in root's .bash_profile I do

j=/tmp/.jidanni_thinkpad_brightness
! test -f $j && ! pidof xdm > /dev/null &&
/sbin/rmmod thinkpad-acpi &&
/sbin/modprobe thinkpad-acpi brightness_mode=2 &&
touch $j;; # http://bugs.debian.org/485465