All pastes #1433605 Raw Edit

Mine

public text v1 · immutable
#1433605 ·published 2009-05-25 05:18 UTC
rendered paste body
# xorg.conf - TwinView Independent Mode Setup
# 
# by Alexander Griesser <mtx@tuxx-home.at>
Section "Files"
	# if the local font server has problems, we can fall back on these
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Matrox P650 1"
	Driver		"mtx"
	BusID           "PCI:1:0:0"
	Screen          0
EndSection

Section "Device"
	Identifier	"Matrox P650 2"
	Driver		"mtx"
	BusID           "PCI:1:0:0"
	Screen          1
EndSection

Section "Monitor"
	Identifier	"Samsung SyncMaster 172T"
	Option		"DPMS"
	HorizSync    30.0 - 82.0
	VertRefresh  56.0 - 76.0
EndSection

Section "Monitor"
	Identifier	"Samsung SyncMaster 172B"
	Option	"DPMS"
	HorizSync    30.0 - 82.0
	VertRefresh  56.0 - 76.0
EndSection

Section "Screen"
	Identifier	"Display 1"
	Device		"Matrox P650 1"
	Monitor		"Samsung SyncMaster 172T"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Display 2"
	Device		"Matrox P650 2"
	Monitor		"Samsung SyncMaster 172B"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen          0 "Display 1" 0 0
	Screen		"Display 2" RightOf "Display 1"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	Option          "xinerama" "on"
EndSection

Section "ServerFlags"
	Option "DontZap"	"FALSE"
EndSection

Section "DRI"
	Mode	0666
EndSection