[ltp] Low Typematic-Rate after suspend
Peter Theunis
linux-thinkpad@linux-thinkpad.org
Wed, 24 Sep 2003 14:33:24 -0700
Freddy,
If your apmd version supports new-style event.d directories, try this:
create a script in /etc/apm/event.d; i.e: keyboard_resume.sh
containing the following:
<CODE>
#!/bin/sh
if [ "$1" = "resume" ]; then
/sbin/kbdrate -r 30.0
fi
</CODE>
If your apmd version doesn't support that directory layout, have a look at /etc/apm/apmd_proxy to figure out what you should do,
cheers
peter
Frederic Gaus [ml-linux-thinkpad@necroshine.de] wrote:
> Hi people
>
> Suspend (Fn+F4) works fine for me in most cases, only one problem is
> left: After Suspend i got a really low typematic-rate (holding one key
> pressed, the letter only repeats very slow)
>
> I can fix this by executing /sbin/kbdrate -r 30.0, so it is not a real
> problem. But it would be nice if I could automate this.
>
> Thanks for your hints
>
> Freddy
--
I'm a VIP at my local liquor store and I'm root. Fear me !