From owner-freebsd-ports@FreeBSD.ORG Thu Jun 3 18:09:22 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 1CD5C16A4CE for ; Thu, 3 Jun 2004 18:09:22 -0700 (PDT) Received: from avs2.arnes.si (avs2.arnes.si [193.2.1.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D44F43D5D for ; Thu, 3 Jun 2004 18:09:21 -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 B12FF26D4E7; Fri, 4 Jun 2004 03:11:33 +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 94429-02; Fri, 4 Jun 2004 03:11:33 +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 41EE926D49B; Fri, 4 Jun 2004 03:11:33 +0200 (CEST) From: Dejan Lesjak To: Eric Osterweil Date: Fri, 4 Jun 2004 03:09:19 +0200 User-Agent: KMail/1.6.2 References: <20040604004622.71134.qmail@web11703.mail.yahoo.com> In-Reply-To: <20040604004622.71134.qmail@web11703.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406040309.19110.dejan.lesjak@guest.arnes.si> X-Virus-Scanned: by amavisd-new at arnes.si cc: eoster@iwon.com 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: Fri, 04 Jun 2004 01:09:22 -0000 On Friday 04 of June 2004 02:46, Eric Osterweil wrote: > --- Dejan Lesjak wrote: > > 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 > > Dejan, > > Great! Thnx for the pointer. Is there any special > way to upgrade from the XFree86-Server port to the > XFree86-Server-snap port? Should I make deinstall in > the Server dir and then make install in the snap dir? > It seems like this might cause problems? That way, or if you have portupgrade, something like portupgrade -f -o x11-servers/XFree86-4-Server-snap XFree86-Server-\* would do it. It shouldn't cause problems, especially since you don't have server running. Dejan