Harald, thanks I did the same thing like you did - same result, I got key press 133 key release 133 on xinput test 2, same behavior like you've described. Jeremy,
I'm confused whyyour keys aren't repeating... I'm also confused as to why you have the 100% CPU issue while X11.app is in the background (currently worked around by #if 0ing out some code). That 100% CPU issue happens during the mouse event processing.
at the moment I am working on my MacBook Air Mac OX X 10.5.6. (1.86 GHz, Intel Core 2 Duo, 2GB 1067 Mhz DDR3, SSD) no additional devices attached - but the non repeating "feature" is exactly the same as on my MacBook Pro.
Can you please tell me the output of: xset q
Keyboard Control: auto repeat: on key click percent: 0 LED mask: 00000000 auto repeat delay: 660 repeat rate: 25 auto repeating keys: 00ffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffff bell percent: 50 bell pitch: 400 bell duration: 100 Pointer Control: acceleration: 20/10 threshold: 4 Screen Saver: prefer blanking: yes allow exposures: no timeout: 0 cycle: 600 Colors: default colormap: 0x21 BlackPixel: 0 WhitePixel: 16777215 Font Path: /sw/share/fonts/override,/usr/X11/lib/X11/fonts/misc/,/usr/X11/lib/X11/fonts/TTF/,/usr/X11/lib/X11/fonts/OTF,/usr/X11/lib/X11/fonts/Type1/,/usr/X11/lib/X11/fonts/100dpi/,/usr/X11/lib/X11/fonts/75dpi/,/Library/Fonts,/System/Library/Fonts Bug Mode: compatibility mode is disabled DPMS (Energy Star): Server does not have the DPMS Extension Font cache: Server does not have the FontCache Extension ciao christof -- public key www.hfph.mwn.de/~chwolf/chwolf.asc Please respect my privacy and do not make my contact information available to third parties.
On Apr 7, 2009, at 03:43, Christof Wolf wrote:
Harald,
thanks I did the same thing like you did - same result, I got
key press 133 key release 133
on xinput test 2, same behavior like you've described.
Jeremy,
I'm confused whyyour keys aren't repeating... I'm also confused as to why you have the 100% CPU issue while X11.app is in the background (currently worked around by #if 0ing out some code). That 100% CPU issue happens during the mouse event processing.
at the moment I am working on my MacBook Air Mac OX X 10.5.6. (1.86 GHz, Intel Core 2 Duo, 2GB 1067 Mhz DDR3, SSD) no additional devices attached - but the non repeating "feature" is exactly the same as on my MacBook Pro.
Can you please tell me the output of: xset q
Keyboard Control: auto repeat: on key click percent: 0 LED mask: 00000000 auto repeat delay: 660 repeat rate: 25 auto repeating keys: 00ffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffff
Well... the server says that auto repeat is on, so you must be wrong. ::Close bug, put fingers in ears, and say, "la la la":: In all seriousness, I have no clue. I am confused why your repeat mask does not match mine: auto repeat: on key click percent: 0 LED mask: 00000000 auto repeat delay: 525 repeat rate: 11 auto repeating keys: 00ffffffffffff7f 42ffffffffffffff ffffffffffffffff ffffffffffffffff Do you have this file: $ ls /usr/X11/lib/X11/xinit/xinitrc.d/50-modifier_repeat.sh /usr/X11/lib/X11/xinit/xinitrc.d/50-modifier_repeat.sh It should be marked executable and thus run by /usr/X11/lib/X11/xinit/ xinitrc Are you using a keyboard layout other than US English (try US English)? Do you have "Follow System Keyboard Layout" enabled (try disabling it)?
Jeremy,
Well... the server says that auto repeat is on, so you must be wrong.
::Close bug, put fingers in ears, and say, "la la la"::
grrrr :-( :-)
In all seriousness, I have no clue. I am confused why your repeat mask does not match mine:
auto repeat: on key click percent: 0 LED mask: 00000000 auto repeat delay: 525 repeat rate: 11 auto repeating keys: 00ffffffffffff7f 42ffffffffffffff ffffffffffffffff ffffffffffffffff
Do you have this file: $ ls /usr/X11/lib/X11/xinit/xinitrc.d/50-modifier_repeat.sh /usr/X11/lib/X11/xinit/xinitrc.d/50-modifier_repeat.sh
It should be marked executable and thus run by /usr/X11/lib/X11/xinit/ xinitrc yes I have it and it is executable
-rwxr-xr-x 1 root wheel 77 5 Apr 12:56 /usr/X11/lib/X11/xinit/xinitrc.d/50-modifier_repeat.sh
Are you using a keyboard layout other than US English (try US English)?
I have the US English hardware model, but have the German layout enabled, I did try with US-English, but nothing - no repeating
Do you have "Follow System Keyboard Layout" enabled (try disabling it)?
I have it enabled - I disabled it, no repeating. Is there anything else maybe in KDE, which could be responsible for this? ciao christof -- public key www.hfph.mwn.de/~chwolf/chwolf.asc Please respect my privacy and do not make my contact information available to third parties.
On Apr 7, 2009, at 15:09, Christof Wolf wrote:
I have it enabled - I disabled it, no repeating. Is there anything else maybe in KDE, which could be responsible for this?
Ah... hmm... yes, try disabling KDE and just using quartz-wm. Does it work in that case?
participants (2)
-
Christof Wolf
-
Jeremy Huddleston