sudo vim
/etc/mdm/Init/Default
Add these lines at the beginning of the file.
if [ -x /usr/bin/numlockx ]; then
exec /usr/bin/numlockx on
fi
reboot
출처: http://forums.linuxmint.com/viewtopic.php?f=46&t=116017
install sudo apt install numlockx, after that, edit /usr/share/lightdm/lightdm.conf.d/90-slick-greeter.conf file and add the following line at the end
greeter-setup-script=/usr/bin/numlockx on
or
try to edit /etc/lightdm/lightdm.conf:
[Seat:*]
greeter-setup-script=/usr/bin/numlockx on
See you~
http://fingergeek.blogspot.kr/2009/06/setting-numlock-on-automatically-in.html
답글삭제https://unix.stackexchange.com/questions/375920/numlock-on-startup-on-linux-mint-18-2
답글삭제