From owner-freebsd-questions@FreeBSD.ORG Sat Sep 17 20:06:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D32016A41F for ; Sat, 17 Sep 2005 20:06:42 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27CE843D45 for ; Sat, 17 Sep 2005 20:06:42 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so281579nzk for ; Sat, 17 Sep 2005 13:06:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ii3cgI3MahYX9bY+DecCalvaeBCjdbh1U9/zuPwnEKWYFEbgyiOgbRoF7OdT+ulM4cZc74NICpUJfKR3Ncbq3E377rer0IUNyV3nmEhiOGgHpDuTfTt3BGiLPqWmEnBzbd3a+vgfyFDq5Sn7bDc0VlG3wj/qxGZb4kArURZ5VE0= Received: by 10.36.252.79 with SMTP id z79mr853136nzh; Sat, 17 Sep 2005 13:06:41 -0700 (PDT) Received: by 10.36.48.17 with HTTP; Sat, 17 Sep 2005 13:06:40 -0700 (PDT) Message-ID: <810a540e05091713062935cb5@mail.gmail.com> Date: Sat, 17 Sep 2005 14:06:40 -0600 From: Pat Maddox To: FreeBSD Questions In-Reply-To: <810a540e05091703442919bb55@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <810a540e05091703442919bb55@mail.gmail.com> Subject: Re: Configuring multiple monitors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pergesu@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:06:42 -0000 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