LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   numlock on boot... (https://www.linuxquestions.org/questions/linux-newbie-8/numlock-on-boot-226617/)

moschi 09-04-2004 01:14 PM

numlock on boot...
 
i'm running fc2, & when i boot, numlock is on, but after i login it turns off... can i change that??

Boby 09-04-2004 01:18 PM

Hi!

Look under preferences >> control center >> keyboard settings..there it is ;)

Boby

moschi 09-04-2004 01:23 PM

in prefs > control center, there is keyboard & keyboard shortcuts

keyboard shortcuts is just for all the extra keys & stuff

keyboard has tabs at the top saying "keyboard" "typing break" "layouts" & "layout options"
& i can't find anything about numlock in any of those....

Andrew Benton 09-04-2004 05:36 PM

If you are using Gnome you may need to compile a small C program, called setnumlock, that can turn numlock on for you. Download this ftp://ftp.silug.org/pub/ltsp/setnumlock.tar.gz and untar it then cd into it, compile and install it, change the permissions so ordinary users can use it and then get gnome to run it every time you log in
Code:

tar xzf setnumlock.tar.gz
cd setnumlock
make
su
password
make install
chmod 755 /usr/bin/setnumlock
exit
gnome-session-properties

Click the Startup Programs tab then click Add+, enter setnumlock into the box and click OK

moschi 09-05-2004 03:11 AM

awesome... you rock... i'll give that a sheot tomorrwow


All times are GMT -5. The time now is 07:16 AM.