Luminosité de l'écran

la carte graphique est visiblement mal gérée.

lspci -nnk | grep -i vga -A2

$ lspci -nnk | grep -i vga -A2
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:591b] (rev 04)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:115a]
Kernel modules: i915

Mouais. Y’a pas un « gestion de carte graphique howto » ?

Probablement mal géré par les anciens noyaux linux
Exemple

Avec quel noyau fonctionnes tu?

uname -a

$ uname -a
Linux <computerid> 4.9.0-2-amd64 #1 SMP Debian 4.9.18-1 (2017-03-30) x86_64 GNU/Linux

C’est donc récent.

il ne te reste plus qu’ à espérer que ton matériel soit mieux reconnu dans les prochains noyaux :grinning:
il devrait y avoir quelquechose dans /sys/class/backlight

Exemple
# ls -alrt /sys/class/backlight
total 0
drwxr-xr-x 46 root root 0 avril 14 15:19 …
lrwxrwxrwx 1 root root 0 avril 14 15:19 radeon_bl1 -> …/…/devices/pci0000:00/0000:00:02.0/0000:02:00.0/drm/card1/card1-LVDS-2/radeon_bl1
lrwxrwxrwx 1 root root 0 avril 14 15:19 radeon_bl0 -> …/…/devices/pci0000:00/0000:00:01.0/0000:01:05.0/drm/card0/card0-LVDS-1/radeon_bl0
lrwxrwxrwx 1 root root 0 avril 14 15:19 acpi_video1 -> …/…/devices/pci0000:00/0000:00:02.0/0000:02:00.0/backlight/acpi_video1
lrwxrwxrwx 1 root root 0 avril 14 15:19 acpi_video0 -> …/…/devices/pci0000:00/0000:00:01.0/0000:01:05.0/backlight/acpi_video0