From owner-freebsd-stable@FreeBSD.ORG Sun Nov 6 21:03:34 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 BDF0316A41F for ; Sun, 6 Nov 2005 21:03:34 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id AF5EF43D46 for ; Sun, 6 Nov 2005 21:03:33 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 95828 invoked from network); 6 Nov 2005 21:03:33 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=lc670bWh6ZUQ+XBAWVkwVEcpza7AzakZr3msE/UpgMwssc7N49gveAkMFeeq0j3Z9B5r7M4CUPYlrcrDDPjrUKAsO+blSulcyfYgOx6sV+iP32gz3QzwKQeQueM+hzs/KMG+a2LdLQCQjAS9gwp2C8nFqm1HrgAFJwqk2USYrtU= ; Received: from unknown (HELO ?172.16.0.199?) (mikej@rogers.com@70.31.50.81 with plain) by smtp103.rog.mail.re2.yahoo.com with SMTP; 6 Nov 2005 21:03:33 -0000 Message-ID: <436E6FB2.90903@rogers.com> Date: Sun, 06 Nov 2005 16:03:46 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: Robert Marella References: <2459.FgtQRFVGBkU=.1131304806.squirrel@172.16.0.1> <20051106100341.63c07941@p4> In-Reply-To: <20051106100341.63c07941@p4> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 21:03:34 -0000 Robert Marella wrote: > 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 > No you do not, it is loaded as a kernel module automatically. > device drm > device radeondrm > > I hope this helps > Unfortunately it does not, the lack of AGP support is the problem.