How to turn numlock on automatically at login
Some Linux distros choose not to enable numlock at login by default. To enable it, install the numlockx package and then add the following lines to the /etc/gdm/Init/Default file, above the exit 0 line at the end:
if [ -x /usr/bin/numlockx ]; then
/usr/bin/numlockx on
fi
Donnerstag 4th Dezember 2008 at 3:17 vorm.
Tagged under:
Linux
reaper
Joined: 10th Mai 2009 |
Posted on
Sonntag 10th Mai 2009
at
1:28 nachm.
Thanks heaps!! |
You must log in to post a comment.
Webmaster: Christopher Wassall
