Skip to content

Instantly share code, notes, and snippets.

@alfredormz
Created February 9, 2018 12:33
Show Gist options
  • Save alfredormz/e7bd85f25396b60d698685ecd04309c6 to your computer and use it in GitHub Desktop.
Save alfredormz/e7bd85f25396b60d698685ecd04309c6 to your computer and use it in GitHub Desktop.
Change LCD brightness from command line in Linux
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