GDM이 Num Lock 키를 끄고 있습니다.
나는 다음을 시도했습니다 :
a) installing numlockx and inserting following lines at /etc/gdm/Init/Default
if [ -x /usr/bin/numlockx ]; then
/usr/bin/numlockx on
fi
b) Using setleds +num, but it corrupts the numlock state.
시스템이나 gdm.service를 다시 시작할 때
Numlock becomes on at boot
Numlock turns off at login screen[GDM]
Numlock again turns on after login. [ KDE / GNOME ]
로그인 시 numlock이 항상 열려 있는지 확인하는 방법(gdm)
답변1
@don_crissti의 팁에 따라 아래와 같이 gdm 로그인 화면에서 numlock을 성공적으로 활성화했습니다.
sudo su #become root
su gdm -s /bin/sh #become gdm user with a shell
#do the work i don't 100% understand
export $(dbus-launcher)
GSETTINGS_BACKEND=dconf gsettings set org.gnome.settings-daemon.peripherals.keyboard numlock-state on
exit #drop back to root user
systemctl restart gdm #restart gdm