From owner-freebsd-questions@FreeBSD.ORG Tue Mar 29 12:27:20 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F16DF16A4CE for ; Tue, 29 Mar 2005 12:27:20 +0000 (GMT) Received: from outmx019.isp.belgacom.be (outmx019.isp.belgacom.be [195.238.2.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E7D43D1D for ; Tue, 29 Mar 2005 12:27:19 +0000 (GMT) (envelope-from tijl@ulyssis.org) Received: from outmx019.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id j2TCRHkJ030151 for ; Tue, 29 Mar 2005 14:27:17 +0200 (envelope-from ) Received: from kalimero.kotnet.org (205-174.240.81.adsl.skynet.be [81.240.174.205])with ESMTP id j2TCRGiX030144; Tue, 29 Mar 2005 14:27:16 +0200 (envelope-from ) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.13.1/8.13.1) with ESMTP id j2TCRFKs001494; Tue, 29 Mar 2005 14:27:16 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-questions@freebsd.org Date: Tue, 29 Mar 2005 14:27:15 +0200 User-Agent: KMail/1.7.2 References: <243c1f2705032810205d47e659@mail.gmail.com> <243c1f2705032810257a8b4992@mail.gmail.com> In-Reply-To: <243c1f2705032810257a8b4992@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503291427.15785.tijl@ulyssis.org> cc: Edwin Mons Subject: Re: ATI Rage Mobility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 12:27:21 -0000 On Monday 28 March 2005 20:25, Edwin Mons wrote: > On Mon, 28 Mar 2005 20:20:50 +0200, Edwin Mons wrote: > > I'm trying to enable DRI on my IBM ThinkPad A20m, which has an ATI > > Rage Mobility P/M AGP 2x rev 100 GPU onboard. I succesfully > > installed the mach64 DRM module, which shows the following lines in > > my dmesg: > > > > drm0: port 0x2000-0x20ff mem > > 0xf4200000-0xf4200fff,0xf5000000-0xf5ffffff irq 11 at device 0.0 on > > pci1 > > info: [drm] AGP at 0xf8000000 64MB > > info: [drm] Initialized mach64 1.0.0 20020904 on minor 0 > > > > However, when I start X.org 6.8.2, it doesn't show anything about > > DRM in the logfiles (attached). glxinfo reports it doesn't use > > Direct Rendering as well. > > > > Attached is my xorg.conf, as well. > > > > My questions: 1) does anybody know if it is possible to have DRI on > > this configuration at all, and 2) how does one get it to work? A frequent mistake is that people forget to install the DRI drivers. So, did you install "/usr/ports/graphics/dri"? > Damn, forgot the attachments (common problem of mine, I'm afraid...) xorg's log would be nice too. tijl