1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

xrandr: add brightness and q examples (#4417)

This commit is contained in:
Anna 2020-10-03 07:33:51 +05:00 committed by GitHub
parent 77f1cb8009
commit e4980a2191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,3 +21,11 @@
- Disable the VGA1 output:
`xrandr --output {{VGA1}} --off`
- Set brightness for LVDS1 to 50%:
`xrandr --output {{LVDS1}} --brightness {{0.5}}`
- See display hardware information:
`xrandr -q`