Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to I make numlock be on by default when I start my computer?

Computer Default numlock
0
Posted

How to I make numlock be on by default when I start my computer?

0

If you want numlock to be on whenever you start X (the graphical mode of Fedora): • Open a Terminal. • Become root: su – • Install the “numlockx” program: yum install numlockx Now numlock will be on every time you start X. If you want numlock on by default you’re in text mode: • Open a Terminal. • Become root: su – • Install the “kbd” package: yum install kbd • Edit the /etc/rc.local file: nano /etc/rc.local • Find the line that looks like: touch /var/lock/subsys/local Right below that line, put these lines: LEDTTY=/dev/tty[1-8] for tty in $LEDTTY; do setleds -D +num < $tty done • Save the file, and the next time you restart your computer, numlock will be on in text mode!

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123