Sei sulla pagina 1di 1

Control brillo en Ubuntu, Kubuntu y Mint (fn) - Ta... https://www.taringa.net/posts/linux/15948468/Co...

Control brillo en
Ubuntu, Kubuntu y Mint (fn)
con kubuntu (bueno casi todos los basados en debian) me funcion el
tema de los controles del brillo de la siguiente manera:

Si enes GRUB abre una terminal y escribes:


$ sudo nano /etc/default/grub

- Te saldr un texto similar a esto:

# If you change this le, run 'update-grub' aerwards to update


# /boot/grub/grub.cfg.
# For full documentaon of the opons in this le, see:
# info -f grub -n 'Simple conguraon'

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=""
blablabla.........

- en la lnea
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

- modicas y la dejas de la siguiente manera:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux


acpi_backlight=vendor"

- guardas y cierras con las teclas


(control+o) (control+x)

- luego actualizas el gestor de arranque (grub) de la siguiente manera:

$ sudo update-grub

reinicias y debera funcionar.

En caso que uses BURG, hace el mismo proceso pero para burg

abre una terminal y escribes:


$ sudo nano /etc/default/burg

- Te saldr un texto similar a esto:

# If you change this le, run 'update-grub' aerwards to update


# /boot/burg/burg.cfg.
# For full documentaon of the opons in this le, see:
# info -f burg -n 'Simple conguraon'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
1 of 1 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` 17/03/17 19:05
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
blablabla.........

Potrebbero piacerti anche