From owner-freebsd-ports@FreeBSD.ORG Thu Jun 3 16:50:21 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E2C16A4CE for ; Thu, 3 Jun 2004 16:50:21 -0700 (PDT) Received: from avs2.arnes.si (avs2.arnes.si [193.2.1.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22F4E43D41 for ; Thu, 3 Jun 2004 16:50:20 -0700 (PDT) (envelope-from dejan.lesjak@guest.arnes.si) Received: from localhost (avs2.arnes.si [193.2.1.75]) by avs2.arnes.si (Postfix) with ESMTP id 27EA426DD7C; Fri, 4 Jun 2004 01:52:32 +0200 (CEST) Received: from avs2.arnes.si ([193.2.1.75]) by localhost (avs2.arnes.si [193.2.1.75]) (amavisd-new, port 10024) with ESMTP id 78341-06; Fri, 4 Jun 2004 01:52:31 +0200 (CEST) Received: from clj8-144.dial-up.arnes.si (clj8-144.dial-up.arnes.si [194.249.52.144]) by avs2.arnes.si (Postfix) with ESMTP id B6A3326DC92; Fri, 4 Jun 2004 01:52:31 +0200 (CEST) From: Dejan Lesjak To: eoster@iwon.com Date: Fri, 4 Jun 2004 01:50:18 +0200 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200406040150.18321.dejan.lesjak@guest.arnes.si> X-Virus-Scanned: by amavisd-new at arnes.si cc: freebsd-ports@freebsd.org Subject: Re: XFree86 and VIA M10000 Video X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2004 23:50:21 -0000 Eric Osterweil wrote: > > Hello, > > I have been trying (without success) to get XFree86 working on my new EPIA > M10000 board for days. I've seen some mention of there being a Castlerock > driver in 4.3.99, but the ports pull in 4.3. Does anyone have any advice > for me? Should I download the source and compile the new 4.4 version and > just put it over the port install? There's newer version of xfree86 server in x11-servers/XFree86-4-Server-snap (4.3.99.15), so try upgrading your XFree86-Server port to that one. It has via(4) driver that is not in 4.3 and that one should work for your chipset. Dejan