From owner-freebsd-x11@FreeBSD.ORG Mon Jun 25 18:58:45 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 9CCCC16A421 for ; Mon, 25 Jun 2007 18:58:45 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 59E1313C468 for ; Mon, 25 Jun 2007 18:58:45 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2026500pyb for ; Mon, 25 Jun 2007 11:58:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=eAvrYvRchUjJiD5seALh05nGqdgfpXkltqLVAu8fEcrtP4dZ5HuLB8yuh0eRsZtBYY6BxKsd2cSMo3+bcbQRPx0mRdTGKTzBXr4b0kxf3GLRPxixQoDeFTd+hrlVRxb5WW5Mq864EaueESOhhn5rWxLjhPAZGl6SLun3VkETkQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=FF99aaS1DsXupdsIjMb5LrmhMTMGrUzNCp6/o/XDL5+vBB/y4gu06VIoK8OATAavKcHwH4yHDlpZPgGgeuumPQu9PXnZJMbGGA589va+v29KCifQii/QbClsvR8cdgi/OpN0z8Bf7ZmRn4cb1TupX4TZS5YmKZqFxsZIMBMx2aQ= Received: by 10.64.204.19 with SMTP id b19mr9810960qbg.1182797921400; Mon, 25 Jun 2007 11:58:41 -0700 (PDT) Received: by 10.64.210.8 with HTTP; Mon, 25 Jun 2007 11:58:41 -0700 (PDT) Message-ID: <3b47caa90706251158w4fce2661o1f5c2409aafa1ac0@mail.gmail.com> Date: Mon, 25 Jun 2007 13:58:41 -0500 From: Novembre To: freebsd-x11@freebsd.org In-Reply-To: <3b47caa90706241144k352b7b88i96cd89e87975fb16@mail.gmail.com> MIME-Version: 1.0 References: <3b47caa90706202321i4e0ec3d5xa1af7de18d91e7e8@mail.gmail.com> <3b47caa90706241144k352b7b88i96cd89e87975fb16@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Mon, 25 Jun 2007 18:58:45 -0000 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? 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? Thanks > > I tried loading the 'drm' kernel module, but it cannot detect anything. Does > > this mean that there's no hope for DRI on this chipset? > There is an incomplete DRM BSD VIA port. It doesn't build on my system but it > appears that the missing parts are available in the linux part. > It's available from http://gitweb.freedesktop.org On 6/24/07, Novembre wrote: > > > Anybody? > > > > On 6/21/07, Novembre wrote: > > > > > > Hello, > > > > I have a Pentium III-S 1.40GHz system which has a VIA CLE266 chipset, > > and I have installed 6.2-RELEASE on it. On this machine, X.org 7.2 is > > running happily except for the lack of DRI. I have done some searching, and > > it seems that ( according to http://dri.freedesktop.org/wiki/FreeBSD?highlight=%28CategoryOperatingSystem%29 > > ) DRM is still not available for this chipset, i.e. VIA CLE266 is not in > > the list. > > > > Below is the message I get in Xorg.0.log: > > ---------- > > (II) VIA(0): 3D Engine has been initialized. > > drmOpenDevice: node name is /dev/dri/card0 > > drmOpenDevice: open result is -1, (No such file or directory) > > drmOpenDevice: open result is -1, (No such file or directory) > > drmOpenDevice: Open failed > > drmOpenDevice: node name is /dev/dri/card0 > > drmOpenDevice: open result is -1, (No such file or directory) > > drmOpenDevice: open result is -1, (No such file or directory) > > drmOpenDevice: Open failed > > [drm] failed to load kernel module "via" > > (II) VIA(0): [drm] drmOpen failed > > (EE) VIA(0): [dri] DRIScreenInit failed. Disabling DRI. > > ---------- > > I tried loading the 'drm' kernel module, but it cannot detect anything. > > Does this mean that there's no hope for DRI on this chipset? > > > Thanks > > > > > > >