我知道我可以用
ddcutil getvcp 0x10
VCP code 0x10 (Brightness ): current value = 75, max value = 100
但是有没有办法查看所有可用的亮度设置ddcutil setvcp 0x10
?或者用其他命令?
答案1
使用sudo ddcutil getvcp <feature>
应该返回该特征的当前值和最大值。
例如:
$ sudo ddcutil getvcp 0x10
VCP code 0x10 (Brightness): current value = 75, max value = 100
值的最小值通常为 0,增量为 1;即 0、1、2、3......100。