LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Brightness function keys not working on Slackware64 & Slackware64 current (https://www.linuxquestions.org/questions/slackware-14/brightness-function-keys-not-working-on-slackware64-and-slackware64-current-4175621468/)

Andersen 01-12-2018 04:14 AM

Brightness function keys not working on Slackware64 & Slackware64 current
 
I have a problem with brightness function keys on my Lenovo laptop. They are not working with Slackware64 14.2 or Slackware64 current.

I've tried some possible solutions suggested online (such as appending different settings to lilo.conf), but to no avail. However, when I tried Alien Bob's Slackware64 live plasma5 current, I've found that everything is working out of the box.

Would anybody have an idea what could be the exact cause of this difference, so I could configure my Slackware64 current installation the same way?

SqdnGuns 01-12-2018 05:45 PM

What model do you have??

Works perfectly fine on my T450s and T550 with -Current and Xfce / Mate, also loaded up Plasma5 and zero issues.

Andersen 01-12-2018 06:39 PM

It's Ideapad 520s. I gave a chance to Xfce too, it didn't help. Which kernel do you use? I tried Slackware64 14.2 and Slackware64 current, using default (huge) kernel with both.

I'm using Alien's Slackware live at the moment. It's Plasma 5 version, but it's the same with the other live versions, they too do OK with brightness Fn keys. I installed it to HDD and everything works well, but I'm afraid I can't use slackpkg to upgrade all packages without breaking something (or everything).

cgorac 01-13-2018 01:15 AM

Usually I get problems of this type resolved by following advice from corresponding ThinkWiki page.

ferrari 01-13-2018 02:02 AM

Code:

sbin/lspci -nnkk | grep -iA2 VGA
Any difference with loaded acpi modules between the Slackware versions?
Code:

lsmod|grep acpi
Boot parameter comparison between working and non-working versions?
Code:

cat /proc/cmdline

Andersen 01-13-2018 09:27 AM

Meanwhile I installed the latest Slackware64 current. The idea was to check for parameters ferrari suggested earlier and to compare with those found in Slackware live. However, after installing this version, Fn keys worked as they should be. So, the problem disappeared somewhere between the October version of Slackware64 current (it's what I had before I installed Slackware live) and the latest Slackware64 current update. Thank you all for your suggestions!

Fat_Elvis 01-13-2018 11:30 PM

For future reference, the little program xev(1) is very handy for detecting things like dead keys and buttons. It basically prints all input events received by X. Helpfun for finding out the correct strings for X configuration files as well.

Andersen 01-15-2018 04:27 AM

Quote:

Originally Posted by Fat_Elvis (Post 5806201)
For future reference, the little program xev(1) is very handy for detecting things like dead keys and buttons. It basically prints all input events received by X. Helpfun for finding out the correct strings for X configuration files as well.

Thanks!


All times are GMT -5. The time now is 03:53 PM.