Date: Thu, 10 Nov 2005 04:10:14 -0700 From: Pat Maddox <pergesu@gmail.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: "Out of range" starting Xorg on dual display Message-ID: <810a540e0511100310s33a8241aj607cbbe23d76d38e@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?810a540e0511100310s33a8241aj607cbbe23d76d38e>