Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2005 10:03:41 -1000
From:      Robert Marella <rmarella@gmail.com>
To:        "Mike Jakubik" <mikej@rogers.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: AGP ceased to work on eMachines M5310 laptop
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 6 Nov 2005 14:20:06 -0500 (EST)
"Mike Jakubik" <mikej@rogers.com> 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: <ATI Radeon RS100 Mobility U1> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051106100341.63c07941>