On Thu, 22 Jun 2000, <[EMAIL PROTECTED]> wrote:
>> From: "Daniel Pittman" <[EMAIL PROTECTED]>
>> > > i'm using dhcpcd, so i don't know whether there is something
>> > > analogous i can do.
[...]
>> > Well, I could see some advantages in there being a standard
>> > shell-script provided that did
I notice that after resuming from a suspend, the keyboard rate is
woefully low. I set about correcting that problem by dropping this
script into /etc/apm/events.d:
#!/bin/sh
case "$1" in
resume)
case "$2" in
suspend)
if netstat -na | grep ':6000' ; then
xset -display
> From: "Daniel Pittman" <[EMAIL PROTECTED]>
> > > i'm using dhcpcd, so i don't know whether there is something analogous
> > > i can do.
> >
> > There didn't seem to be, the last time I checked. Which is one of the
> > reasons that I changed over to the dhclient package.
>
> hmmm, may be i shoul
On Thu, 22 Jun 2000, <[EMAIL PROTECTED]> wrote:
>> From: "Daniel Pittman" <[EMAIL PROTECTED]>
>> > > i'm using dhcpcd, so i don't know whether there is something
>> > > analogous i can do.
[...]
>> > Well, I could see some advantages in there being a standard
>> > shell-script provided that did
I notice that after resuming from a suspend, the keyboard rate is
woefully low. I set about correcting that problem by dropping this
script into /etc/apm/events.d:
#!/bin/sh
case "$1" in
resume)
case "$2" in
suspend)
if netstat -na | grep ':6000' ; then
xset -display
5 matches
Mail list logo