 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

19th November 2005, 06:44 PM
|
|
Registered User
|
|
Join Date: Nov 2005
Posts: 8

|
|
NUMLOCK on GDM PLZ !!!!
Sorry people, i have already read all the content on google em fedoraforums, but no solution for me!
Even tried these solutions:
http://gnome-hacks.jodrell.net/hacks.html?id=49
and
http://www.linuxquestions.org/quest...threadid=180272
NOTHING tthat could solve my problem... I'm more than 2 hours, trying just to keep my NUMLOCK turned on when GDM starts.
----
All the time GDM starts it turns the led OF...
PC turn on -> LED ON
STARTX -> LED ON
GDM -> LED OFF
KDE -> LED ON
Could some one help me ?
FEDORA CORE 4. WITH NUMLOCKX PACKAGE INSTALLED BY YUM.
THANK YOU.
|

19th November 2005, 07:24 PM
|
 |
Registered User
|
|
Join Date: Mar 2005
Location: England
Posts: 867

|
|
Use KDM?
|

19th November 2005, 09:52 PM
|
|
Registered User
|
|
Join Date: Nov 2005
Posts: 8

|
|

I think its the only escape.
|

19th November 2005, 10:28 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: Hell
Posts: 758

|
|
Code:
yum install numlockx
|

20th November 2005, 06:35 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909

|
|
You mean numlock on when the gdm user login screen shows?
numlockx currently works right after login, but /etc/X11/xdm/Xsetup_0 has been suggested to turn it on earlier as per this bug.
|

20th November 2005, 06:44 AM
|
 |
Retired Community Manager
|
|
Join Date: Jul 2004
Posts: 1,335

|
|
You could try this. I use it on FC4.
Last edited by smfinley; 20th November 2005 at 08:03 AM.
|

21st November 2005, 12:10 AM
|
|
Registered User
|
|
Join Date: Nov 2005
Posts: 8

|
|
Quote:
|
Originally Posted by smfinley
You could try this. I use it on FC4.
|
this one seems to be a good solution, but i'm using KDM now  is very easy to do that with kdm.
|

21st November 2005, 03:28 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909

|
|
|
yum installing numlockx does the exact same thing.
|

21st November 2005, 04:40 AM
|
 |
Retired Community Manager
|
|
Join Date: Jul 2004
Posts: 1,335

|
|
Quote:
|
Originally Posted by Jman
yum installing numlockx does the exact same thing.
|
Thanks for the tip Jman. I didn't realize there was an rpm for it. Looks like it's exactly the same program. Even the name is the same.
|

21st November 2005, 03:44 PM
|
|
Registered User
|
|
Join Date: Nov 2005
Posts: 8

|
|
Quote:
|
Originally Posted by smfinley
Thanks for the tip Jman. I didn't realize there was an rpm for it. Looks like it's exactly the same program. Even the name is the same.
|
But numlockx didn't solved my GDM problem. GDM turn numlock OFF every time it starts, even with numlockx installed (yum install numlockx)
|

21st November 2005, 07:11 PM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
We have and rpm package for numlock in gnome: http://fedoranews.org/tchung/numlock/ download .i386.rpm package and run:
Code:
rpm -ivh numlock-2.0-10.fdr.i386.rpm
or do as Jman says and DONE!
|

23rd November 2005, 05:05 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909

|
|
Quote:
|
Originally Posted by RodrigoLopes
But numlockx didn't solved my GDM problem. GDM turn numlock OFF every time it starts, even with numlockx installed (yum install numlockx)
|
Looking for a solution for that which can be uninstalled easily, see this bug.
|

8th December 2005, 08:20 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 66

|
|
Quote:
|
Originally Posted by imdeemvp
We have and rpm package for numlock in gnome: http://fedoranews.org/tchung/numlock/ download .i386.rpm package and run:
Code:
rpm -ivh numlock-2.0-10.fdr.i386.rpm
or do as Jman says and DONE!
|
This program seems to have the same problem as numlockx--numlock is only turned on for me AFTER gdm.
Also, I am not sure how numlockx works, but I don't know if simply running it before GDM (as the bug report suggests) will work as in my experience, GDM will turn off numlock even if it has already been turned on.
|

3rd January 2006, 08:51 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 66

|
|
Alright, I've FINALLY got a solution for those who wish to still use gdm and need numlock on during the log-in screen.
1. Download tschung's numlock program from imdeemvp's post above:
Code:
wget http://fedoranews.org/tchung/numlock/numlock-2.0-10.fdr.i386.rpm
2. Install it:
Code:
rpm -ivh numlock-2.0-10.fdr.i386.rpm
3. Append the following lines to /etc/X11/xdm/Xsetup_0:
Code:
#attempt to start GDM with numlock
enable_X11_numlock on
If there is no Xsetup_0 file, check to see where /etc/X11/gdm/Init/:0 links to and append it to that file.
Last edited by drs; 22nd March 2006 at 11:37 PM.
|

22nd March 2006, 11:37 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 66

|
|
Alright, just to update for FC5. The file /etc/X11/xdm/Xsetup_0: referenced in step 3 above should now be /etc/gdm/Init/Default. Insert the code in step 3 above the last line (exit 0) of that file. So the last lines of the file should be:
Code:
#attempt to start GDM with numlock
enable_X11_numlock on
exit 0
For more info about gdm, I found this site helpful:
http://www.5z.com/jirka/gdm-documentation/x241.html
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Numlock help (not in x)
|
jason_f |
Using Fedora |
1 |
27th June 2008 06:36 PM |
|
Numlock
|
gone15 |
Installation and Live Media |
8 |
21st June 2008 09:16 PM |
|
Numlock
|
Marcel Perreaux |
Using Fedora |
1 |
27th November 2006 12:00 PM |
|
NumLock Key on IBM T42
|
f3d0ram0nk3y |
Using Fedora |
1 |
6th September 2006 09:54 PM |
Current GMT-time: 18:47 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|