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>

next in thread | previous in thread | raw e-mail | index | archive | help
Okay I managed to get it working, here's my entire xorg.conf file.=20
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"
=09Identifier     "Dual Head"
=09Screen      0  "Screen0" 0 0
=09Screen      1  "Screen1" RightOf "Screen0"
=09InputDevice    "Mouse0" "CorePointer"
=09InputDevice    "Keyboard0" "CoreKeyboard"
=09
=09Option "Xinerama" "true"
=09Option "Clone" "off"
EndSection

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

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

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

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

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

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

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

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

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

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

=09SubSection "Display"
=09=09Viewport 0 0
=09=09Depth 24
=09EndSubSection
EndSection



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