📜  调整第二台显示器亮度 linux - 不管代码示例

📅  最后修改于: 2022-03-11 14:57:39.207000             🧑  作者: Mango

代码示例1
# Get the name of current monitors
xrandr --listactivemonitors

# Adjust the monitor brightness
xrandr --output  --brightness 0.5

#Example
xrandr --output HDMI-1-1 --brightness 0.5