On Tue, Jan 04, 2000 at 04:11:09PM -0800, Todd A. Jacobs wrote:
> On Tue, 4 Jan 2000, Brian Ivey wrote:
>
> > How do I configure Redhat to remember to always turn the NumLock
> > on when I log in.
>
> Put the following in rc.local:
>
> INITBLANK=/dev/tty[1-6]
> for tty in $INITBLANK
> do
> setleds -D +num < $tty
> done
> unset INITBLANK
For X, see man page for 'xset leds'. If that does not work, put
keycode 79=7
keycode 80=8
keycode 81=9
keycode 83=4
keycode 84=5
keycode 85=6
keycode 87=1
keycode 88=2
keycode 89=3
keycode 90=0
keycode 91=period
in your .Xmodmap file. No numlock light with this, but it works!
--
Hal B
[EMAIL PROTECTED]
--
Linux helps those who help themselves
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.