turning on num lock on ubuntu start

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

Advertisements

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

  1. Jermaine Says:

    numlockx for ubuntu is a brilliant program.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Google+ photo

You are commenting using your Google+ account. Log Out / Change )

Connecting to %s


%d bloggers like this: