Brightness Control not working anymore, after last update

Discussions about Linux installation and configuration on Samsung laptops
Post Reply
psionMR
Supporter
Supporter
Posts: 6
Joined: 05 Jun 2011, 00:04

Brightness Control not working anymore, after last update

Post by psionMR »

Hy,

I use Samsung-Tools on my N210 and the brightness control always worked as it should (Fn+Up or down), but since the last update (ppa) it is not working anymore.

I use Ubuntu 11.10

Can you please correct this?

charly
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

Re: Brightness Control not working anymore, after last updat

Post by voria »

samsung-tools has nothing to do with brightness control (Fn-Up and Fn-Down).

Which other packages have you installed from the PPA?
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
psionMR
Supporter
Supporter
Posts: 6
Joined: 05 Jun 2011, 00:04

Re: Brightness Control not working anymore, after last updat

Post by psionMR »

Thank's for the quick answer!

Additionally i have installed
- samsung labtop
- phc-intel

I hope this helps.
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

Re: Brightness Control not working anymore, after last updat

Post by voria »

Then your problem is probably caused by samsung-laptop, which also has been updated yesterday.

Try to add the option "acpi_backlight=vendor" to the kernel command line.
If the problem is not fixed, then remove samsung-laptop and test if the original version shipped with the ubuntu kernels works for you.

Alternatively you can switch back to the old control interface, easy-slow-down-manager + samsung-backlight.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
psionMR
Supporter
Supporter
Posts: 6
Joined: 05 Jun 2011, 00:04

Re: Brightness Control not working anymore, after last updat

Post by psionMR »

Thank's for the answer, but how do i get to the kernel command line?
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

Re: Brightness Control not working anymore, after last updat

Post by voria »

Open a terminal and edit the file '/etc/default/grub' as administrator:

Code: Select all

sudo gedit /etc/default/grub
Change the line:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
Save the file and exit.

Then, run this command to update grub with the new options:

Code: Select all

sudo update-grub
Finally, reboot.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
psionMR
Supporter
Supporter
Posts: 6
Joined: 05 Jun 2011, 00:04

Re: Brightness Control not working anymore, after last updat

Post by psionMR »

PERFECT!!!!!!!
works again!

thank you!!
nanders
Newbie
Newbie
Posts: 7
Joined: 03 Jan 2011, 14:14

Re: Brightness Control not working anymore, after last updat

Post by nanders »

sorry to bump an old topic, but I just like to mention this also helped me.

I'm using Linux Mint 13 on my N210 netbook, and my backlight control was not functioning well for quite a while, I think after an original kernel update. The slider responded to fn + up/down but the backlight didn't change. I tried this with the samsung-laptop and easy-slow-down-manager modules.

after months of adjusting backlight through the command line I found this post. I added 'acpi_backlight=vendor' to the kernel command line and it works again.

The initial brightness value after reboot is too low though, pressing fn+down once adjusts the brightness level to the slider value (but that doesn't bother me too much).

anyway, THANKS! your (voRia) work allows me to enjoy my netbook way better.
User avatar
Woulouf
Supporter
Supporter
Posts: 52
Joined: 05 Mar 2011, 12:32
Location: France

Re: Brightness Control not working anymore, after last updat

Post by Woulouf »

Thanks, this topic helped me to solve brightness control issue on my samsung n150 :)
Samsung N150 powered by Voyager 12.04 (Xubuntu)
Brightness control issue with 12.04 LTS : look at this topic http://www.voria.org/forum/viewtopic.php?p=5753#p5753
brabus
Newbie
Newbie
Posts: 1
Joined: 24 May 2013, 14:51

Re: Brightness Control not working anymore, after last updat

Post by brabus »

Sincerely THANK YOU for this simple yet effective guide.

Thanks to you, I managed to fix my backlight issue.
sundial40
Newbie
Newbie
Posts: 2
Joined: 04 Aug 2014, 23:10

Re: Brightness Control not working anymore, after last updat

Post by sundial40 »

I have a Samsung nc110 running Linux Mint 17 and have no way to adjust brightness when on battery. On battery screen is dark and just bearly readable. On AC power its excellent but cannot adjust and lower it.
I made the change to Grub suggested above on this thread but I still cannot adjust brightnedd with the fn key while on battery.

Any additional suggestions?

:-\
Chrishas
Newbie
Newbie
Posts: 4
Joined: 02 Jun 2013, 04:44

Re: Brightness Control not working anymore, after last updat

Post by Chrishas »

There was a change in a recent kernel which required adding this to your bootloader kernel parameters if you have an Intel card in order to control brightness:

video.use_native_backlight=0

Don't know if this would work for you as I only tried it on Arch and it solved my brightness issues.
Post Reply