Subject: Re: How do I ..
To: Warner Losh <imp@harmony.village.org>
From: Fujio Nobori <toh@po.ntts.co.jp>
List: port-hpcmips
Date: 10/08/2001 10:51:07
Hi,

On Sun, Oct 07, 2001 at 05:45:58PM -0600, Warner Losh wrote:
> 
> ... run programs on suspend/resume?
> 
> I need to run xrefresh when the machine wkaes up because otherwise the
> video is "random".  Random means "about what was on the screen before,
> but with lots of dropouts and other weird effects" not white noise.
> 
> Warner

I don't know there's a way to do that automatically.

I put those two lines to my .twmrc:

    Function "redraw-window" { f.exec "exec xrefresh &")
    "r" = c m : all : f.function "redraw-window"

This makes it possible to execute xrefresh manually with
"CTRL + ALT + r".

Maybe this could help you...

-------------------------------------------------------
FUJIO NOBORI (toh@po.ntts.co.jp)