add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

21
pages.zh/linux/ddcutil.md Normal file
View File

@@ -0,0 +1,21 @@
# ddcutil
> 通过 DDC/CI 控制连接显示器的设置。
> 此命令需要加载内核模块 `i2c-dev`。另见:`modprobe`。
> 更多信息:<https://www.ddcutil.com>。
- 列出所有兼容的显示器:
`ddcutil detect`
- 将显示器 1 的亮度(选项 0x10设置为 50%
`ddcutil --display {{1}} setvcp {{10}} {{50}}`
- 将显示器 1 的对比度(选项 0x12提高 5%
`ddcutil -d {{1}} setvcp {{12}} {{+}} {{5}}`
- 读取显示器 1 的设置:
`ddcutil -d {{1}} getvcp {{ALL}}`