Results 1 to 10 of 12
How can i automatically be numlocks ON on startup.......
- 03-31-2003 #1Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
num locks
How can i automatically be numlocks ON on startup....
Just a Newbie....Looking 4 Info....
- 03-31-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Alas, that is a question that has perplexed many. I have wondered myself, but I didn't consider it important enough to dive into something for it. It is definitely possible, but I do not know how, and I believe it has been asked before on this forum.
Do you really want me to check it out for you? I could do that, 'cause I'd like to know myself, and if someone else wants to know as well, I might actually do it.
- 03-31-2003 #3Just Joined!
- Join Date
- Mar 2003
- Posts
- 9
On SuSE YAST it is on System -> sysconfig Editor -> Hardware -> Keyboard:
e.g. kbd_capslock, kbd_delay, kbd_rate, kbd_numlock, etc.
On KDE 3.1.1 I think you can run Control Center -> Regional & Accessibility -> Keyboard. If not just go to your sysconfig and edit manually ;-)
Have a lot of fun :-)
- 04-01-2003 #4Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
not like that
thanks for help tries..
but i want a script for this not from menus..if u know u make me happy..Just a Newbie....Looking 4 Info....
- 04-01-2003 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
If this is a terminal mode program, you could write a C program that calls the kernel ioctls to turn off numlock. See console_ioctls(4) for more info on that.
I'm not sure how to do it in X, though. I should really learn more about X programming.
- 04-07-2003 #6Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
that is for console
from
# man setleds
INITTY=/dev/tty[1-8]
for tty in $INITTY; do
setleds -D +num < $tty
done
it works for console ok.but for X?Just a Newbie....Looking 4 Info....
- 04-07-2003 #7Linux Enthusiast
- Join Date
- Feb 2003
- Location
- Ontario, Canada
- Posts
- 556
in KDE --- preferences, peripherals, keyboard, advanced, click on enable numlock on boot
- 04-07-2003 #8Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
gnome
i use gnome and i dont want to do this from panel..
thxJust a Newbie....Looking 4 Info....
- 04-07-2003 #9Linux Enthusiast
- Join Date
- Feb 2003
- Location
- Ontario, Canada
- Posts
- 556
oh, too bad about gnome :o
- 04-08-2003 #10Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
hmm
i ll seek for this.if i find i ll explan here..
thxJust a Newbie....Looking 4 Info....



