How to change the Monitor brightness on Linux?

前端 未结 9 554
离开以前
离开以前 2020-12-24 07:38

How do I programmatically change the monitor brightness on Linux?

I\'m using SLES 11.

9条回答
  •  生来不讨喜
    2020-12-24 08:28

    On my machine I run the following as root:

    echo -n 10 > /sys/devices/virtual/backlight/acpi_video0/brightness
    

提交回复
热议问题