O brilho da tela para o hp probook 4540s não funciona?

1

Eu apliquei

$ gksu gedit /etc/default/grub

Código: Se você alterar este arquivo, execute update-grub para atualizar

/boot/grub/grub.cfg.
For full documentation of the options in this file, see:
info -f grub -n 'Simple configuration''
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR= lsb_release -i -s 2> /dev/null || echo Debian
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="acpi_backlight=vendor"

Salve e feche o gedit, em seguida:

sudo update-grub
sudo reboot 

E nada mudou Eu instalei o Ubuntu 13.04 amd 64 Socorro!

    
por Waqas 09.10.2013 / 04:31

1 resposta

3

Também fiquei perplexo com este, mas tudo o que você precisa fazer é adicionar o acpi_backlight=vendor

aqui:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"

link

    
por user212658 08.11.2013 / 11:38