From owner-freebsd-stable@FreeBSD.ORG Tue Mar 13 04:26:52 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B0A516A401 for ; Tue, 13 Mar 2007 04:26:52 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.freebsd.org (Postfix) with ESMTP id DE68113C484 for ; Tue, 13 Mar 2007 04:26:51 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by mail.ambrisko.com with ESMTP; 12 Mar 2007 20:54:30 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.13.1/8.12.11) with ESMTP id l2D3wAMu092473; Mon, 12 Mar 2007 19:58:10 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.13.1/8.13.1/Submit) id l2D3w5N7092468; Mon, 12 Mar 2007 19:58:05 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200703130358.l2D3w5N7092468@ambrisko.com> In-Reply-To: <200703131054.30318.doconnor@gsoft.com.au> To: "Daniel O'Connor" Date: Mon, 12 Mar 2007 19:58:05 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: support@fglrx-freebsd.com, freebsd-stable@freebsd.org Subject: Re: Xorg and ATI card query. 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: Tue, 13 Mar 2007 04:26:52 -0000 Daniel O'Connor writes: | On Tuesday 13 March 2007 05:10, Yann Golanski wrote: | > I have an ATI Radeon X1950 Sapphire and I am trying to get X/FreeBSD | > working with it. My system is a clean install of FreBSD. I've managed to | > get VESA to "work" but cannot get much more than that. | | There is no open source support for this card (alas). It's VESA or fglrx. | | > fglrx gives me an error at compile time since I do not have | > /usr/X11R6/bin/moc installed. | | Is this using the FreeBSD port at http://www.fglrx-freebsd.com/index.php? If | so you could just install moc which is part of qt. FWIW, I just went through this exercise for my new laptop. Vesa doesn't do 1920x1200 :-( and it isn't on amd64 :-( So I wanted to use the Linux fglrx. The one that he is to old to support my laptop. Realize that he does compile some misc. tools they are not needed for X to work. Really he is taking the Linux X drivers (fglxrc_drv.o & libfglrxdrm.a) and putting them into /usr/X11R6/lib/modules/drivers. The caveat is that you need an old enough version that doesn't link against Linux specific things like pthreads etc. which the newest ones do. Another caveat is that the older versions were built again X.org 6.8 so then you need an X.org of the version. In 6.9 some structures changed leading to a core dump :-( I ended up building my own X.org 6.8, install and then install the typical -current X stuff. The next thing I'm going to work on is to get the 32bit X server to run on a 64bit kernel so I can switch over to 64bit. Doug A.