Enabling NumLock in the Gnome login screen

  • Install numlockx using apt-get, aptitude or Synaptic
  • Edit /etc/gdm/Init/Default
  • Find the line
exit 0
  • Add the following code above that line
if [ -x /usr/bin/numlockx ]; then
   /usr/bin/numlockx on
fi

source 1

Page top