I can't change the screen brightness on my Fujitsu Amilo li3710. Pressing the keys (Fn+Brightness up) or sliding the bar in Brightness&Lock has no effect. It worked on windows so the function is supported by the hardware. Thanks for your help.
Asked
Active
Viewed 1,260 times
sudo apt-get update && sudo apt-get upgrade. – Mitch May 23 '13 at 16:09acpi_backlight=vendorto /etc/default/grub? If not open the terminal and typesudo gedit /etc/default/gruband where it saysGRUB_CMDLINE_LINUX="quiet splash"change it to sayGRUB_CMDLINE_LINUX="quiet splash acpi_backlight=vendor". Now save this file, and then in the terminal typesudo update-grubto apply the changes you just made. Reboot and then test the brightness controls! – Merri May 23 '13 at 22:19