I found that
- Code: Select all
echo -n 87 > /proc/acpi/video/VGA/LCDD/brightness
works as root. However neither adding this to rc.local nor adding this to xfce autostart seems to work
But then from root console it works.
echo -n 87 > /proc/acpi/video/VGA/LCDD/brightnesssleep 30 && echo -n 87 > /proc/acpi/video/VGA/LCDD/brightness(sleep 30 && echo -n 87 > /proc/acpi/video/VGA/LCDD/brightness ) &