From owner-freebsd-x11@FreeBSD.ORG Mon Jun 6 20:54:00 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1425F16A41C for ; Mon, 6 Jun 2005 20:54:00 +0000 (GMT) (envelope-from amracks@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90F5B43D48 for ; Mon, 6 Jun 2005 20:53:59 +0000 (GMT) (envelope-from amracks@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2033943wri for ; Mon, 06 Jun 2005 13:53:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eOJ5Vc2Yw7ocTZpe73uyZn+YSKSWM2lD10LxcbFWdW2+0JrNnC0QSrv/uJbJR9id9XQDFzLX0Y1hcLZyyUcnC7QNWEoMxX0r/mMw5SkX9ihOlBZMeQwJTK8hHnAN+sRvU1sWYuIrdpWhrYeOWs0TJ2m3Q6EnXo0OxMCAue1pMLI= Received: by 10.54.29.44 with SMTP id c44mr386784wrc; Mon, 06 Jun 2005 13:53:19 -0700 (PDT) Received: by 10.54.78.8 with HTTP; Mon, 6 Jun 2005 13:53:19 -0700 (PDT) Message-ID: <4415e9c1050606135333b4e9bd@mail.gmail.com> Date: Mon, 6 Jun 2005 13:53:19 -0700 From: Andrew Marks To: freebsd-x11@freebsd.org In-Reply-To: <4415e9c1050603102071ef23ec@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4415e9c1050603102071ef23ec@mail.gmail.com> Subject: Re: i915.ko loads, but no DRI X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Marks List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 20:54:00 -0000 On 6/3/05, Andrew Marks wrote: > I am running 5.4-RELEASE with xorg-6.8.2. I have the latests dri/drm > stuff from anonymous cvs, and with some minor changes I can get drm.ko > and i915.ko to compile, and load, and I get a /dev/dri/card1 device. > But, I still do not have dri when running X. Looks like It is trying > to access /dev/dri/card0. I don't know a whole lot about dri, so I > may be missing some important peice, or perhaps even though my kernel > modules are loading correctly, they may not be behaving correctly. > Anyone have any advice. Ill attach my xorg.conf, Xorg.0.log, and > maybe even my pciconf -lv. > And there is also this: >=20 > Jun 3 09:44:16 CubeMonster kernel: drmsub1: m= em 0xe0 > 080000-0xe00fffff,0xf0000000-0xf7ffffff at device 2.1 on pci0 > Jun 3 09:44:16 CubeMonster kernel: info: [drm] AGP at 0xe8000000 128MB > Jun 3 09:44:16 CubeMonster kernel: info: [drm] Initialized i915 1.2.0 20= 041217 > on minor 1 >=20 >=20 >=20 So...Uhhh... Does anyone have an Intel 855GM with DRI working? -Andrew