Xinerama on Fedora Core 3

This is my configuration for running dual 1600×1200 displays with Fedora Core 2 Test 3.


# Xorg configuration
#
# Author:      Tony Perrie
#
# Description: xorg configuration file for a 3200x1200
#              Xinerama desktop under Fedora Core 2 (Test 3)
#              using a Radeon 7200 in the AGP slot and a Radeon
#              7000 in the fourth PCI slot on an Asus CUSL2
#              Pentium III-based system.
#
# Date:        5/13/2004

Section "ServerLayout"
	Identifier     "Multihead layout"
	Screen      0  "Screen0" RightOf "Screen1"
	Screen      1  "Screen1" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	Option	    "Xinerama" "on"
	Option	    "Clone" "on"
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"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	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   "Sony"
	ModelName    "Sony CPD-G520"
	HorizSync    30.0 - 121.0
	VertRefresh  48.0 - 160.0
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Samsung"
	ModelName    "Samsung SyncMaster 213T"
	HorizSync    30.0 - 81.0
	VertRefresh  56.0 - 85.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "radeon"
	VendorName  "ATI"
	BoardName   "ATI Radeon 7000"
EndSection

# If you want the BusID for your second video
# card, do a X -configure, and examing the
# xorg.conf file, but don't use that generated
# file, just paste it into the fedora generated
# /etc/X11/xorg.conf - Tony

Section "Device"
	Identifier  "Videocard1"
	Driver      "radeon"
	VendorName  "ATI"
	BoardName   "ATI Radeon 7200"
	BusID       "PCI:2:14:0"
EndSection

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

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

Section "DRI"
	Group        0
	Mode         0666
EndSection
Comments

Leave a response

Comments