Author Topic: Numlock autostart issue[SOLVED]  (Read 1930 times)

madjo

  • Full Member
  • ***
  • Posts: 28
  • wattOS R8 LXDE
    • View Profile
Numlock autostart issue[SOLVED]
« 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 ?
« Last Edit: July 11, 2014, 09:43:40 PM by madjo »

Maroman

  • Guest
Re: Numlock autostart issue
« Reply #1 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,

BALLOON a.k.a. Fu-sen.

  • Sr. Member
  • ****
  • Posts: 73
    • View Profile
    • Japanese Information
Re: Numlock autostart issue
« Reply #2 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
BALLOON a.k.a. Fu-sen. (ふうせん Fu-sen.) from Japan
Japanese Information http://installlinux.jimdo.com/linux-%E3%83%A1%E3%83%A2/wattos/

madjo

  • Full Member
  • ***
  • Posts: 28
  • wattOS R8 LXDE
    • View Profile
Re: Numlock autostart issue
« Reply #3 on: July 11, 2014, 09:42:51 PM »
Excellent !! Thank you guys.  :)