In Ubuntu 12.04 the screen brightness up/down seems not to work for HP dv7-6190ed and a few other models.
Edit the file: /etc/default/grub
Ctrl+Alt+T to open terminal screeen
gksu gedit /etc/default/grub
Change this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
To:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
Save the file and Reboot the system. It should fix the brightness up/down buttons.
i did it but they are not still working ,i am using hp G62
ReplyDeleteHi,
DeleteDid you Reboot your system after changing the Grub file?
If that still does not work, try the following:
type in a terminal: (all as one command-line)
sudo sed "s/\(GRUB_CMDLINE_LINUX=\)\"\"/\1\"acpi_osi=Linux acpi_backlight=vendor\"/" /etc/default/grub -i
Then update Grub with:
sudo update-grub
Finally Reboot:
sudo reboot
good luck.
thanks for the reply, yes i reboot my system and now i type
Deletesudo sed "s/\(GRUB_CMDLINE_LINUX=\)\"\"/\1\"acpi_osi=Linux acpi_backlight=vendor\"/" /etc/default/grub -i
as i type this and give enter. no action take place.
It should add a line to your grub file, and the next boot you should see a result. The Hp G62 is maybe a little different from my HP Dv7. If I come across a better solution, I'll keep you posted here.
Delete