View Single Post
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#25
Originally Posted by butler View Post
You can reduce screen brightness further. Try in terminal:
Code:
root
echo >/sys/class/backlight/acx565akm/brightness 3
Number in the command should be in range 1..255. Change is temporary -- it lasts till next brightness autoadjust or screen on/off cycle.
I am sure you mean:

Code:
root
echo 3 > /sys/class/backlight/acx565akm/brightness
 

The Following User Says Thank You to 9000 For This Useful Post: