From owner-freebsd-x11@FreeBSD.ORG Sun Jun 24 18:44:17 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 BB99F16A41F for ; Sun, 24 Jun 2007 18:44:17 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 7423913C4B7 for ; Sun, 24 Jun 2007 18:44:17 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1403380pyb for ; Sun, 24 Jun 2007 11:44:16 -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=WYtOCGhdS3h5U9HKuCF9OsFPsO5LcMgq0OC4hjZimRyLNUogE6C+/dHjF2c0y9597fjnUlVP2ArocxWeWFuvQbyMGH5yZGOdDbMwpp2G+floPAGj6FJ68QI0LNqHLVJfVQkxmCYOPfiM+rxQLAeTT0W6eUtCGxL6+YaYBd1p9SQ= 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=ef13X5KZZpuGqDk27uLO0Ww/8saN+sVdFNcMYRmEyyNsW/zj9puAepF9CDVHDPU/0hSGZhu3iFBGHoLbvSoSNGBBPUD/aNRkIG+vxZWOkKu+hvRdlKi/yqZN2EC/TJr4iRyUH6GY6O6FO4esE9/5kRh0WOZWfN2+sfTS8sLTOn4= Received: by 10.65.23.7 with SMTP id a7mr8056017qbj.1182710656488; Sun, 24 Jun 2007 11:44:16 -0700 (PDT) Received: by 10.64.210.8 with HTTP; Sun, 24 Jun 2007 11:44:16 -0700 (PDT) Message-ID: <3b47caa90706241144k352b7b88i96cd89e87975fb16@mail.gmail.com> Date: Sun, 24 Jun 2007 13:44:16 -0500 From: Novembre To: freebsd-x11@freebsd.org In-Reply-To: <3b47caa90706202321i4e0ec3d5xa1af7de18d91e7e8@mail.gmail.com> MIME-Version: 1.0 References: <3b47caa90706202321i4e0ec3d5xa1af7de18d91e7e8@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: Sun, 24 Jun 2007 18:44:17 -0000 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 > > >