NumLock

Differences between revisions 1 and 2
Revision 1 as of 2006-01-11 09:18:22
Size: 280
Editor: 123
Comment:
Revision 2 as of 2006-09-06 04:37:46
Size: 54
Editor: S0106001150603f7d
Comment: Content moved to help.u.c/c
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= 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}}}
#REFRESH 0 https://help.ubuntu.com/community/NumLock

NumLock (last edited 2008-08-06 17:00:13 by localhost)