From owner-freebsd-stable@FreeBSD.ORG Sun Nov 6 20:03:45 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81AFC16A41F for ; Sun, 6 Nov 2005 20:03:45 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from ms-smtp-03-eri0.socal.rr.com (ms-smtp-03-qfe0.socal.rr.com [66.75.162.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45CCE43D6E for ; Sun, 6 Nov 2005 20:03:45 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from p4 (cpe-66-8-187-40.hawaii.res.rr.com [66.8.187.40]) by ms-smtp-03-eri0.socal.rr.com (8.12.10/8.12.7) with ESMTP id jA6K3gmI022112; Sun, 6 Nov 2005 12:03:42 -0800 (PST) Date: Sun, 6 Nov 2005 10:03:41 -1000 From: Robert Marella To: "Mike Jakubik" Message-ID: <20051106100341.63c07941@p4> In-Reply-To: <2459.FgtQRFVGBkU=.1131304806.squirrel@172.16.0.1> References: <2459.FgtQRFVGBkU=.1131304806.squirrel@172.16.0.1> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: freebsd-stable@freebsd.org Subject: Re: AGP ceased to work on eMachines M5310 laptop X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 20:03:45 -0000 On Sun, 6 Nov 2005 14:20:06 -0500 (EST) "Mike Jakubik" wrote: > The AGP does not seem to be detected on this laptop any more, i am > positive that DRM used to work just fine on an earlier 5.x version. > This is what happens why i try to load X. > > drm0: port 0x9000-0x90ff mem > 0xe0000000-0xefffffff,0xd0100000-0xd010ffff irq 10 at device 5.0 on > pci1 info: [drm] Initialized radeon 1.16.0 20050311 on minor 0 > error: [drm:pid557:radeon_cp_init] *ERROR* radeon_cp_init called > without lock held > error: [drm:pid557:drm_unlock] *ERROR* Process 557 using kernel > context 0 > > (EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI. > Hello Mike Did you look at the sys/i386/conf/NOTES file? # Direct Rendering modules for 3D acceleration. device drm # DRM core module required by DRM drivers device mach64drm # ATI Rage Pro, Rage Mobility P/M, Rage XL device mgadrm # AGP Matrox G200, G400, G450, G550 device r128drm # ATI Rage 128 device radeondrm # ATI Radeon device sisdrm # SiS 300/305, 540, 630 device tdfxdrm # 3dfx Voodoo 3/4/5 and Banshee options DRM_DEBUG # Include debug printfs (slow) You need to include in your kernel device drm device radeondrm I hope this helps Robert