Home » Uncategorized

How to enable NumLock Key to be ON when Linux Boots

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, 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.

  • Share

Related Topics Similar to This Article: »

Recent Activity: »

Read More On: ,

Comment Using Facebook

2 Responses to this Article | Share your Opinions/Comments

We moderate comments to prevent spam. Moderation is done within few hours. Please try and stay on topic and refrain from using abusive language. If you think there is a problem with this post, please email the post author or send us an email at tips@techie-buzz.com with the URL and the problem you see and we will rectify it as soon as we can.

  1. Nirmal on February 6th, 2008 at 8:13 am #

    Not used to Linux much. :-)

  2. Magie on February 8th, 2008 at 6:33 am #

    Nice tips. I have not used linux yet, But this morning I resd in another blog about the coolest think that we can get from linux but not from Windows or Mac…So, now I start thinking to use Linux. Anyway, thanks for the tips.