mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:26:01 +02:00
xbacklight: add page (#3273)
This commit is contained in:
parent
f840d3d0dc
commit
24f79fe233
1 changed files with 24 additions and 0 deletions
24
pages/linux/xbacklight.md
Normal file
24
pages/linux/xbacklight.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# xbacklight
|
||||
|
||||
> Utility to adjust backlight brightness using the RandR extension.
|
||||
> More information: <https://gitlab.freedesktop.org/xorg/app/xbacklight>.
|
||||
|
||||
- Get the current screen brightness as a percentage:
|
||||
|
||||
`xbacklight`
|
||||
|
||||
- Set the screen brightness to 40%:
|
||||
|
||||
`xbacklight -set {{40}}`
|
||||
|
||||
- Increase current brightness by 25%:
|
||||
|
||||
`xbacklight -inc {{25}}`
|
||||
|
||||
- Decrease current brightness by 75%:
|
||||
|
||||
`xbacklight -dec {{75}}`
|
||||
|
||||
- Increase backlight to 100%, over 60 seconds (value given in ms), using 60 steps:
|
||||
|
||||
`xbacklight -set {{100}} -time {{60000}} -steps {{60}}`
|
Loading…
Add table
Reference in a new issue