View this PageEdit this PageUploads to this PageVersions of this PageHomeRecent ChangesSearchHelp Guide

Multiple_Nvidia_Multiple_Head_Linux_XF86Config

# XFree86 4 configuration created by pyxf86config
# Taken from: http://pwp.netcabo.pt/0150048402/linux/XF86Config.NVs
# Deleted comments for clarity

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"
	Load  "int10"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "pt"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "PS/2"
	Option	    "Device" "/dev/psaux"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
	Identifier  "DevInputMice"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection

############################################################################
## Available Monitors
############################################################################

Section "Monitor"
	Identifier   "Samsung"
	VendorName   "Samsung"
	ModelName    "S/M 753DF"
	DisplaySize  320	240
	HorizSync    30.0 - 70.0
	VertRefresh  85.0
	Option	   "dpms"
EndSection

Section "Monitor"
	Identifier   "Siemens"
	VendorName   "Siemens Nixdorf"
	ModelName    "some 15 inch"
	DisplaySize  240	210
	HorizSync    30.0 - 64.0
	VertRefresh  75.0
	Option	   "dpms"
EndSection

############################################################################
## Available Graphic Cards
############################################################################

Section "Device"
	Identifier  "PCI"
	Driver      "nv"
	VendorName  "Inno3D"
	BoardName   "NVIDIA Quadro2MXR"
	VideoRam    65536
	#Option      "CRTCNumber" "0"
	BusID       "PCI:0:9:0"
	#Screen 0
EndSection

Section "Device"
	Identifier  "AGP"
	Driver      "nv"
	VendorName  "Inno3D"
	BoardName   "NVIDIA Quadro2MXR"
	VideoRam    65536
	#Option      "CRTCNumber" "0"
	BusID       "PCI:1:0:0"
	#Screen 0
EndSection

############################################################################
## Configured Virtual Screens
############################################################################

Section "Screen"
	Identifier "Screen0"
	Device     "PCI"
	Monitor    "Samsung"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "AGP"
	Monitor    "Siemens"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

############################################################################
## Configured Layout
############################################################################

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Screen0" 0 0
	Screen         "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "DevInputMice" "AlwaysCore"
EndSection