From owner-freebsd-questions@FreeBSD.ORG Thu Nov 10 11:10:16 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 BFA0A16A41F for ; Thu, 10 Nov 2005 11:10:16 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id F294643D49 for ; Thu, 10 Nov 2005 11:10:14 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so363904nzo for ; Thu, 10 Nov 2005 03:10:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qY5Tx1RuE/R8KDh2R9RMxe4B/xY5Uwr68iwR3Yn/RECxov9BJ30Twi6gopOfAX+BgoQ4ETaqJ5hpTqyQxsvBjWU2/GeShhZxiFpPB1tC9SG1QAwB6u0CZpSGoyb7urWDRkY8CrOyFCZt60YUtrj7pFZ9uN92swLmJszXUgb5SUY= Received: by 10.37.18.8 with SMTP id v8mr432698nzi; Thu, 10 Nov 2005 03:10:14 -0800 (PST) Received: by 10.36.47.1 with HTTP; Thu, 10 Nov 2005 03:10:14 -0800 (PST) Message-ID: <810a540e0511100310s33a8241aj607cbbe23d76d38e@mail.gmail.com> Date: Thu, 10 Nov 2005 04:10:14 -0700 From: Pat Maddox To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: "Out of range" starting Xorg on dual display X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 11:10:17 -0000 I've got a dual display setup, and it had been working fine once I finally got the config done. They're two displays running off one graphics card, one through the DVI output and one through the D-SUB.=20 Today I had to switch the inputs that the monitors use, and it just doesn't work anymore. I get a message on my left display that says "Out of range." This isn't an Xorg or FreeBSD error, it's a message from the displays built-in HUD. This doesn't make any sense because as far as Xorg is concerned, there shouldn't be any difference. The D-SUB display should be on the left, and the DVI one should be on the right. I really don't understand what could be causing a problem, but for what it's worth, the display now connected to the D-SUB has always been more finicky than my other display. They're a ViewSonic vp201 (D-SUB) and Dell 2001fp (DVI). Here's my config: 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" =09#Load "dri" =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" =09Option "ZAxisMapping" "4 5" EndSection Section "Monitor" =09Identifier=09"Monitor0" =09VendorName=09"Vendor Name" =09ModelName=09"Model Name" 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