Enabling Num Lock

Status
Not open for further replies.

QwertyManiac

Commander in Chief
How do u enable auto num lock on in FC4 ?
I mean its not a problem to hit the key but as in windows i dont get it on as default...

how to ?
 

desertwind

Cyborg Agent
Add the following code in /etc/rc.d/rc.local
Code:
echo "Activating Numlock ..."
for i in 1 2 3 4 5 6; do
/usr/bin/setleds +num < /dev/tty${i} > /dev/null
done

or for anm detailed explanation, go here
 
OP
QwertyManiac

QwertyManiac

Commander in Chief
thnx a lot desertwind - problem solved !

I did this :
KDE > Control Center > Peripherals > Keyboard > NumLock > Turn On.

Thnx a lot for that link !
 

desertwind

Cyborg Agent
This tool also do it.
*download.fedora.redhat.com/pub/fedora/linux/extras/4/i386/numlockx-1.0-4.fc4.i386.rpm
 
Status
Not open for further replies.
Top Bottom