Re: Keyboard repetition under X11

2008-06-18 Thread alt127
hi,

maybe you should give kbdcontrol a try

you could also pass the values in /etc/rc.conf as

keyrate=delay.repeat 

Chris wrote:

 Hi all,

 this is probably a silly question, but I can't find
 what I'm doing wrong, so I need help.
 I just re-installed my FreeBSD box from 6.0 to 7.0 and
 suddenly I can't get my keyboard to repeat when
 keeping a key pressed, which has always worked
 immediately on all my previous installs.

 This is what I have in my xorg.conf (added last line
 just to try to force repeat)
 Section InputDevice
 Identifier  Keyboard0
 Driver  kbd
 Option  CoreKeyBoard
 Option  XkbRules xorg
 Option  XkbModel pc105
 Option  XkbLayout se
 Option  AutoRepeat 400 30
 EndSection

 xset q tells me the following:
   Keyboard Control:
 auto repeat:  onkey click percent:  0LED
 mask:  
 auto repeat delay:  660repeat rate:  25
 auto repeating keys:  00ffdbbf
   fadfffdfffdfe5ef
   
   
 bell percent:  50bell pitch:  400bell
 duration:  100

 So, as far as I understand, I should have repetition
 enabled, but the keyboard isn't responding as
 expected. It's not a hardware problem as it still
 works on an older FreeBSD machine. The keyboard in
 question is a cheap USB keyboard identified as follows
 in dmesg in case that is any help:
 ukbd0: Ezkey Ezkey USB Keyboard, class 0/0, rev
 1.10/1.00, addr 4 on uhub5

 Any help appreciated, as I suspect I've done some
 really basic stupidity, but I can't see it.

 BR,
   Chris




   
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
   

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Keyboard repetition under X11

2008-06-18 Thread Chris
Hi,

thanks, but unfortunately that didn't help, since the
problem is confined to X.

What did work, though, is that I added:
   xset r rate 500 20
in my .xinitrc

So I suspect that there's some bug in this version of
Xorg w.r.t. AutoRepeat and this keyboard type (since
it has worked immediately on older Xorg versions), but
the above seems to be a good-enough workaround for me.

/Chris


--- alt127 [EMAIL PROTECTED] wrote:

 hi,
 
 maybe you should give kbdcontrol a try
 
 you could also pass the values in /etc/rc.conf as
 
 keyrate=delay.repeat 
 
 Chris wrote:
 
  Hi all,
 
  this is probably a silly question, but I can't
 find
  what I'm doing wrong, so I need help.
  I just re-installed my FreeBSD box from 6.0 to 7.0
 and
  suddenly I can't get my keyboard to repeat when
  keeping a key pressed, which has always worked
  immediately on all my previous installs.
 
  This is what I have in my xorg.conf (added last
 line
  just to try to force repeat)
  Section InputDevice
  Identifier  Keyboard0
  Driver  kbd
  Option  CoreKeyBoard
  Option  XkbRules xorg
  Option  XkbModel pc105
  Option  XkbLayout se
  Option  AutoRepeat 400 30
  EndSection
 
  xset q tells me the following:
Keyboard Control:
  auto repeat:  onkey click percent:  0   
 LED
  mask:  
  auto repeat delay:  660repeat rate:  25
  auto repeating keys:  00ffdbbf
fadfffdfffdfe5ef


  bell percent:  50bell pitch:  400bell
  duration:  100
 
  So, as far as I understand, I should have
 repetition
  enabled, but the keyboard isn't responding as
  expected. It's not a hardware problem as it still
  works on an older FreeBSD machine. The keyboard in
  question is a cheap USB keyboard identified as
 follows
  in dmesg in case that is any help:
  ukbd0: Ezkey Ezkey USB Keyboard, class 0/0, rev
  1.10/1.00, addr 4 on uhub5
 
  Any help appreciated, as I suspect I've done some
  really basic stupidity, but I can't see it.
 
  BR,
Chris
 
 
 
 

  ___
  freebsd-questions@freebsd.org mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]

 
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 



  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Keyboard repetition under X11

2008-06-17 Thread Chris
Hi all,

this is probably a silly question, but I can't find
what I'm doing wrong, so I need help.
I just re-installed my FreeBSD box from 6.0 to 7.0 and
suddenly I can't get my keyboard to repeat when
keeping a key pressed, which has always worked
immediately on all my previous installs.

This is what I have in my xorg.conf (added last line
just to try to force repeat)
Section InputDevice
Identifier  Keyboard0
Driver  kbd
Option  CoreKeyBoard
Option  XkbRules xorg
Option  XkbModel pc105
Option  XkbLayout se
Option  AutoRepeat 400 30
EndSection

xset q tells me the following:
  Keyboard Control:
auto repeat:  onkey click percent:  0LED
mask:  
auto repeat delay:  660repeat rate:  25
auto repeating keys:  00ffdbbf
  fadfffdfffdfe5ef
  
  
bell percent:  50bell pitch:  400bell
duration:  100

So, as far as I understand, I should have repetition
enabled, but the keyboard isn't responding as
expected. It's not a hardware problem as it still
works on an older FreeBSD machine. The keyboard in
question is a cheap USB keyboard identified as follows
in dmesg in case that is any help:
ukbd0: Ezkey Ezkey USB Keyboard, class 0/0, rev
1.10/1.00, addr 4 on uhub5

Any help appreciated, as I suspect I've done some
really basic stupidity, but I can't see it.

BR,
  Chris




  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]