[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian on a sony vaio a517b



> yeah, but I don't have a scrollwheel. how for example I can make fn-f5
> call spicctrl to decrease brightness and fn-f6 to increase brightness?
> maybe I have to write a program or there's something ready.
> thanks malattia ;)

ok, solved the brightness thing with rsjog

bind FNKEY_F5  spicctrl --setbrightness=$(expr $(spicctrl -B) - 10)
bind FNKEY_F6  spicctrl --setbrightness=$(expr $(spicctrl -B) + 10)

ciao,
Marco



Reply to: