From owner-freebsd-stable@FreeBSD.ORG Mon Jun 9 19:35:40 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 376A337B401 for ; Mon, 9 Jun 2003 19:35:40 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B353D43F75 for ; Mon, 9 Jun 2003 19:35:39 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.9/8.12.6) with ESMTP id h5A2ZbVI055435; Mon, 9 Jun 2003 19:35:37 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.9/8.12.6/Submit) id h5A2ZbII055434; Mon, 9 Jun 2003 19:35:37 -0700 (PDT) Date: Mon, 9 Jun 2003 19:35:37 -0700 (PDT) From: Matthew Dillon Message-Id: <200306100235.h5A2ZbII055434@apollo.backplane.com> To: Ed Hall References: <200306100045.h5A0jeV0016749@screech.weirdnoise.com> cc: Scott Mitchell cc: freebsd-stable@freebsd.org Subject: Re: Via EPIA Mini-ITX motherboard X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 10 Jun 2003 02:35:40 -0000 :> Note that I'm most interested in the EPIA *M* boards, the newer ones with :> USB 2.0, Firewire and hardware MPEG decoding (not that I'll be using :> that...), rather than the original EPIA. : :This reminds me of one other thing: I'm using still using the vendor-supplied :Linux X11 driver that Matt Dillion hacked up for X. Xfree86 is now supposed :to support the "Castlerock" video chip, but I've not heard one way or the :other as to whether it works under FreeBSD. It does, but you may need to do a little hacking: See the second URL. The development version of XFree86 has a driver but the driver appears to generate a delay by waiting for (my guess) some sort of timer tick or vertical retrace flip bit or something like that, and it locks up. If the code is replaced with a usleep() and you use Option "SWCursor" things work fine. http://apollo.backplane.com/FreeBSD/epia/review.html http://apollo.backplane.com/FreeBSD/index.html Note that you still can't set random display resolutions. Only the resolutions supported by the VIA bios are supported... which is most, but not weird resolutions like 1600x1024. -Matt