Dual monitor/dual video card setup in FC3

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

 



Good day all;

First off, let me say that I've recently upgraded to FC3 from FC1. Also,
I've been using Linux of one flavor or another since the 0.99 kernel. Or
was it 1.0.... It's been a long time.  Over that time I have had to
tweak the xf86.config file a number of times.  Recent versions of Redhat
and now Fedora have spoiled me, however. The configuration for X simply
worked.  In FC1 I set up a dual monitor setup and it worked right out of
the box.

Since I've upgraded to FC3, things are different. First, the system-
config-display issue.  I upgraded that, and fine, I can configure dual
head now.  Except that it doesn't work.  The system recognized my second
PCI video card, but never uses it.  It's strictly one display.  Here's
my config info:

[root@canopus ~]# lspci
00:09.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2164W
[Millennium II]
01:00.0 VGA compatible controller: S3 Inc. ProSavage KM133 (rev 03)

The Matrox is a PCI 4Mb card. The S3 is built into the board. It's the
Matrox that isn't starting up.

The monitors are Acer 77C (working) and a Hitachi CM-1711M.

I'll attach the X.org configuration file at the end. From what I can
see, it "should" work but doesn't.  Oh, btw, I did look though the
multitude of posts, and bugzilla.  I may have missed this information
though, there is a lot of stuff here...

Thanks for any ideas you may have.

Cheers,
Craig

# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "Multihead layout"
	Screen      0  "Screen0" LeftOf "Screen1"
	Screen      1  "Screen1" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	Option	    "Xinerama" "on"
	Option	    "Clone" "off"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name
of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
	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"
	Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
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"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Acer 77c"
	HorizSync    30.0 - 72.0
	VertRefresh  50.0 - 120.0
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Hitachi CM-1711M"
	HorizSync    24.8 - 82.0
	VertRefresh  55.0 - 120.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "savage"
	VendorName  "Videocard vendor"
	BoardName   "S3 ProSavage KM133"
EndSection

Section "Device"
	Identifier  "Videocard1"
	Driver      "mga"
	VendorName  "Videocard Vendor"
	BoardName   "Matrox Millennium II"
	BusID       "PCI:0:9:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     16
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Videocard1"
	Monitor    "Monitor1"
	DefaultDepth     16
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection


-- 
Craig Stewart
E-mail: cstewart@xxxxxxxxxxx
MSN IM: mikoyan31@xxxxxxxxxxx
ICQ IM: Red Dwarf


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

  Powered by Linux