turning on num lock on ubuntu start

By wakabayashi

open terminal and paste

sudo apt-get install numlockx

sudo cp /etc/X11/gdm/Init/Default /etc/X11/gdm/Init/Default_backup

gksudo gedit /etc/X11/gdm/Init/Default

then , add this code to above of the “exit 0″ line that is placed end of the file…
          if [ -x /usr/bin/numlockx ]; then

            /usr/bin/numlockx on

        fi

One Response to “turning on num lock on ubuntu start”

  1. Jermaine Says:

    numlockx for ubuntu is a brilliant program.

Leave a Reply