On Thu, 6 Mar 2003, Paul Hoepfner-Homme wrote: >Hi, > >After upgrading to XFree86 4.3.0, my keyboard autorepeat rate has changed. It >is too slow and I would like to return it to its original default setting >(delay 500ms, repeat 30ms). I made no changes to XF86Config, although I never <snip> >So I tried changing it using xset. But that doesn't work either. When I run >"xset r 30", it makes no difference to the rate. So I studied the help for >"xset" a bit and tried using the other syntax, "xset r delay rate". So I did >"xset r 500 30", and it gave me this error message, followed by the usage
Hi Paul, this should work for you: xset r rate 500 30 The summary of the command at the top of the man page shows (and I've edited out all the non-relevant options): xset [r rate _delay_ [_rate_]] All the non-underlined parameters must actually be typed in as shown. The underlined arguments take on variable values. The square brackets indicate that something is optional, so you can specify the delay and _not_ the rate, but you must specify at least the delay. HTH, Oisin Feeley _______________________________________________ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

