Setting NumLock on automatically in Fedora

June 26, 2009 at 10:09 pm 1 comment

The NumLock is not activated by default at start-up (in FC-9/10). I am not sure of the fact in other distros. Everytime when the computer starts, you have to manually activate the NumLock key.

The following solution works :

Execute the following commands as root in a terminal.

1. Install numlockx

yum install numlockx

or

Install using numlocx rpm.

rpm -ivh numlockx*.rpm

2. gedit /etc/gdm/Init/Default

3. At the end of the file you will find a line like

exit 0

Above this line add the following code

if [ -x /usr/bin/numlockx ];
then /usr/bin/numlockx on
fi

4. Save the file and restart the computer.

You will find the NumLock activated by default at startup.

Entry filed under: Fedora, Hacks, Tips, Tricks. Tags: .

Configure BSNL EVDO DATACARD on Ubuntu SVN Proxy Settings

1 Comment Add your own

  • 1. Leslie Satenstein  |  March 26, 2011 at 7:48 pm

    numlockx is broken for Fedora 14. Your patch does not work. Runing numlockx manualy does not work either.

    Reply

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Trackback this post  |  Subscribe to the comments via RSS Feed


 

June 2009
M T W T F S S
« May   Jul »
1234567
891011121314
15161718192021
22232425262728
2930  

Blog Stats

  • 6,440 hits

Follow

Get every new post delivered to your Inbox.