numlock

Asked by kwjaxon

numlock for dapper

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Thierry Daucourt
Solved:
Last query:
Last reply:
Revision history for this message
Dean Sas (dsas) said :
#1

Could you give some detail please?

Revision history for this message
Alexandro Silva (alexos-deactivatedaccount) said :
#2

Hi kwjaxon,

Install numlockx:

sudo apt-get install numlockx

Backup your default gdm file:

sudo cp /etc/X11/gdm/Init/Default /etc/X11/gdm/Init/Default_backup

Edit default gdm file:

sudo gedit /etc/X11/gdm/Init/Default

Find this line

...
exit 0

Add the following lines above it

if [ -x /usr/bin/numlockx ]; then
 /usr/bin/numlockx on
fi

Restart your X

Ctrl + Alt + Backspace

Best Regards

Revision history for this message
kwjaxon (kwjaxon) said :
#3

followed directions above. No results.

Revision history for this message
Best Thierry Daucourt (thierry-daucourt) said :
#4

This setting is valid for ubuntu releases up to Feisty. In Gutsy, this is solved and useless.

Revision history for this message
kwjaxon (kwjaxon) said :
#5

Thanks Thierry Daucourt, that solved my question.