From owner-freebsd-hackers@FreeBSD.ORG Sun Sep 28 09:06:24 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FBE616A4B3 for ; Sun, 28 Sep 2003 09:06:24 -0700 (PDT) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id B109D43FF3 for ; Sun, 28 Sep 2003 09:06:22 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 22238 invoked by uid 1001); 28 Sep 2003 16:08:40 -0000 To: lemon References: <20030924123003.B23100@tikitechnologies.com> <3F72F919.9040104@aldigital.co.uk> From: Chris Shenton Date: Sun, 28 Sep 2003 12:08:40 -0400 In-Reply-To: <3F72F919.9040104@aldigital.co.uk> (lemon@aldigital.co.uk's message of "Thu, 25 Sep 2003 15:18:01 +0100") Message-ID: <86vfrchp4n.fsf@PECTOPAH.shenton.org> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-hackers@freebsd.org cc: Clifton Royston Subject: Re: VIA EPIA-M10000 board "just works" with FreeBSD 4.8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2003 16:06:24 -0000 lemon writes: > XFree86 is ok under x11-servers/XFree86-4-Server-snap's via code. Excellent tip, thanks! I have been running my EPIA 6000 on CURRENT with an add-on ATI PCI video card because I couldn't get the built-in one to work with the standard XFree86 load. Thanks to your point, I'm now running the XFree snapshot on the built-in CastleRock. I had to add into my kernel: options INET6 #IPv6 communications protocols to get X11 to work -- it complained about inability to open an IPv6 socket otherwise. One oddity: the text is noticeably smeared on my LCD versus text when using the ATI card. I'm running at the LCD's native 1280x1024 resolution. Same cable as when I used the ATI card. Poor analog circuitry? > sound works too, y'normal pcm(4). Hmmm, I see this in dmesg at boot: pci0: at device 17.5 (no driver attached) but there's no /dev/pcm devices. There's also no /dev/MAKEDEV in FreeBSD-5.x so I'm confused about how I talk to this audio chip. Any clues? FWIW, I'm running diskless but don't see that should be a problem. Thanks. PS: Sorry if this is a bit off topic, 6000 vs 10000, but I figured the issues would be the same.