wes85melis
(usa Linux Mint)
Enviado em 30/01/2015 - 23:04h
Pessoal,
estou regulando o brilho do meu notebook com a tecla fn ou ajustando diretamente no menu, mas ao reiniciar ele coloca o brilho no máximo novamente.
Quando eu usava a versão com Unity, consegui salvar usando o script abaixo:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
echo 32 > /sys/class/backlight/acpi_video0/brightness
exit 0
Mas nessa versão com Gnome, não ta dando certo. Alguém já passou por isso aí ?
Obrigado pela atenção.