From owner-freebsd-questions Mon Jul 30 19:24:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout3-0 (mailout3-1.nyroc.rr.com [24.92.226.168]) by hub.freebsd.org (Postfix) with ESMTP id 92DCF37B405 for ; Mon, 30 Jul 2001 19:24:48 -0700 (PDT) (envelope-from justin@shiningsilence.com) Received: from roc-24-169-96-227.rochester.rr.com (roc-24-169-96-227.rochester.rr.com [24.169.96.227]) by mailout3-0 (8.11.2/RoadRunner 1.03) with SMTP id f6V2NSa26378; Mon, 30 Jul 2001 22:23:29 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Justin C Sherrill To: questions@freebsd.org Subject: Re: XFree86 4 and G450 Dual Head Date: Mon, 30 Jul 2001 22:30:58 -0400 X-Mailer: KMail [version 1.2] References: <200107302315.f6UNFjW79155@borg.vcsa.org> In-Reply-To: <200107302315.f6UNFjW79155@borg.vcsa.org> Cc: query@vcsa.org MIME-Version: 1.0 Message-Id: <01073022305802.00502@roc-24-169-96-227.rochester.rr.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 30 July 2001 19:15, you wrote: > Is there an easy way to install XFree86 from the ports collection with > support for the Matrox G450? I have a G450 AGP Dual Head and installed X 4 > from teh ports collection under 4.3-RELEASE with no options (just make > install) and I get the following error after typing startx: Hmm... I'm running XFree86-4, from ports, with a G400 dualhead. I'm not actually using both screens, but it is working dandy as far as I can tell. I've included my XF86Config file below. I've also run the FreeBSD port of PowerDesk, so there's some modifications from that. Section "ServerLayout" Identifier "Matrox PowerDesk configured." Screen "Screen 1" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" 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 "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" 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" "MouseSystems" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "my monitor" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 90.0 EndSection Section "Device" Identifier "Standard VGA" Driver "vga" VendorName "Unknown" BoardName "Unknown" EndSection Section "Device" Identifier "my video card" Driver "mga" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen 1" Device "my video card" Monitor "my monitor" DefaultDepth 16 SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" EndSection To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message