Re: Some Xinerama problems

2001-09-29 Thread Dmitry Yu. Bolkhovityanov
On Fri, 28 Sep 2001, Olivier Chapuis wrote:

 Hello,
 I make some Xinerama test recently using Sls 1x2 on
 my poor 800x600 screen:
 
---
   |   |   |
   |   0   |   1   |
   |   |   |
---
 
 The support seems really great! (BTW, does there exits
 laptop with a double head video card?).

Most modern laptops are dual-headed: first head is laptop's flat
panel, the second is VGA output.  While VGA typically duplicates the
panel, at least those with ATI cards (e.g. Compaq Presario 1700 with ATI
Rage Mobility M2) and with Permedia ones are able of displaying different
pictures on these heads, and even with different resolutions.

_
  Dmitry Yu. Bolkhovityanov
  [EMAIL PROTECTED]
  The Budker Institute of Nuclear Physics


--
Visit the official FVWM web page at URL:http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm-workers in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


My fvwm2rc

2001-09-29 Thread Suzanne Britton
As requested by Dominik, here's a copy of my .fvwm2rc file. I've pared it
down a little, but I've verified that the bug still occurs. It seems to happen
consistently after opening two rxvt's in a row via F1.

Suzanne

==

 General Configuration 

ImagePath 
/usr/local/share/icons/48x48:/usr/local/share/icons/gnome48x48:/usr/local/share/icons/32x32:/usr/local/share/icons/copland32x32:/usr/local/share/icons/copland16x16

DeskTopSize 2x2
EdgeResistance  0 0
EdgeScroll  100 100
EdgeThickness   1
OpaqueMoveSize  0
SnapAttraction  10 All Screen

## Functions ##

AddToFunc StartFunction
   + I FvwmPager *
   + I FvwmIconMan

AddToFunc MaximizeAndRaise
   + I Maximize
   + I Raise

AddToFunc SelectWindow
   + I Focus
   + I Iconify false
   + I Raise

AddToFunc SelectWindowWithFlipFocus
   + I FlipFocus
   + I Iconify false
   + I Raise

AddToFunc TitlebarLeftClick
   + I Raise
   + M Move
   + D WindowShade

AddToFunc MakeThemeMenu
   + I DestroyMenu recreate ThemeMenu
   + I PipeRead 'fvwm-theme.pl -menu ThemeMenu'

AddToFunc MakeMP3PlaylistMenu
   + I PipeRead 'perlmp3 -output-top-menu MP3PlaylistMenu'

AddToFunc MakeMP3PlaylistSubmenu
   + I PipeRead perlmp3 -output-submenu $0

AddToFunc MakeSlashdotMenu
   + I PipeRead fvwm-menu-headlines --site slashdot

# Launcher Functions ##

AddToFunc LaunchTerm
   + I Exec $0 -name $1 -title xterm

AddToFunc LaunchRootTerm
   + I Exec $0 -name $1 -title root xterm -e su -

AddToFunc LaunchIgs
   + I Exec $0 -name $1 -title igs.net -e ssh igs.net

AddToFunc LaunchWWW
   + I Exec $0 -name $1 -title www.igs.net -e ssh www.igs.net

AddToFunc LaunchMutt
   + I Exec $0 -name $1 -e mutt -F ~/.muttrc_x

AddToFunc LaunchSlrn
   + I Exec $0 -name $1 -e slrn -i ~/.slrnrc_x

AddToFunc LaunchLinks
   + I Exec $0 -name $1 -e links

AddToFunc LaunchNapster
   + I Exec rxvt -name rxvt_full -title Napster -e nap

AddToFunc LaunchScrabble
   + I Exec rxvt -name rxvt_full -title MarlDOOM -e tf md

 Menus 

AddToMenu RootMenu Root Menu Title
   + Term   ?-F1  Popup TermMenu
   + Root Term  ?-F2  Popup RootTermMenu
   + IGS?-F3  Popup IGSMenu
   + WWW?-F4  Popup WWWMenu
   + Mutt   ?-F5  Popup MuttMenu
   + Slrn   ?-F6  Popup SlrnMenu
   + Napster  F7  LaunchNapster
   + Scrabble F8  LaunchScrabble
   + Word MineF9  Exec wordmine
   + Netscape F10 Exec netscape
   + Gimp F11 Exec gimp
   + Fvwm Console F12 FvwmConsole -terminal rxvt
   +  Nop
   + Themes A-MenuPopup ThemeMenu
   + Slashdot   S-MenuPopup slashdot
   + MP3 Playlist   C-MenuPopup MP3PlaylistMenu
   + MP3 Controls Popup MP3ControlsMenu
   +  Nop
   + Lock   A-F10 Exec xscreensaver-command -lock
   + RestartA-F11 Restart
   + Exit   A-F12 Quit

AddToMenu TermMenu
   + NormalLaunchTerm rxvt  rxvt
   + Brushed   LaunchTerm rxvt  rxvt_brushed
   + FullscreenLaunchTerm rxvt  rxvt_full
   + Transparent   LaunchTerm aterm aterm

AddToMenu RootTermMenu
   + NormalLaunchRootTerm rxvt  rxvt
   + Brushed   LaunchRootTerm rxvt  rxvt_brushed
   + FullscreenLaunchRootTerm rxvt  rxvt_full
   + Transparent   LaunchRootTerm aterm aterm

AddToMenu IGSMenu
   + NormalLaunchIGS rxvt  rxvt
   + Brushed   LaunchIGS rxvt  rxvt_brushed
   + FullscreenLaunchIGS rxvt  rxvt_full
   + Transparent   LaunchIGS aterm aterm

AddToMenu WWWMenu
   + NormalLaunchWWW rxvt  rxvt
   + Brushed   LaunchWWW rxvt  rxvt_brushed
   + FullscreenLaunchWWW rxvt  rxvt_full
   + Transparent   LaunchWWW aterm aterm

AddToMenu MuttMenu
   + NormalLaunchMutt rxvt  rxvt
   + Brushed   LaunchMutt rxvt  rxvt
   + FullscreenLaunchMutt rxvt  rxvt_full
   + Transparent   LaunchMutt aterm aterm

AddToMenu SlrnMenu
   + NormalLaunchSlrn rxvt  rxvt_compact
   + FullscreenLaunchSlrn rxvt  rxvt_full
   + Transparent   LaunchSlrn aterm aterm

AddToMenu LinksMenu
   + NormalLaunchSlrn rxvt  rxvt_roomy
   + FullscreenLaunchSlrn rxvt  rxvt_full
   + Transparent   LaunchSlrn aterm aterm_roomy

AddToMenu WindowOpsMenu Window Ops Title
   + Identify FvwmIdent
   + Iconify  KP-/Iconify
   + Maximize KP-**   MaximizeAndRaise
   + CloseKP--Close
   + Kill Destroy
   + ShadeWindowShade
   + StickStick
   + Move Move
   + Resize   Resize
   + Move to  Popup DeskMenu

AddToMenu DeskMenu
   

RelieveRectangle: called with w = -10, h = 1

2001-09-29 Thread Elliot Sowadsky
fvwm prints out RelieveRectangle: called with w = -10, h = 1

when i resize my mailtool winow.
Message started w/ 2.4.2 i believe.
The function works as intended tho.



AddToFunc Max2Size
+   I Maximize
+   I ResizeMove $0p $1p $2p $3p
+   I Resize br w-10p w-27p  # account for borders and title

AddToFunc Tile
+   I Resize 0 0
+   I Maximize grow grow
+   I Max2Size $[w.width] $[w.height] $[w.x] $[w.y]

Mouse 1 T   SC  Tile
--
Visit the official FVWM web page at URL:http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm-workers in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]