Screen brightness is not changing on my ACER 5742 notebook. I have Ubuntu 10.10 installed inside Windows 7 OS. Hotkeys are used for changing brightness. Though, a bar displaying brightness level appears on screen but there is no actual change in brightness of screen.

link|improve this question
feedback

2 Answers

this worked for me. Many Thanks!

sudo gedit /etc/default/grub

Change the line :

GRUB_CMDLINE_LINUX=""

to

GRUB_CMDLINE_LINUX="acpi_osi=Linux"

Then run sudo update-grub and reboot. Credit to this guy.

link|improve this answer
feedback

modify both lines worked for my 4810T:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor" GRUB_CMDLINE_LINUX="acpi_osi=Linux"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown