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
May 22, 2008 at 1:47 pm
numlockx for ubuntu is a brilliant program.