From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 15:53:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FDD916A420 for ; Sat, 26 Jan 2008 15:53:51 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from rusty.kulnet.kuleuven.ac.be (rusty.kulnet.kuleuven.ac.be [134.58.240.42]) by mx1.freebsd.org (Postfix) with ESMTP id EA90813C45D for ; Sat, 26 Jan 2008 15:53:50 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 1345E1D7A30; Sat, 26 Jan 2008 16:53:49 +0100 (CET) Received: from smtps02.kuleuven.be (smtpshost02.kulnet.kuleuven.be [134.58.240.75]) by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 3BD5F1D7A1F; Sat, 26 Jan 2008 16:53:47 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtps02.kuleuven.be (Postfix) with ESMTP id 12029F3862; Sat, 26 Jan 2008 16:53:47 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.2/8.14.2) with ESMTP id m0QFrkk0004076; Sat, 26 Jan 2008 16:53:46 +0100 (CET) (envelope-from tijl@ulyssis.org) X-Kuleuven: This mail passed the K.U.Leuven mailcluster From: Tijl Coosemans To: stevefranks@ieee.org Date: Sat, 26 Jan 2008 16:53:44 +0100 User-Agent: KMail/1.9.7 References: <539c60b90801222020je26085aya2a52553b7e33972@mail.gmail.com> In-Reply-To: <539c60b90801222020je26085aya2a52553b7e33972@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801261653.46049.tijl@ulyssis.org> X-Virus-Scanned: by KULeuven Antivirus Cluster Cc: freebsd-questions@freebsd.org Subject: Re: dri on radeon mobility 7500 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 15:53:51 -0000 On Wednesday 23 January 2008 05:20:33 Steve Franks wrote: > I get the infamous "Xlib: extension "XFree86-DRI" missing on display > ":0.0" error on my new system (7.0rc1). I've put dri & glx in > xorg.conf (7.3), to no avail. > > Relevant dmesg: > ... > drm0: on vgapci0 > info: [drm] AGP at 0xe4000000 64MB > info: [drm] Initialized radeon 1.25.0 20060524 > ... > info: [drm] Setting GART location based on new memory map > info: [drm] writeback test succeeded in 1 usecs > drm0: [ITHREAD] > error: [drm:pid1180:drm_close] *ERROR* can't find authenticator > .... Some obvious problems I can think of: Do you have something like this in xorg.conf: Section "DRI" Mode 0660 # Set permissions on drm device EndSection And, do you actually have dri drivers installed (graphics/dri port)?