Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] keyboard layout LED on the right of the keyboard
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bagas
Apprentice
Apprentice


Joined: 29 Jun 2018
Posts: 206

PostPosted: Fri Nov 23, 2018 4:26 pm    Post subject: [Solved] keyboard layout LED on the right of the keyboard Reply with quote

Hello.
My keyboard DEXP KW-3001BU wireless.
Can you please tell me how to turn on the LED on the keyboard in the upper right when switching keyboard layouts?
Code:
Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "evdev"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us,ru(winkeys)"
    Option         "XkbVariant" "nodeadkeys"
    Option         "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,ctrl:nocaps"
EndSection

Code:
[ebuild   R    ] x11-base/xorg-drivers-1.20::gentoo  INPUT_DEVICES="evdev keyboard mouse -elographics -joystick -libinput -synaptics (-tslib) -vmmouse -void -wacom" VIDEO_CARDS="i965 intel -amdgpu -ast -dummy -fbdev (-freedreno) (-geode) -glint -i915 -mga -nouveau -nv -nvidia (-omap) -qxl -r128 -radeon -radeonsi -siliconmotion (-tdfx) (-tegra) (-vc4) -vesa -via -virtualbox -vmware (-voodoo)" 0 KiB

Code:
Linux 4.14.78-gentoo x86_64


Last edited by bagas on Fri Nov 23, 2018 5:23 pm; edited 2 times in total
Back to top
View user's profile Send private message
bagas
Apprentice
Apprentice


Joined: 29 Jun 2018
Posts: 206

PostPosted: Fri Nov 23, 2018 5:05 pm    Post subject: Reply with quote

Redid.
Code:
cat /etc/X11/xorg.conf.d/10-keyboard.conf
Section "InputClass"
    Identifier     "Keyboard0"
    Driver         "evdev"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us,ru(winkeys)"
    Option         "XkbVariant" "nodeadkeys"
    Option         "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,ctrl:nocaps"
EndSection

The language layout works, but the led LED does not work on the right at the top of the keyboard when switching the language layout.
I guess that you need to edit /usr/share/X11/xkb/rules/base.lst
Back to top
View user's profile Send private message
bagas
Apprentice
Apprentice


Joined: 29 Jun 2018
Posts: 206

PostPosted: Fri Nov 23, 2018 5:24 pm    Post subject: Reply with quote

Code:
Option         "XkbOptions" "grp:ctrl_shift_toggle,grp_led:caps,ctrl:nocaps"

Reconfigured on the caps ice indicator.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum