Re: fvwm window shadows don't move...

1998-05-30 Thread Edward Betts
On Thu, 28 May, 1998, Adrian Bridgett wrote:

 You probably just have XORvalue set to a bad value, try adding this to
 ~/.fvwm2rc:
 
 XORvalue 16777215

Wow, I have had that problem since the beginning of the year, thanks for
giving the solution.

-- 
Edward Betts  http://www.hairnet.demon.co.uk/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: fvwm window shadows don't move...

1998-05-29 Thread Lee Bradshaw
On Thu, May 28, 1998 at 11:19:02AM -0500, the lone gunman wrote:
 On problem, though, is as follows:
   I'm using fvwm2 as a window manager under XFree86.  When I
 click and hold the left mouse button on a window handle or title
 bar, and move the mouse the window stays in place, and only the
 crosshair moves, which makes it hard to determine where the window
 will actually land.  I copied my old fvwm2rc and XF86Config files from

In your .fvwm2/post.hook add:

  OpaqueMoveSize 100
  XORvalue 255

Any window up to 100% of the total screen area will be moved opaquely. I
don't know what happens when you move a window larger than the screen.
XORvalue is used when resizing the windows with the rubber bands.

I'm actually using the debian .fvwm2 hooks, if you aren't, I think you
can add it to your .fvwm2rc.

-- 
Lee Bradshaw [EMAIL PROTECTED] (preferred)
Alantro Communications   [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: fvwm window shadows don't move...

1998-05-29 Thread Christopher Judd
 Hello:

 ...
 
 On problem, though, is as follows:
   I'm using fvwm2 as a window manager under XFree86.  When I
 click and hold the left mouse button on a window handle or title
 bar, and move the mouse the window stays in place, and only the
 crosshair moves, which makes it hard to determine where the window
 will actually land.  I copied my old fvwm2rc and XF86Config files from
 my old slackware system, and on that setup, when I moved a window, the
 border of the window would move around with the crosshair, so I could
 get a better feel for where the window would land.

 I use fvwm2 on a (still bo) system at work.  If the Xserver
(s3virge) is running in 8 bpp the border moves with the cursor; in 
16 bpp it doesn't.  I haven't had the time to investigate it further.
Is this a limitation of the server, or a configuration problem?

-Chris 

-- 
||
|   Dr. Christopher D. Judd  |
|   NYS Dept. of Health [EMAIL PROTECTED]   |
|   Wadsworth Center - ESP   |
|   P.O. Box 509   518 486-7829  |
|   Albany, NY 12201-0509|
||


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: fvwm window shadows don't move...

1998-05-29 Thread Adrian Bridgett
On Thu, May 28, 1998 at 11:19:02AM -0500, the lone gunman wrote:
 Hello:
 
 I just installed Debian/GNU 1.3.1, I've got pretty much everything
 going as I want it.
 
 On problem, though, is as follows:
   I'm using fvwm2 as a window manager under XFree86.  When I
 click and hold the left mouse button on a window handle or title
 bar, and move the mouse the window stays in place, and only the
 crosshair moves, which makes it hard to determine where the window
 will actually land.  I copied my old fvwm2rc and XF86Config files from
 my old slackware system, and on that setup, when I moved a window, the
 border of the window would move around with the crosshair, so I could
 get a better feel for where the window would land.
   Basically, I'd like to have that border back, because it's
 kinda hard to judge where a window will land with just the crosshair.
 Even better, I'd like to have the entire window move with the
 crosshair, but either way is okay.
   Anybody know how I can get this feature to work?

You probably just have XORvalue set to a bad value, try adding this to
~/.fvwm2rc:

XORvalue 16777215


 Thanks in advance,
 Eagerly awaiting Debian 2.0,

As are we all :-)

email: [EMAIL PROTECTED], http://www.poboxes.com/adrian.bridgett
Windows NT - Unix in beta-testing.   PGP key available on public key servers
Debian Linux  http://www.debian.org  The superior Linux distribution


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


fvwm window shadows don't move...

1998-05-28 Thread the lone gunman
Hello:

I just installed Debian/GNU 1.3.1, I've got pretty much everything
going as I want it.

On problem, though, is as follows:
I'm using fvwm2 as a window manager under XFree86.  When I
click and hold the left mouse button on a window handle or title
bar, and move the mouse the window stays in place, and only the
crosshair moves, which makes it hard to determine where the window
will actually land.  I copied my old fvwm2rc and XF86Config files from
my old slackware system, and on that setup, when I moved a window, the
border of the window would move around with the crosshair, so I could
get a better feel for where the window would land.
Basically, I'd like to have that border back, because it's
kinda hard to judge where a window will land with just the crosshair.
Even better, I'd like to have the entire window move with the
crosshair, but either way is okay.
Anybody know how I can get this feature to work?

Thanks in advance,
Eagerly awaiting Debian 2.0,
--
garman AT uiuc DOT edu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: fvwm window shadows don't move...

1998-05-28 Thread Martin Bialasinski

 tlg == the lone gunman [EMAIL PROTECTED] writes:

Hi lone (or is your name gunman, or maybe the),

we tend to use our real names here.

tlg I'm using fvwm2 as a window manager under XFree86.  When I
tlg click and hold the left mouse button on a window handle or title
tlg bar, and move the mouse the window stays in place, and only the
tlg crosshair moves, which makes it hard to determine where the window
[...]
tlg Basically, I'd like to have that border back, because it's
tlg kinda hard to judge where a window will land with just the crosshair.
tlg Even better, I'd like to have the entire window move with the
tlg crosshair, but either way is okay.

Edit your /etc/X11/fvwm2/system.fvwm2rc and insert

# Make the outline of windows apear on move with all colordepths
XORValue 255

# Maximum size window (in %) with which opaque window movement 
# should be used
OpaqueMoveSize 30

Check man fvwm2 for more infos about these options.

Ciao,
Martin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]