Automatically Setting Numlock in Fedora

Execute these steps:

1. Install numlockx


yum install -y numlockx


or


download: rpmfind.net/linux/rpm2html/search.php?query=numlockx

install using:

rpm -ivh numlockx*.rpm


2. vi /etc/gdm/Init/Default


3. Find a line at the end like


exit 0


4. Add these lines just befor the line above


if [ -x /usr/bin/numlockx];

    then /usr/bin/numlockx on

fi


5. Save the file and restart the computer


You will find the NumLock has been activated by default at startup.


Published with Blogger-droid v2.0.2

0 comments:

Nice Blog!!