Can't adjust brightness on my laptop
Try this.
-
Open the Terminal (Ctrl+Alt+T) and type:
gksu gedit /etc/default/grub
-
Change the line:
GRUB_CMDLINE_LINUX=""
To:
GRUB_CMDLINE_LINUX="acpi_osi=Linux"
Save the file and quit the text editor.
-
Now in the terminal run:
sudo update-grub
Restart Ubuntu.
Based very closely on this article: living in java
I also have an ACER, but ASPIRE 4736Z. Same problem.
xbacklight, xgamma doesn't work.
Something that did work for me is redshift utility: Is there a software utility to adjust screen gamma/brightness/contrast?
https://bugs.launchpad.net/emgd/+bug/711172
Add to kernel command line:
acpi_backlight=vendor
And you are done!