View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#16
Originally Posted by Aonsaithya View Post
Try this in terminal:
Code:
root
echo >/sys/class/backlight/acx565akm/brightness 0
Edit:
You can make a Desktop Command Execution widget with this script (DO NOT SET IT TO RUN ON BOOT OR PERIODICALLY ):
Code:
echo "echo 0 > /sys/class/backlight/acx565akm/brightness" | sudo gainroot | echo ""
I don't know if setting the brightness to zero will actually turn off the backlight.

For the backlight itself (without (directly) affecting the brightness) use:
(turn off)
# echo 1 > /sys/class/backlight/acx565akm/bl_power

(turn on)
# echo 0 > /sys/class/backlight/acx565akm/bl_power
 

The Following 3 Users Say Thank You to reinob For This Useful Post: