Re: Dual Monitors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux