Num Lock function has changed after upgrading to UBUNTU 13.10 [duplicate]
Andrew Mclaughlin
I faced a strange function I installed ubuntu 13.10 and all the time the number pad on the right of my keyboard is typing number without pressing Num Lock and when I turn it on It does the job when Num Lock is normally off .
does anyone have this problem ? and any idea how to fix it ?
62 Answers
Install this application :
sudo apt-get install numlockxEdit this file :
sudo vi /etc/lightdm/lightdm.conf.d/50-unity-greeter.confAdd Line at the end of file :
1greeter-setup-script=/usr/bin/numlockx on
Enabling numpad at boot will care of problem. With this link you can sync light and keys.
2