Usando o terminal & amp; digitando 'xrandr' produz
xrandr
Screen 0: minimum 320 x 200, current 1440 x 900, maximum 8192 x 8192
LVDS1 connected (normal left inverted right x axis y axis)
1366x768 60.0 +
1360x768 59.8 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 410mm x 260mm
1440x900 59.9*+ 75.0
1280x1024 75.0 60.0
1280x960 60.0
1152x864 75.0
1024x768 85.0 75.1 70.1 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
640x480 85.0 72.8 75.0 66.7 60.0
720x400 70.1
DP1 disconnected (normal left inverted right x axis y axis)
Agora veja o meu VGA1 está conectado (eu tenho um display duplo) por isso precisamos mudar seu brilho use:
xrandr --output VGA1 --brightness 0.7
um pode mudar 0.7 para qualquer coisa, menos 0! Além disso, você pode tornar este um script de inicialização padrão
Atualização: Tecla de controle de brilho reativar
gksu gedit /etc/default/grub
em seguida, altere
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
para
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
GRUB_CMDLINE_LINUX="acpi_osi=Linux"
salve e execute:
sudo update-grub
e reinicie o sistema para que as alterações entrem em vigor.