From owner-freebsd-questions Tue May 9 10:43:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thor.oss.uswest.net (thor.oss.uswest.net [204.147.85.85]) by hub.freebsd.org (Postfix) with ESMTP id 61B0237B776 for ; Tue, 9 May 2000 10:43:15 -0700 (PDT) (envelope-from bryana@thor.oss.uswest.net) Received: (from bryana@localhost) by thor.oss.uswest.net (8.9.3/8.9.3) id MAA05458 for questions@FreeBSD.ORG; Tue, 9 May 2000 12:43:10 -0500 (CDT) (envelope-from bryana) Date: Tue, 9 May 2000 12:43:10 -0500 From: Bryan Albright To: questions@FreeBSD.ORG Subject: Xfree86-4.0 & xinerama Message-ID: <20000509124310.A5066@thor.oss.uswest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all-- Has anyone gotten the xinerama feature to work with XFree86 4.0? I've got 2 video cards (1 Matrox G400 AGP and one Matrox G200 PCI video cards, 2 Sony Multiscan 520GS-s) both plugged in. I've got the XF86Config set up as shown below, but when I try to run with either dual-head or "Ultra" wide screens, the secondary monitor has vertical black lines every centimeter or so. I built and configured XFree86 out of the ports collection, and enabled Xinerama in the initial configuration. Thanks all, Bryan ############################## ###### Begin XF86Config ###### ############################## Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psm0" Option "Buttons" "4" EndSection Section "Monitor" Identifier "Sony" HorizSync 31 - 70 VertRefresh 55 - 120 EndSection Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" Driver "vga" EndSection Section "Device" Identifier "Matrox G400 AGP" Driver "mga" BusID "PCI:1:0:0" VideoRam 16384 EndSection Section "Device" Identifier "Matrox G200 PCI" Driver "mga" BusID "PCI:2:12:0" VideoRam 8192 Option "pci retry" EndSection Section "Screen" Identifier "Screen 1" Device "Matrox G400 AGP" Monitor "Sony" DefaultDepth 16 Subsection "Display" Depth 8 Modes "640x480" "800x600" "1024x768" "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "Screen 2" Device "Matrox G200 PCI" Monitor "Sony" DefaultDepth 16 Subsection "Display" Depth 8 Modes "640x480" "800x600" "1024x768" "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Bihead" Screen "Screen 1" Screen "Screen 2" RightOf "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message