[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NumLock in X/Xdm
Adam,
Did you ever hear anything about this? I have this in my
/etc/rc.d/rc.local file to turn on numlock when I boot up:
INITTY=/dev/tty[1-8]
for tty in $INITTY; do
setleds -D +num < $tty
done
Kevin
On Fri, 31 Jul 1998, Adam wrote:
>
> Does anyone know how to turn on NumLock in Xsetup_0 so that it is on
> in XDM or how to just default NumLock to On in X11 in general. It works
> if I push NumLock, but turns off as soon as I log out of Xwindows, and
> when XDM starts up. I've tried "setleds" which works on a VC but doesn't
> appear to do anything in X.
>