Brightness problem after upgrade Ubuntu 13.10
Posted
by
Daniel Yunus
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Daniel Yunus
Published on 2013-10-18T03:12:48Z
Indexed on
2013/10/18
4:12 UTC
Read the original article
Hit count: 336
I have upgrade to 13.10 recently. But, the brightness is working after I add this in version 13.04 before. After I upgrade to 13.10, this code is not working on ASUS Slimbook X401U
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
echo 0 > /sys/class/backlight/acpi_video0/brightness
exit 0
© Ask Ubuntu or respective owner