jeremy
October 16th, 2005, 03:21 AM
System setting -> Hardware -> Keyboard -> Numlock on KDE startup, select Turn on.
haaglin
October 23rd, 2005, 08:02 AM
If you want Numlock on before KDM, instead of after, you can do it like this:
#sudo apt-get install numlockx
#sudo kwrite /etc/kde3/kdm/Xsetup
and add this at the end of the file:
/usr/bin/numlockx
This is how my Xsetup looks:
#! /bin/sh
# Xsetup - run as root before the login dialog appears
#xconsole -geometry 480x130-0-0 -notify -verbose -fn fixed -exitOnFail -file /dev/xconsole &
/usr/bin/numlockx
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.