I'll give 2.5.2 a shot.  Is there a tool that comes with fvwm2 that I
can use to take s screenshot?
        Thanks,
        Jeff

The following words come to us from Dominik Vogt:
> 
> 
> --tjCHc7DPkfUGtrlw
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> 
> On Tue, Jul 30, 2002 at 05:06:48PM -0700, Jeff Gibson wrote:
> > I just compiled and installed fvwm2 version 2.4.8 on a Solaris machine
> > running with openwin/cde.  It basically works, but whenever I move a
> > window, the window border and the sizing hashmarks inside the window
> > leave black lines behind that litter up the display until I explicity
> > tell fvwm2 to refresh.  This happens even with a blank .fvwm2rc, so it's
> > not a local configuration issue.  Any idea what I can do?  My
> > configuration is below.
> 
> Please try out 2.5.2.  I'm not recommending to use it but merely
> try if the problem is still there.  Second, can you make a
> screen shot showing the problem and post it?  Please don't post
> your whole desktop, a small portion is enough.  Finally, please
> apply the attached patch to the sources, recompile and reinstall
> fvwm and post the output it produces (just the last twenty lines).
> 
> To apply the patch, cd into the directory with the move_resize.c
> file in the fvwm source tree, copy the patch file there and issue
> the command
> 
>   $ patch < moveoutline.patch
> 
> > I'm not using many of the extensions, but it
> > didn't look to me like any of those extensions would help.
> 
> It's not a matter of configuration.
> 
> Bye
> 
> Dominik ^_^  ^_^
> 
>  --
> Dominik Vogt, mail: [EMAIL PROTECTED], phone: 0721/91374-382
> Schlund + Partner AG, Erbprinzenstr. 4-12, D-76133 Karlsruhe
> 
> --tjCHc7DPkfUGtrlw
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: attachment; filename="moveoutline.patch"
> 
> *** move_resize.c.orig        Wed Jul 31 10:52:59 2002
> --- move_resize.c     Wed Jul 31 10:59:36 2002
> ***************
> *** 2969,2974 ****
> --- 2969,2977 ----
>         get_outline_rects(
>       &(rects[1]), move_resize_grid.geom.x, move_resize_grid.geom.y,
>       move_resize_grid.geom.width, move_resize_grid.geom.height);
> + fprintf(stderr,"dmrg: erasing (%d) %4d %4d %4dx%4d\n", nrects,
> +     move_resize_grid.geom.x, move_resize_grid.geom.y,
> +     move_resize_grid.geom.width, move_resize_grid.geom.height);
>     }
>     if (width && height)
>     {
> ***************
> *** 2978,2983 ****
> --- 2981,2988 ----
>       move_resize_grid.geom.width = width;
>       move_resize_grid.geom.height = height;
>       nrects += get_outline_rects(&(rects[0]), x, y, width, height);
> + fprintf(stderr,"dmrg: drawing (%d) %4d %4d %4dx%4d\n",
> +     nrects, x, y, width, height);
>     }
>     if (nrects > 0)
>     {
> 
> --tjCHc7DPkfUGtrlw--
> --
> Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
> To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
> message to [EMAIL PROTECTED]
> To report problems, send mail to [EMAIL PROTECTED]
> 


-- 
Jeff Gibson                     [EMAIL PROTECTED]
Ph. D. Student in EE            Phone:  (Home)   (650) 938-5967
Computer Systems Lab                    (Office) (650) 725-3657
Stanford University             http://www-flash.stanford.edu/~jeffg
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to