Adjusting Screen Brightness - Acer

Forum rules
We don't support installations in VirtualBox, VMWare, qemu or others. We ignore posts about WINE, PlayOnLinux, Steam and Skype. We don't support btrfs, lvm, UEFI, side-by-side installations with GPT or dualboot with anything newer than Windows XP.
Google your problem first. Check the Wiki. Read the existing threads. It's okay to "hijack" an existing thread, yes! If your problem is not yet covered, open a new thread. To get the quickest possible help, mention the exact release codename in your post (uname -a is a good idea, too). Due to the lack of crystal balls, attach the output of lspci -nnk if you encounter hardware problems.
User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Adjusting Screen Brightness - Acer

Unread post by dkeg » Sun Dec 16, 2012 9:15 pm

Went to adjust my screen brightness today, with not much luck. Let me rephrase. It was working as in I was getting the screen brightness applet displaying with the indicator moving appropriately as I toggled FN and right or left arrow. But the brightness was not changing. I was going to post it out, but some searching found the answer. I have tested and it does work. At least for me it did. I have an Acer Aspire TimelineX.

The solution is

Code: Select all

sudo vi /etc/default/grub
Find the line

Code: Select all

GRUB_CMDLINE_LINUX=""
Comment that out and change it to

Code: Select all

GRUB_CMDLINE_LINUX="acpi_osi='Linux'"
Update grub

Code: Select all

sudo update-grub
And reboot

Code: Select all

sudo shutdown -r now
Hope that helps anyone with an Acer.

I cannot take credit for this except for the fact that I found it.

Work hard; Complain less

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Adjusting Screen Brightness - Acer

Unread post by machinebacon » Mon Dec 17, 2012 5:32 am

Thanks for mentioning it, a common problem with most Acers.
..gnutella..

Post Reply