You are not logged in.

#1 2021-10-30 16:33:52

John Path
Member
Registered: 2021-10-15
Posts: 57

Cannot inc/dec brightness with smaller steps

Hello friends,

I am wondering if i can change the increase or decrease step of brightness steps in Plasma.
Meaning when i press Fn key and brightness key the brightness must increase from 5% to 6% instead of 5% to 10%.

I am new to linux and i want to know if we can change it or not, if we can how to change it.

Thanks to everyone in advance for helping me.

Last edited by John Path (2021-11-01 12:38:56)

Offline

#2 2021-11-03 22:43:11

dreamycrane
Member
Registered: 2019-03-18
Posts: 25

Re: Cannot inc/dec brightness with smaller steps

If you have an intel CPU you can directly echo values to /sys
for example

echo 250 /sys/class/backlight/intel_backlight/brightness

try with different values and when you find an agreeable gradation then write a small script to increase/decrease brightness.

Last edited by dreamycrane (2021-11-03 22:43:49)

Offline

#3 2021-11-03 23:17:54

HalosGhost
Forum Fellow
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,097
Website

Re: Cannot inc/dec brightness with smaller steps

dreamycrane wrote:
# echo > 250 /sys/class/backlight/intel_backlight/brightness

FTFY.

Note that there are various backlight utilities (full disclosure: I wrote one of those) which can simplify this process. If you find one you like, you can bind the brightness keys to your preferred commands.

All the best,

-HG

Offline

#4 2021-11-06 13:45:32

John Path
Member
Registered: 2021-10-15
Posts: 57

Re: Cannot inc/dec brightness with smaller steps

HalosGhost wrote:

If you find one you like, you can bind the brightness keys to your preferred commands.

Is there any way to remap the keybinding for fn+f5 and fn+f6 on plasma for executing command for brightnessctl.

or any way to use brightnessctl as default.

Thanks and sorry for replying late i was busy with some work here.

Offline

Board footer

Powered by FluxBB