PDA

View Full Version : adjust screen brightness in unity



Someone uk
April 23rd, 2011, 06:05 PM
hi i am using ubuntu netbook remix on a samsung NP-N110
i have tried the brightness keys on the keybaord but they don't seem to work, any ideas?

Someone uk
April 23rd, 2011, 08:06 PM
anyone?

Matt__
April 23rd, 2011, 08:09 PM
Try the following (from French Ubuntu forum) it was used to resolve the same issue on a friends samsung N145:

sudo add-apt-repository ppa:voria/ppa
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install samsung-tools samsung-backlight
sudo reboot

It appears on some systems the function keys begin working but the brightness does not change. In this case, try appending “acpi_backlight=vendor” to the GRUB_CMDLINE_LINUX line in Suspend / Resume below.

GRUB_CMDLINE_LINUX=”acpi_sleep=nonvs acpi_backlight=vendor”

__________________________________________________ __________________________________________________ _