Dual Monitors

witt witt0191 at gmail.com
Fri Nov 4 23:08:09 UTC 2005


hi all

this might not be any use as FC4 and nvida bin's but my xconfig works 
for twinview and is as follows


# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "device1"
	Screen         "screen1" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

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

Section "InputDevice"

	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "gb"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
	Identifier   "monitor1"
	VendorName   "Generic"
	ModelName    "1024x768 @ 60 Hz"
	HorizSync    31.5 - 48.5
	VertRefresh  50.0 - 60.0
	Gamma        1.9 2.1 2.1
	ModeLine     "1024x480" 65.0 1024 1032 1176 1344 480 488 494 563 -hsync 
-vsync
	ModeLine     "768x576" 50.0 768 832 846 1000 576 590 595 630
	ModeLine     "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
	Identifier  "TwinView"
	Driver      "nvidia"
	BoardName   "NVIDIA GeForce FX (generic)"
	Option	    "DPMS"
	Option	    "CursorShadow" "1"
	Option	    "CursorShadowAlpha" "30"
	Option	    "CursorShadowYOffset" "4"
	Option	    "CursorShadowXOffset" "6"
	Option	    "IgnoreEDID" "1"
	Option	    "backingstore"
	Option	    "NvAGP" "1"
	Option	    "TwinView" "1"
	Option	    "VertRefresh" "CRT-0:50-60; CRT-1: 50-60"
	Option	    "HorizSync" "CRT-0: 30-48.5; CRT-1: 30-48.5"
	Option	    "Metamodes" "1024x768,1024x768; 800x600,800x600; 
640x480,640x480; 1024x768,NULL;800x600,NULL; 640x480,NULL"
	Option	    "TwinViewOrientation" "RightOf"
	Option	    "ConnectedMonitor" "CRT, CRT"
EndSection

Section "Screen"
	Identifier "screen1"
	Device     "TwinView"
	Monitor    "monitor1"
	DefaultDepth     24
	SubSection "Display"
		Virtual   2048 768
		Depth     8
	EndSubSection
	SubSection "Display"
		Virtual   2048 768
		Depth     15
	EndSubSection
	SubSection "Display"
		Virtual   2048 768
		Depth     16
	EndSubSection
	SubSection "Display"
		Virtual   2048 768
		Depth     24
	EndSubSection
EndSection

sorry its huge but did not want to edit it in case there is some voodoo 
going on!!

scott

http://witt0191.blogspot.com/



Peter Boy wrote:
> Am Donnerstag, den 03.11.2005, 10:52 -0800 schrieb Brian D. McGrew:
> 
>>Greetings all:
>>
>>I'm trying to get dual monitors working with FC3.  I've got an ATI X300
>>card with VGA and DVI and two analog Viewsonic monitors hooked up.  Both
>>monitors are working but they're mirroed.  I need to run them in
>>xinerama modem or separate desktop mode.  What am I missing?  My
>>xorg.conf file is attached!
> 
> 
> Here are the relevant sections of my xorg.conf which works perfectly in
> xinerama:
> 
> 
> Section "ServerLayout"
> 	Identifier     "ATI dual head configuration"
> 	Screen      0  "Screen0" 0 0
> 	InputDevice    "Mouse0" "CorePointer"
> 	InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> Section "Module"
> 	Load  "dbe"
> 	Load  "extmod"
> 	Load  "fbdevhw"
> 	Load  "glx"
> 	Load  "record"
> 	Load  "freetype"
> 	Load  "type1"
> 	Load  "dri"
> EndSection
> 
> .....
> 
> Section "Monitor"
> 	Identifier   "Monitor0"
> 	VendorName   "Monitor Vendor"
> 	ModelName    "LCD Panel 1280x1024"
> #       Synchronisation in Digital Mode
> 	HorizSync    31.5 - 67.0
>  	VertRefresh  50.0 - 75.0
> 	Option	    "dpms"
> EndSection
> 
> Section "Device"
> 	Identifier	"Videocard0"
> 	Driver		"radeon"
> 	VendorName	"ATI corp."
> 	BoardName	"ATI Radeon 9600"
> #	Option		"AGPFastWrite"	"on"
> 	Option		"MergedFB"	"on"
> 	Option		"CRT2Position"	"RightOf"
> EndSection
> 
> Section "Screen"
> 	Identifier "Screen0"
> 	Device     "Videocard0"
> 	Monitor    "Monitor0"
> 	DefaultDepth     24
> 	SubSection "Display"
> 		Viewport   0 0
> 		Depth     24
> 		Modes    "1280x1024" "1024x768" "800x600" "640x480"
> 		Virtual  2560 1024
> 	EndSubSection
> EndSection
> 
> Section "DRI"
> 	Group        0
> 	Mode         0666
> EndSection
> 




More information about the users mailing list