- Install "numlockx"
- Edit the /etc/gdm/Init/Default file
sudo yum install numlockx
Edit the /etc/gdm/Init/Default file through Gedit using this command in a terminal
sudo gedit /etc/gdm/Init/Default
In the file which opens, above exit 0, paste the lines below
if [ -x /usr/bin/numlockx ]; then
/usr/bin/numlockx on
fi
Save the file and exit.
Next time you reboot, num lock will be on by default
출처: http://centoshowto.blogspot.kr/2010/01/turn-num-lock-key-on.html
Xubuntu 이하 동
답글삭제https://unix.stackexchange.com/questions/205058/how-to-disable-the-user-list-on-gdm3-login-screen
답글삭제https://unix.stackexchange.com/questions/235683/remember-numlock-state-after-login-in-gnome
답글삭제