Ajustar o brilho no Lubuntu 16.04

0

Eu gosto de ajustar minha luz de fundo. Lá eu estava tentando usar

sudo apt-get install -y xbacklight
[sudo] password for ubuntu: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
xbacklight is already the newest version (1.2.1-1build1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

sem sucesso algum. Segue minha placa gráfica e o driver:

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G73 [GeForce 7600 GT] [10de:0391] (rev a1)
    Kernel driver in use: nouveau
    Kernel modules: nvidiafb, nouveau

E aqui vem minhas configurações atuais de brilho e resolução:

Gamma:      1.0:1.0:1.0
Brightness: 1.0
Screen 0: minimum 320 x 200, current 1920 x 1200, maximum 4096 x 4096
VGA-1 disconnected (normal left inverted right x axis y axis)
LVDS-1 connected 1920x1200+0+0 (normal left inverted right x axis y axis) 470mm x 300mm
    
por Hölderlin 31.10.2016 / 18:28

1 resposta

0

Eu desinstalei a luz de fundo e usei o comando:

sudo bash -c "echo 1 > /sys/class/backlight/apple_backlight/brightness;

para definir o baklight como "1". Eu posso usar um inteiro no intervalo de 1 a 15.

    
por Hölderlin 04.11.2016 / 00:46