Bonjour
Tu pourrais t'inspirer de cette
petite investigation en ligne de commande sur mon Lenovo T450 :
root@debT450:~# ls -l /sys/class/backlight/
total 0
lrwxrwxrwx 1 root root 0 avril 30 13:47 intel_backlight -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
root@debT450:~#
root@debT450:~# ls -l /sys/class/backlight/intel_backlight/
total 0
-r--r--r-- 1 root root 4096 avril 30 13:54 actual_brightness
-rw-r--r-- 1 root root 4096 avril 30 13:54 bl_power
-rw-r--r-- 1 root root 4096 avril 30 13:48 brightness
lrwxrwxrwx 1 root root 0 avril 30 13:54 device -> ../../card0-eDP-1
-r--r--r-- 1 root root 4096 avril 30 13:54 max_brightness
drwxr-xr-x 2 root root 0 avril 30 13:54 power
lrwxrwxrwx 1 root root 0 avril 30 13:54 subsystem -> ../../../../../../../class/backlight
-r--r--r-- 1 root root 4096 avril 30 13:54 type
-rw-r--r-- 1 root root 4096 avril 30 13:54 uevent
root@debT450:~#
root@debT450:~# cat /sys/class/backlight/intel_backlight/brightness
852
root@debT450:~#
root@debT450:~# echo 400 >/sys/class/backlight/intel_backlight/brightness
root@debT450:~#
Là, j'ai mis à 400 juste pour réduire de moitié la luminosité de mon écran,
mais j'aurais tout aussi bien pu lui envoyer un zéro pour éteindre complètement le rétro-éclairage.
Voir aussi :
https://wiki.archlinux.org/index.php/backlight