Trouble with Dual Head Matrox G550

Tom Tengdin t3 at razzolink.com
Wed Dec 20 21:13:31 PST 2006


I have not been able to get my 3 headed system working since I upgraded
to FC6.
Main, nvidia, display works fine.  
One one mga display I get a noisy picture that leaves streaks when the
mouse moves over it.  The other display has diagonal lines like it won't
sync but they are both LCD widescreens.  

Displays work fine in XP.  

Xorg.0.log and xorg.conf are attached.

Any one have any idea what I am missing?  

Tnx
T3
-------------- next part --------------
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "three head configuration"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" Rightof "Screen0"
	Screen      2  "Screen2" Leftof "Screen0"
	InputDevice    "Keyboard0" "CoreKeyboard"
	Option	       "InitPrimary"
EndSection

Section "Files"
	ModulePath  "/usr/lib/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/local/lib/xorg/modules"
        ModulePath   "/usr/lib/xorg/modules"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Sylvania F96"
	DisplaySize  370	280
	HorizSync    30.0 - 96.0
	VertRefresh  50.0 - 160.0
	Option	    "dpms"
EndSection

Section	"Monitor"
	Identifier	"Monitor1"
EndSection

Section	"Monitor"
	Identifier	"Monitor2"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	BusID       "PCI:0:5:0"
	Option	    "HWCursor" "off"
	Screen	    0
EndSection

Section "Device"
	Identifier  "Videocard1"
	Driver      "mga"
	BusID       "PCI:3:0:0"
	Screen	    0
EndSection

Section "Device"
	Identifier  "Videocard2"
	Driver      "mga"
	BusID       "PCI:3:0:0"
	Screen	    1
EndSection

Section "Screen"
	Identifier "Screen0"
	Monitor	   "Monitor0"
	Device     "Videocard0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes "1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Monitor	   "Monitor1"
	Device     "Videocard1"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes "1680x1050"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Monitor	   "Monitor2"
	Device     "Videocard2"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes "1680x1050"
	EndSubSection
EndSection

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log
Type: text/x-log
Size: 88103 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20061220/6ac0b23c/attachment.bin>


More information about the xorg mailing list