I have Xubuntu 12.04 with latest updates on Toshiba Satellite A210-15K laptop
semen@bloknot:~$ uname -a
Linux bloknot 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
...and I can't adjust LCD brightness (. I tried to use fnfx tool:
semen@bloknot:~$ fnfx-client
FnFX Client v0.3 (c) 2003, 2004 Timo Hoenig <thoenig@nouse.net>
fatal error: Could not open "/home/semen/.fnfxrc". Please make sure that the default config is accessible.
...and xbacklight:
semen@bloknot:~$ xbacklight
No outputs have backlight property
...and I tried to add acpi_osi=Linux and acpi_backlight=vendor parameters in GRUB config, but nothing happens.
I soppose .fnfxrc file must be available after installation or first fnfx demon lauch. Isn't it?
semen@bloknot:~$ cat /sys/class/backlight/toshiba/brightness
-5
semen@bloknot:~$ cat /sys/class/backlight/toshiba/max_brightness
7
semen@bloknot:~$ echo 6 | sudo tee /sys/class/backlight/toshiba/brightness
[sudo] password for semen:
6
...
...but brightness is the same.
Help, please.
P.S. Execuse me for my poor English.
UPD. I have spent 2 days to solve this boring problem, but I can't. So. If I wish linux work correctly, I have to choose another distro.
radeon
driver? Or did you install the proprietary driver? You can check by typinglspci -v
in the terminal and looking for the section heading with VGA in it. Kernel driver in use will stateradeon
if you are using the default. – Chan-Ho Suh May 10 '12 at 08:41fglrx
proprietary driver, which supports your graphics card, and see if brightness will work then. I believe you can justsudo apt-get install fglrx
. Many people use it and have no problems... but switching graphics drivers can cause major issues. Please don't do this unless you really are bugged by the brightness issue. – Chan-Ho Suh May 10 '12 at 08:56fglrx
driver supports only HD series currently. (I have Radeon X1200) and I also suppose that brightness is depends ontoshiba_acpi
kernel module, notradeon
orfglrx
. I tried Gentoo Linux (minimal installation CD) and brightness control worked (There aretoshiba_acpi.ko
,backlight.ko
andsparse-keymap.ko
kernel modules and it was possible to change brightness by Fn-F6 and Fn-F7 hotkeys). – Semen May 10 '12 at 09:09