planetwatt.com

Help and Support => Archives => wattOS R8 => Topic started by: madjo on July 11, 2014, 09:37:12 AM

Title: Numlock autostart issue[SOLVED]
Post by: madjo on July 11, 2014, 09:37:12 AM
On Wattos LXDE 32 bit, keyboard numlock dont starting automatically during startup.
Is there any way to correct this ?
Title: Re: Numlock autostart issue
Post by: Maroman on July 11, 2014, 10:25:06 AM
this is normal situation. num-lock is off. want to switch it on? look at config file /etc/console-tools/config. there are last lines
Code: [Select]
# Turn on numlock by default
#LEDS=+num
just delete # in the last line

cheers,
Title: Re: Numlock autostart issue
Post by: BALLOON a.k.a. Fu-sen. on July 11, 2014, 11:25:00 AM
I use package numlockx to turn on numlock by login.
Install it from Synaptic; or from Terminal:
Code: [Select]
sudo apt-get install numlockx
Title: Re: Numlock autostart issue
Post by: madjo on July 11, 2014, 09:42:51 PM
Excellent !! Thank you guys.  :)