public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] twinview
@ 2007-03-04 20:49 list-catcher
  2007-03-05 16:39 ` James Ausmus
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: list-catcher @ 2007-03-04 20:49 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]

Does anyone use twinview to run two monitors at different resolutions?

I've got two monitors one on top of the other with the lower 
resolutioned one on top.  The one on top (lower resolution) has a dead 
area where the window manager/X thinks exists but doesn't show. 
Sometimes the window manager will put windows there that I can't see.

I'm not sure where the problem is because different window managers 
treat it differently, although the dead space exists in all of them.

In fvwm, for example, if I maximize a window that is predominately in 
the lower resolutioned monitor it will make that window take up the
entire visible area not including the dead space.  Yet, fvwm does load 
windows in the dead space sometimes and I can drag my cursor into it.

Fluxbox maximizes windows to the entire desktop, both monitors, which is 
annoying but that's another issue, including the dead space.

xorg.conf is attached.

aristotle ~ # emerge -p fvwm

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-wm/fvwm-2.5.18-r1  USE="gtk nls perl png readline 
truetype xinerama -bidi -debug -imlib -rplay -stroke -tk" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

aristotle ~ # emerge -p fluxbox

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-wm/fluxbox-0.9.15.1-r2  USE="nls truetype xinerama 
-disableslit -disabletoolbar -gnome -imlib -kde" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB


[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 2308 bytes --]

Section "Extensions"
	Option "Composite"      "true" 
EndSection

Section "ServerFlags"
	Option      "Xinerama"      "true"
EndSection

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "glx"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/psaux"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "NV40 [GeForce 6800]"
	BusID       "PCI:3:0:0"	Screen	0
        Option          "TwinView"	"True"
        Option          "TwinViewOrientation" "Above"
        Option          "ConnectedMonitor" "CRT, CRT, TV"
        Option          "MetaModes" "1600x1200,1024x768"
        Option		"SecondMonitorHorizSync"   "31-65"
        Option		"SecondMonitorVertRefresh" "52-120"
#        Option          "TVStandard" "NTSC-M"
#        Option          "TVOutFormat" "Composite"
	Option		"TripleBuffer" "True" #-----beryl
	Option		"AddARGBGLXVisuals" "True"
	Option		"AllowGLXWithComposite" "True"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     24
#	EndSubSection
        Option      "AddARGBGLXVisuals" "true"
EndSection


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-03-07  2:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-04 20:49 [gentoo-amd64] twinview list-catcher
2007-03-05 16:39 ` James Ausmus
2007-03-06  9:24 ` [gentoo-amd64] twinview Duncan
2007-03-06 16:04   ` B Nice
2007-03-07  2:01 ` [gentoo-amd64] twinview Boyd Stephen Smith Jr.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox