con kubuntu (bueno casi todos los basados en debian) me funcionó el tema de los controles del brillo de la siguiente manera:
Si tienes GRUB abre una terminal y escribes:
$ sudo nano /etc/default/grub
- Te saldrá un texto similar a esto:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
- 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 debería 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 file, run 'update-grub' afterwards to update
# /boot/burg/burg.cfg.
# For full documentation of the options in this file, see:
# info -f burg -n 'Simple configuration'
- guardas y cierras con las teclas
(control+o) (control+x)
- luego actualizas el gestor de arranque de la siguiente manera:
$ sudo update-burg
reinicias y debería funcionar.
En algunas distros 12.10 no me funcionó, sin embargo en éste post de charlylennon hay otra solución muy decente y fácil de aplicar:
http://www.taringa.net/posts/linux/8344358/Samsung-R430-BACKLIGHT_brillo-Ubuntu-10_04.html
Saludos.
Fuentes de Información
El contenido del post es de mi autoría, y/o, es un recopilación de distintas fuentes.
3 comentarios
Saludos.