From 91223ed20cc56afeaceba846d17afde00dc11dbd Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sat, 22 Oct 2011 09:44:37 +0200 Subject: [PATCH] brightness hack --- a/aaa_cycojesus/config/etc/rc.d/rc.local | 3 +++ 1 file changed, 3 insertions(+) diff --git a/a/aaa_cycojesus/config/etc/rc.d/rc.local b/a/aaa_cycojesus/config/etc/rc.d/rc.local index 2352b984..5f0a548d 100755 --- a/a/aaa_cycojesus/config/etc/rc.d/rc.local +++ b/a/aaa_cycojesus/config/etc/rc.d/rc.local @@ -7,6 +7,9 @@ # make an /etc/rc.d/rc.local_shutdown script and put those # commands in there. +# dirty hack to let mortals adjust brightness on this laptop +chmod 666 /sys/class/backlight/intel_backlight/brightness + # Start vboxdrv # If you do not wish this to be executed here then comment it out, # and the installer will skip it next time.