Re: Repeating Keystrokes in X

2003-06-03 Thread Alan Hourihane
On Mon, Jun 02, 2003 at 04:30:11PM -0600, Mark Cuss wrote:
 Hello
 
 I'm not sure if this is an X problem or not - if not, please let me know...
 
 I have a Toshiba Satellite 2450 notebook on which I've recently installed RedHat 8.  
 Everything works OK, except that sometimes in X when I type (in a terminal or 
 anywhere else), my keystrokes are doubled up (ie - pressing s once results in 2 of 
 them in the terminal).  This can happen every 10th keystroke or so...
 
 This doesn't seem to happen when X isn't running, so I think it may be an X thing.  
 I've attached my config file - I couldn't find anything out of the ordinary in 
 here...
 
 If anyone has any suggestions I'd appreciate them...

Try disabling xkb when starting X. So do this

startx -- -kb

Alan.
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Repeating Keystrokes in X

2003-06-03 Thread Harold L Hunt II
Mark,

Have you tried running 'xset r off'?

Harold

Mark Cuss wrote:

Hello
 
I'm not sure if this is an X problem or not - if not, please let me know...
 
I have a Toshiba Satellite 2450 notebook on which I've recently 
installed RedHat 8.  Everything works OK, except that sometimes in X 
when I type (in a terminal or anywhere else), my keystrokes are doubled 
up (ie - pressing s once results in 2 of them in the terminal).  This 
can happen every 10th keystroke or so...
 
This doesn't seem to happen when X isn't running, so I think it may be 
an X thing.  I've attached my config file - I couldn't find anything out 
of the ordinary in here...
 
If anyone has any suggestions I'd appreciate them...
 
Thanks
 
Mark
 
Mark Cuss, B. Sc.
Real Time Systems Analyst
CDL Systems Ltd
Suite 230
3553 - 31 Street NW
Calgary, AB, Canada
 
Phone: 403 289 1733 ext 226
Fax: 403 282 1238
www.cdlsystems.com http://www.cdlsystems.com




___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Repeating Keystrokes in X

2003-06-03 Thread Zan Lynx
On Mon, 2003-06-02 at 16:30, Mark Cuss wrote:
 Hello
  
 I'm not sure if this is an X problem or not - if not, please let me
 know...
  
 I have a Toshiba Satellite 2450 notebook on which I've recently
 installed RedHat 8.  Everything works OK, except that sometimes in X
 when I type (in a terminal or anywhere else), my keystrokes are
 doubled up (ie - pressing s once results in 2 of them in the
 terminal).  This can happen every 10th keystroke or so...
  
 This doesn't seem to happen when X isn't running, so I think it may be
 an X thing.  I've attached my config file - I couldn't find anything
 out of the ordinary in here...
  
 If anyone has any suggestions I'd appreciate them...

I had a similar problem with the Gentoo 2.4.20 Linux kernels on a dual
Athlon MP.  It was a kernel timekeeping problem.  The kernel functions
that returned the time would report times that jumped around.  I believe
that when the time jumped forward a second or two, X decided that it
should have been doing keyboard repeat during the mysterious missing
seconds.

If I remember correctly, it was a TSC related problem.

Google found another possible solution, here:
http://www.calpoly.edu/~rmartine/configure.html#Keyboard
-- 
Zan Lynx [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: Repeating Keystrokes in X

2003-06-03 Thread Mark Vojkovich
   This is a kernel problem.  /dev/console is returning duplicate
key releases and XFree86 doesn't filter it out and sends duplicate
key release events to the clients.  I'm told it's fixed in some
newer kernels.   It seems to be specific to the Toshiba notebooks.

Mark.

On Mon, 2 Jun 2003, Mark Cuss wrote:

 Hello
 
 I'm not sure if this is an X problem or not - if not, please let me know...
 
 I have a Toshiba Satellite 2450 notebook on which I've recently installed RedHat 8.  
 Everything works OK, except that sometimes in X when I type (in a terminal or 
 anywhere else), my keystrokes are doubled up (ie - pressing s once results in 2 of 
 them in the terminal).  This can happen every 10th keystroke or so...
 
 This doesn't seem to happen when X isn't running, so I think it may be an X thing.  
 I've attached my config file - I couldn't find anything out of the ordinary in 
 here...
 
 If anyone has any suggestions I'd appreciate them...
 
 Thanks
 
 Mark
 
 Mark Cuss, B. Sc.
 Real Time Systems Analyst
 CDL Systems Ltd
 Suite 230
 3553 - 31 Street NW
 Calgary, AB, Canada
 
 Phone: 403 289 1733 ext 226
 Fax: 403 282 1238
 www.cdlsystems.com

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel