On 12/11/2015 09:28, Shih-Yuan Lee
(FourDollars) wrote:
I think the first step is to identify which
backlight interface is able to actually change the brightness.
Usually there are two backlight interfaces under
/sys/class/backlight/, i.e. /sys/class/backlight/acpi_video0
and /sys/class/backlight/intel_backlight.
However you may see other different backlight interfaces
under /sys/class/backlight/. It depends on what hardware you
are using.
Executing `cat max_brightness` under those folders can see
the max brightness and then you can execute `echo $(($(cat
max_brightness)/2)) | sudo tee brightness` to adjust it to
about 50% brightness.
only /sys/class/backlight/intel_backlight is present.
max_brightness is 937
these commands have no effect on display brightness:
echo 0 >brightness
echo 468 >brightness
echo 937 >brightness
Regards,
Steph
|
_______________________________________________
Intel-gfx mailing list
Intel-gfx@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/intel-gfx