From owner-freebsd-stable@FreeBSD.ORG Mon Mar 17 22:42:08 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2E8F106566C for ; Mon, 17 Mar 2008 22:42:08 +0000 (UTC) (envelope-from SRS0=a410464dd65c0c447551906f028ffb90325b1994=643=es.net=oberman@es.net) Received: from postal1.es.net (postal3.es.net [IPv6:2001:400:14:3::8]) by mx1.freebsd.org (Postfix) with ESMTP id 156CD8FC24 for ; Mon, 17 Mar 2008 22:42:07 +0000 (UTC) (envelope-from SRS0=a410464dd65c0c447551906f028ffb90325b1994=643=es.net=oberman@es.net) Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP (SSL) id XZH63206; Mon, 17 Mar 2008 15:42:06 -0700 Received: from ptavv.es.net (ptavv.es.net [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 8B03A4500F; Mon, 17 Mar 2008 15:41:36 -0700 (PDT) To: Kurt Jaeger In-Reply-To: Your message of "Mon, 17 Mar 2008 07:36:23 BST." <20080317063623.GA3180@home.opsec.eu> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1205793696_74408P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 17 Mar 2008 15:41:36 -0700 From: "Kevin Oberman" Message-Id: <20080317224136.8B03A4500F@ptavv.es.net> X-Sender-IP: 198.128.4.29 X-Sender-Domain: es.net X-Recipent: ; ; ; X-Sender: X-To_Name: Kurt Jaeger X-To_Domain: c0mplx.org X-To: Kurt Jaeger X-To_Email: lists@c0mplx.org X-To_Alias: lists Cc: peter stern , freebsd-stable@freebsd.org Subject: Re: recovering from the 6.3 xorg mess X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2008 22:42:08 -0000 --==_Exmh_1205793696_74408P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > Date: Mon, 17 Mar 2008 07:36:23 +0100 > From: Kurt Jaeger > Sender: owner-freebsd-stable@freebsd.org > > Hi! > > > I'd appreciate suggestions on how to get a working xorg from the mess 6.3 > > shipped with. I've been using FreeBSD since 2.2 and have never had much > > trouble with it until the 6 branch was released. My hardware is pretty > > generic Intel brand D865 motherboard, matrox g550 video. I don't customize > > the kernel. I do clean installs not upgrades. > > Basically, the problem is with the matrox board. > > Due to the very same reasons I had to upgrade my workstation > (good excuse 8-) > > Matrox provides a mga_hal binary to support the relevant resolution > and other gimmicks of that board. This binary works with xorg-6.x, > but not with xorg-7.x, because there were changes in the interfaces > to the low-level things. > > As far as I can see, there is no driver from mga for 7.x available > as of now. > > -- > pi@opsec.eu +49 171 3101372 12 years to go ! > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > I have run the Matrox G550 under both 6 and 7. I had some problems, but not too many. I do need to use xrandr to set up the proper resolution, though. #!/bin/sh # Set 1280x1024 mode on second display xrandr --addmode VGA2 1280x1024 # Set 1024x768 mode on second port (Why? Why not.) xrandr --addmode VGA2 1024x768 # Set the second port to use 1280x1024 xrandr --output VGA2 --mode 1280x1024 If you have a dual-monitor setup, you need xf86-video-mga-1.9.100. The version in ports is mga-1.4.7. You will have to pull the old port out of cvs. The version was rolled back on Jan. 2, 2008 due to problems people were having with the new code, Let me know if you need a copy of my xorg.conf for this beast. The xrandr setup is a bit different from the old one. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 --==_Exmh_1205793696_74408P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFH3vOgkn3rs5h7N1ERAnogAJwNGaVb9Pim36Q0D/Tv4ZjaJnoAZwCfS6w+ /J0noUfophOJHma659BbRWE= =UmUm -----END PGP SIGNATURE----- --==_Exmh_1205793696_74408P--