sudo add-apt-repository ppa:voria/ppa sudo apt-get install samsung-toolsthen use the Fn+F5 you can turn on/off the screen. However, still cannot adjust the brightness.
Searched around and found the following commands can turn screen bright/dark:
- To turn it bright:
sudo setpci -s 00:02.0 F4.B=CC
- To turn it dark:
sudo setpci -s 00:02.0 F4.B=50
lspci -s 00:02.0 -xxx | grep f0: | awk '{print $6}'
With the above commands, it is possible to write a script to adjust the brightness and bind it to key combination.
No comments:
Post a Comment