Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2005 14:06:40 -0600
From:      Pat Maddox <pergesu@gmail.com>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Configuring multiple monitors
Message-ID:  <810a540e05091713062935cb5@mail.gmail.com>
In-Reply-To: <810a540e05091703442919bb55@mail.gmail.com>
References:  <810a540e05091703442919bb55@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail

Okay I managed to get it working, here's my entire xorg.conf file. 
Everything look alright there?  Anything I may want to change?

Thanks for all the help, seems to be working fine.  If you have any
other suggestions I'd appreciate them.



Section "ServerLayout"
	Identifier     "Dual Head"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	
	Option "Xinerama" "true"
	Option "Clone" "off"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	VendorName	"Dell"
	ModelName	"2001FP"
EndSection

Section "Device"
	Identifier "Card0"
	Driver "nvidia"
	VendorName "nVidia Corporation"
	BoardName "NV25 [GeForce4 Ti 4600]"
	BusID "PCI:1:0:0"
	Screen 0
	Option "RenderAccel" "true"
	Option "AllowGLXWithComposite" "true"
EndSection

Section "Device"
	Identifier "Card1"
	Driver "nvidia"
	VendorName "nVidia Corporation"
	BoardName "NV25 [GeForce4 Ti 4600]"
	BusID "PCI:1:0:0"
	Screen 1
	Option "RenderAccel" "true"
	Option "AllowGLXWithComposite" "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24

	SubSection "Display"
		Viewport 0 0
		Depth     24
		Modes	"1600x1200"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device "Card1"
	Monitor "Monitor0"
	DefaultDepth 24

	SubSection "Display"
		Viewport 0 0
		Depth 24
	EndSubSection
EndSection


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?810a540e05091713062935cb5>