From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 22 12:50:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6212416A424 for ; Wed, 22 Mar 2006 12:50:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E49B43D4C for ; Wed, 22 Mar 2006 12:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2MCoLmd094097 for ; Wed, 22 Mar 2006 12:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2MCoLBv094096; Wed, 22 Mar 2006 12:50:21 GMT (envelope-from gnats) Date: Wed, 22 Mar 2006 12:50:21 GMT Message-Id: <200603221250.k2MCoLBv094096@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Oliver Fromme Cc: Subject: Re: kern/94823: DRM doesnt't work with i915.ko X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oliver Fromme List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2006 12:50:22 -0000 The following reply was made to PR kern/94823; it has been noted by GNATS. From: Oliver Fromme To: bug-followup@FreeBSD.ORG, morgothdbma@o2.pl Cc: Subject: Re: kern/94823: DRM doesnt't work with i915.ko Date: Wed, 22 Mar 2006 13:45:59 +0100 (CET) Lucas wrote: > > Environment: > FreeBSD 6.1-BETA4 CENTURION /usr/src/sys/i386/compile/CENTURION i386 Nice. My Centrino notebook is named CENTAUR. :-) > > Description: > I have agpart compiled into kernel (tried compiling in or use as module) > kldloading i915.ko displays that everything is OK, > "initialized drm0" etc. > device node /dev/drm/card0 appears > but X (xorg-6.8.2) says [...] I had the same problem. To solve it, you need to use the latest Xorg 6.9. Deinstall all of your Xorg packages, update your ports collection, and then install the latest Xorg 6.9 stuff and DRI port. Then it will work. If you're interested, here's the dmesg, Xorg.log and output from glxinfo and various other things from my i915 notenook: http://www.secnetix.de/~olli/dmesg/centaur/ These are some of the packages required ("pkg_info" output): dri-6.4.1,2 libdrm-2.0 libglut-6.4.1 xorg-clients-6.9.0_1 xorg-libraries-6.9.0 xorg-server-6.8.99.903 Any later versions should work, too. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "And believe me, as a C++ programmer, I don't hesitate to question the decisions of language designers. After a decent amount of C++ exposure, Python's flaws seem ridiculously small." -- Ville Vainio