![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2005
Beans: 15
|
HOWTO: numlock activated at startup in login screen
I find it very annoying that the numlock is not activated at startup in the login screen GDM, especially when using a password that contains numbers. I tried the How To: "Setting up numlock on start up" but noticed that the numlock is activated just after logging in, at the splash screen of Gnome. The following solution solves this problem:
Make sure that the warty universe repository is enabled. Execute the following commands in a terminal: 1. sudo apt-get install numlockx 2. sudo gedit /etc/X11/gdm/Init/Default 3. Add the following lines at the end before the line "exit 0": Code:
if [ -x /usr/bin/X11/numlockx ]; then /usr/bin/X11/numlockx on fi The numlock should be activated now and every time you reboot!!! |
|
|
|
|
|
#2 |
|
Way Too Much Ubuntu
![]() |
Re: HOWTO: numlock activated at startup in login screen
nice
|
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2005
Location: Bratislava, Slovakia
Beans: 114
|
Re: HOWTO: numlock activated at startup in login screen
Under hoary the path to numlockx seems to have changed to /usr/bin/numlockx.
In such case the correct entries to add to the file /etc/X11/gdm/Init/Default should be : Code:
# Set Num Lock if [ -x /usr/bin/numlockx ]; then /usr/bin/numlockx on fi |
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Feb 2007
My beans are hidden!
|
Re: HOWTO: numlock activated at startup in login screen
thanks a lot, exactly what i was looking for
|
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2008
Location: florida
Beans: 12
Ubuntu 7.10 Gutsy Gibbon
|
Re: HOWTO: numlock activated at startup in login screen
great how to really did the trick! just wanted to put a side note here, if you're using gutsy step 2 is actually:
sudo gedit /etc/gdm/Init/Default i was beating my head against the wall trying to figure out why i couldn't get it |
|
|
|
|
|
#6 |
|
A Carafe of Ubuntu
![]() |
Re: HOWTO: numlock activated at startup in login screen
I have not tried doing these suggestions but I found this thread because my num lock light is on after boot up but the num lock isn't. I hit the numpad and no numbers are entered.
I have to hit the num lock key three times for it to actually be on. I will try the suggestion and see what happens.
__________________
Regards, Harry Phillips |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|