From owner-freebsd-x11@FreeBSD.ORG Thu Jun 28 06:33:32 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4285E16A421 for ; Thu, 28 Jun 2007 06:33:32 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2775713C448 for ; Thu, 28 Jun 2007 06:33:32 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from susy.dsl-verizon.net ([71.107.44.76]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JKC00ERG27VPSB9@vms042.mailsrvcs.net> for freebsd-x11@freebsd.org; Thu, 28 Jun 2007 01:33:31 -0500 (CDT) Date: Wed, 27 Jun 2007 23:33:27 -0700 From: vehemens To: freebsd-x11@freebsd.org Message-id: <200706272333.27464.vehemens@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.9.6 Subject: Re: DRM on VIA CLE266 and FreeBSD 6.2-RELEASE X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 06:33:32 -0000 On Mon Jun 25 18:58:45 UTC 2007 Novembre wrote: >Is this "incomplete" port in FreeBSD's port tree? I can't find anything >"VIA"-specific in /usr/src/sys/dev/drm/. Could you tell me where I should >look? Click on this link: http://gitweb.freedesktop.org/?p=mesa/drm.git;a=summary Download a copy with: git clone git://anongit.freedesktop.org/git/mesa/drm >Also, the "missing parts" in freedesktop.org are for linux, right? Do I need >to change the source code in order to be able to compile them on FreeBSD? The missing parts appear to be in the linux portion of the tree. It didn't compile on my system, so I'm pretty sure there would be some coding work required. If you did get it to work, I'm not sure what the performance would be. You could google or inquire on xorg@lists.freedesktop.org to determine what the linux performance is. Also, there may be others working on completing (updating?) the FreeBSD port that you could join forces with.