Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Num Lock function has changed after upgrading to UBUNTU 13.10 [duplicate]

Writer 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 ?

6

2 Answers

Install this application :

sudo apt-get install numlockx

Edit this file :

sudo vi /etc/lightdm/lightdm.conf.d/50-unity-greeter.conf

Add Line at the end of file :

greeter-setup-script=/usr/bin/numlockx on

1

Enabling numpad at boot will care of problem. With this link you can sync light and keys.

How to enable numpad at boot

2