From owner-freebsd-questions@FreeBSD.ORG Fri Jul 30 03:18:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5195416A4CE for ; Fri, 30 Jul 2004 03:18:24 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C016F43D55 for ; Fri, 30 Jul 2004 03:18:23 +0000 (GMT) (envelope-from brian.lynn@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so29684rnl for ; Thu, 29 Jul 2004 20:18:14 -0700 (PDT) Received: by 10.38.71.15 with SMTP id t15mr22715rna; Thu, 29 Jul 2004 20:18:14 -0700 (PDT) Message-ID: <8b7090a604072920186ceb31a3@mail.gmail.com> Date: Thu, 29 Jul 2004 23:18:14 -0400 From: Brian Lynn To: "Owen.G" In-Reply-To: <410909CB.3060105@onlinehome.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <410909CB.3060105@onlinehome.de> cc: freebsd-questions@freebsd.org Subject: Re: XFree86 4.4 port (for Chipset CLE266/VT8235 Graphics) - timescale? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 03:18:24 -0000 On Thu, 29 Jul 2004 16:29:31 +0200, Owen.G wrote: > I also bought a EPIA Mini-ITX in early June before seeing the posting > that the video wasn't supported by X on FreeBSD (Linux - supposedly yes, > BSD not yet). > > The previous responder (thanks Erik) said, "the CLE266 chipset will be > supported in the port of XFree86 4.4" > > I just had a look at the FreeBSD Ports page: > http://www.freebsd.org/cgi/ports.cgi > > and there's no sign of XFree86 4.4 yet. > > Questions: > 1, Does anybody know the timescale of the port for XFree86 4.4? > 2, Will the port of XFree86 4.4 be important enough that it will be > announced on the "freebsd-announce" mailing list? > > (I did get an X windows manager running on the VGA S server but it was > too low resolution to be useful.) > > Thanks in anticipation, > You can also do this by using the driver from XFree86's binary packages for 4.4. Once you have XFree86-4 installed using the port, do a portupgrade of the -Server port using the 4.3.99 snapshot port: portupgrade -f -o x11-servers/XFree86-4-Server-snap XFree86-Server Then you need to grab the via_drv.o file from the XFree86 binary package. I just installed the whole thing to a temp dir, then copied over the driver module. From XFree86.0.log: (II) LoadModule: "via" (II) Loading /usr/X11R6/lib/modules/drivers/via_drv.o (II) Module via: vendor="The XFree86 Project" compiled for 4.4.0, module version = 4.1.30 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.7 -Brian