No login, o brilho vai para o mínimo, volta rapidamente ao máximo e não muda mais

1

Eu atualizei meu Ubuntu para 15:04, mas depois disso eu não consigo mais reduzir o brilho. Mesmo quando tento usar as teclas FN, o indicador varia, mas o brilho não muda.

Eu tentei muitas maneiras de alterar o brilho, mas nada funciona. Parece que os drivers de vídeo não respondem ao comando.

Pode ser útil:

~$ ls /sys/class/backlight/
intel_backlight

20-intel.conf:

Section "Device"
    Identifier  "card0"
    Driver      "intel"
    Option      "Backlight"  "intel_backlight"
    BusID       "PCI:0:2:0"
EndSection

Sobre o meu laptop:

~$ lspci -k | grep -EA2 'VGA|3D'

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core
processor Graphics Controller (rev 09)
Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device 2032
Kernel driver in use: i915

Gráficos: Intel® Ivybridge Mobile
Modelo : Positivo S1991i exclusivo

    
por JLuann 09.09.2015 / 06:25

1 resposta

0

Executar no terminal

sudo -H gedit /usr/share/X11/xorg.conf.d/20-intel.conf

O editor será aberto. Publique este texto

Section "Device"
        Identifier  "card0"
        Driver      "intel"
        Option      "Backlight"  "intel_backlight"
        BusID       "PCI:0:2:0"
EndSection

Salve o arquivo e reinicie.

    
por Pilot6 09.09.2015 / 12:04