cant adjust the brightness on ubuntu 12.04

Asked by phil

I have just installed 12.04 Linux on my Packard bell easynote tx86. However, I can't change the brightness of the screen with my F11 or F12 keys (an icon comes up on the screen showing the screen is being reduced, but it doesnt actually change the brightness). If i go into setting and to brightness I can adjust the bar for brightness in there as well but it doesnt change the brightness either.plz help...

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu acpi Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Try:

gksudo gedit /etc/default/grub

Change the line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to:
GRUB_CMDLINE_LINUX="GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"

Save the new file, close gedit and run:
sudo update-grub

Reboot to test

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Or try:

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

Remember to run:
sudo update-grub

after each change to apply it and reboot to test

Revision history for this message
phil (philipini17) said :
#3

well thanks for the help but im really new to ubuntu and im kinda stupid :P so where should i change those lines?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Run the gksudo command in terminal, the rest is a text file edit, which I am sure you can do

Can you help with this problem?

Provide an answer of your own, or ask phil for more information if necessary.

To post a message you must log in.