van de site:
Enable Numlock on bootup in GDM, LightDM and LXDM
GDM :-
First you'll have to install package 'numlockx'. It is available in the repositories of almost every Linux distribution. After you have installed 'numlockx' package open the following file as root in your favorite text editor,
/etc/gdm/Init/Default
And add the following code right above the line "exit 0" towards the end of the file,
if [ -x /etc/rc.d/rc.numlock ] && [ -x /usr/bin/numlockx ]; then
/usr/bin/numlockx on
fi
Reboot and you'll have your Num Lock on by default at the GDM login window.
Deze map bestaad niet... /etc/gdm
dus terug block :/
bedankt voor de link alvast