mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 19:59:47 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,16 +12,24 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List all compatible displays:
|
||||
|
||||
`ddcutil detect`
|
||||
`ddcutil {{[det|detect]}}`
|
||||
|
||||
- Change the brightness (option 0x10) of display 1 to 50%:
|
||||
- Query the first compatible display for capabilities:
|
||||
|
||||
`ddcutil {{[-d|--display]}} {{1}} setvcp {{10}} {{50}}`
|
||||
`ddcutil {{[cap|capabilities]}}`
|
||||
|
||||
- Increase the contrast (option 0x12) of display 1 by 5%:
|
||||
- Change the brightness (option `10`) of display 1 to 50%:
|
||||
|
||||
`ddcutil {{[-d|--display]}} {{1}} setvcp {{12}} {{+}} {{5}}`
|
||||
`ddcutil {{[-d|--display]}} 1 {{[set|setvcp]}} 10 50`
|
||||
|
||||
- Increase the contrast (option `12`) of display 1 by 5%:
|
||||
|
||||
`ddcutil {{[-d|--display]}} 1 {{[set|setvcp]}} 12 + 5`
|
||||
|
||||
- Change the display source (option `60`) of a display:
|
||||
|
||||
`ddcutil {{[-d|--display]}} {{1}} {{[set|setvcp]}} 60 0x{{0f}}`
|
||||
|
||||
- Read the settings of display 1:
|
||||
|
||||
`ddcutil {{[-d|--display]}} {{1}} getvcp {{ALL}}`
|
||||
`ddcutil {{[-d|--display]}} 1 {{[get|getvcp]}} ALL`
|
||||
|
||||
Reference in New Issue
Block a user