How to enable NumLock Key to be ON when Linux Boots

Posted By Shankar Ganesh On February 5, 2008 @ 10:00 am In Uncategorized | 2 Comments

If you’ve tried Linux before, chances are you found this frustrating. The NumLock key on your keyboard is by default OFF when Linux boots. There’s a way to enable NumLock key stay in the ON state when Linux starts up.

Here’s how to do it if you’re in Ubuntu:

Using the shell, install NumLockX by typing this command

$ sudo apt-get install numlockx

Otherwise you can download the tarball from here [1], compile and install it by executing the following set of commands from the directory where the tarball was extracted:

./configure
make
make install
make xsetup
make xinitrc

Reboot, you should see that the NumLock key is on by default.


Article printed from Techie Buzz: http://techie-buzz.com

URL to article: http://techie-buzz.com/tech-news/how-to-enable-numlock-key-to-be-on-when-linux-boots.html

URLs in this post:

[1] here: http://ktown.kde.org/~seli/numlockx/

Copyright © 2006-20011 Techie Buzz. All rights reserved.