You are not logged in.

#1 2015-05-06 20:31:44

sentenza
Member
Registered: 2011-12-28
Posts: 12

screen-backlight settings on a Thinkpad T550

Hello,

i got a new T550 and put in the ssd of my old R500 running Archlinux.
When I press one of the hardware buttons for increasing or decreasing the screen brightness, Gnome shows the actual overlay on which the bar gets moved, by pressing the buttons. But the actual screen brightness does not change.

This could be a problem:

# ls /sys/class/backlight/
acpi_video0  intel_backlight

I was reading the Backlight wiki-site and I adjustet the Kernel-parameter "video.use_native_backlight" once to "1" and once to "0", didn't help. If it is set to "0", the Gnome overlay even does not appear.

I would very much appreciate some help! Thanks.

Offline

#2 2015-05-06 20:39:03

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,999
Website

Re: screen-backlight settings on a Thinkpad T550

You may need to try some others (in combinations and in isolation):

acpi_backlight=vendor
acpi_osi=Linux
acpi_osi="!Windows 2012"

Jin, Jîyan, Azadî

Offline

#3 2015-05-07 13:00:47

sentenza
Member
Registered: 2011-12-28
Posts: 12

Re: screen-backlight settings on a Thinkpad T550

I'm afraid it doesn't work! sad

Offline

#4 2015-05-07 13:07:16

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,999
Website

Re: screen-backlight settings on a Thinkpad T550

sentenza wrote:

it doesn't work

*What* doesn't work?

Describe exactly what you have tried.


Jin, Jîyan, Azadî

Offline

#5 2015-05-07 13:16:35

sentenza
Member
Registered: 2011-12-28
Posts: 12

Re: screen-backlight settings on a Thinkpad T550

I tried every possible combination of the parameters acpi_backlight and acpi_osi as you suggested

Last edited by sentenza (2015-05-07 13:20:31)

Offline

#6 2015-05-07 13:18:44

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,999
Website

Re: screen-backlight settings on a Thinkpad T550

Oh dear, sorry.

I don't know what else to suggest.
sad

EDIT: Does the `xbacklight` command work?

If so, you could bind the commands to a key.

Last edited by Head_on_a_Stick (2015-05-07 13:20:03)


Jin, Jîyan, Azadî

Offline

#7 2015-05-07 13:23:30

sentenza
Member
Registered: 2011-12-28
Posts: 12

Re: screen-backlight settings on a Thinkpad T550

Does the `xbacklight` command work?

No it has no effect but changing the brightness value, but not the actual brightness.

Offline

#8 2015-05-07 14:06:55

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,999
Website

Re: screen-backlight settings on a Thinkpad T550

Try changing the values in both the intel_backlight/brightness & acpi_video0/brightness files -- sometimes one has an effect but not the other.

If this is the case, you can write a script to alter the value in the "active" file.


Jin, Jîyan, Azadî

Offline

#9 2015-05-08 08:12:46

sentenza
Member
Registered: 2011-12-28
Posts: 12

Re: screen-backlight settings on a Thinkpad T550

echo 500 | sudo tee /sys/class/backlight/intel_backlight/brightness

works!

Now how do I tell the gnome brightness-control to change that value?

Offline

#10 2015-05-08 08:55:30

Mercader1902
Member
Registered: 2014-09-01
Posts: 55

Re: screen-backlight settings on a Thinkpad T550

https://wiki.archlinux.org/index.php/In … adjustable

@Head_on_a_Stick didn't metion the last two. Did you tried it?

Offline

#11 2015-05-08 15:14:12

sentenza
Member
Registered: 2011-12-28
Posts: 12

Re: screen-backlight settings on a Thinkpad T550

Mercader1902 wrote:

https://wiki.archlinux.org/index.php/In … adjustable

@Head_on_a_Stick didn't metion the last two. Did you tried it?

Does not work, sorry...

Offline

#12 2015-05-08 20:44:56

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,999
Website

Re: screen-backlight settings on a Thinkpad T550

sentenza wrote:
echo 500 | sudo tee /sys/class/backlight/intel_backlight/brightness
sudo tee /sys/class/backlight/intel_backlight/brightness <<< 500

wink

Now how do I tell the gnome brightness-control to change that value?

I don't think you can -- that's what all those kernel parameters are supposed to do hmm

You will have to bind some keys to a script that changes the value of the intel_backlight/brightness file.


Jin, Jîyan, Azadî

Offline

#13 2015-05-09 11:14:20

sentenza
Member
Registered: 2011-12-28
Posts: 12

Re: screen-backlight settings on a Thinkpad T550

So is that a kernel issue? Can I somewhere file a bug for this?

Offline

Board footer

Powered by FluxBB