Created
February 9, 2018 12:33
-
-
Save alfredormz/e7bd85f25396b60d698685ecd04309c6 to your computer and use it in GitHub Desktop.
Change LCD brightness from command line in Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xrandr -q | grep " connected" | |
#LVDS-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm | |
xrandr --output LVDS-1 --brightness 0.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment