mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
xrandr: add brightness and q examples (#4417)
This commit is contained in:
parent
77f1cb8009
commit
e4980a2191
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user