In this post I'll lay down some alternatives that will allow you to activate the keyboard numlock on the KDE desktop environment:
- on a per user basis using KDE's autostart mechanism
- through the KDM login manager
- installing the kxkb package and graphically using the Kcontrol center
You can activate the keyboard numlock on peer use basis like so:
- $ su
- # emerge --ask --tree --verbose numlockx
- # exit
- $ vim .kde3.5/Autostart/numlockx
#!/bin/sh
numlockx on
- $ chmod +x .kde3.5/Autostart/numlockx
In alternative if you use KDM as your login manager you can set it on system wide:
- $ su
- # echo "/usr/bin/numlockx on" >> /usr/kde/3.5/share/config/kdm/Xsetup
Yet another alternative is to install kde-base/kxkb if you've installed KDE using split ebuilds (like I did here):
- $ su
- # emerge --ask --tree --verbose kxkb
- browse to KDE's Control Center > Peripherals > Keyboard > NumLock > Turn on
Now go ahead and fully use your keyboard ;-)
Resources:
http://www.gentoo-wiki.info/TIP_Numlock
http://wiki.archlinux.org/index.php/Activating_Numlock_on_Bootup
http://linux-bsd-sharing.blogspot.com/2008/10/howto-install-and-setup-kde-35x-on.html
No comments:
Post a Comment