NumLock

Revision 1 as of 2006-01-11 09:18:22

Clear message

Enabling NumLock during startup

  • Install numlockx using Synaptic or apt-get

  • Edit /etc/X11/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