I'm using Michel Daenzer's package on my Debian box. It is a compaq nx9000 with a Radeon IGP 340 M card. I compiled the kernel modules and installed them.
My /var/log/XFree86.O.log contains :
(II) RADEON(0): [drm] DRM interface version 1.2 (II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:05.0" (II) RADEON(0): [drm] added 8192 byte SAREA at 0xccadf000 (II) RADEON(0): [drm] mapped SAREA 0xccadf000 to 0x44268000 (II) RADEON(0): [drm] framebuffer handle = 0xd8000000 (II) RADEON(0): [drm] added 1 reserved context for kernel (WW) RADEON(0): [agp] AGP not available (EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI. (II) RADEON(0): [agp] You may want to make sure the agpgart kernel module is loaded before the radeon kernel module. (II) RADEON(0): [drm] removed 1 reserved context for kernel
But as you can see in dmesg, agpgart was loaded before radeon :
Linux agpgart interface v0.100 (c) Dave Jones radeon: no version for "struct_module" found: kernel tainted. [drm] Initialized radeon 1.10.0 20020828 on minor 0: ATI Radeon RS200 Mobility IGP 340M
Note also that "dmesg | grep drm" shows :
[drm] Initialized radeon 1.10.0 20020828 on minor 0: ATI Radeon RS200 Mobility IGP 340M [drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held [drm:radeon_unlock] *ERROR* Process 1336 using kernel context 0
However, these 2 last lines might have appeard when X11 started.
Finally, lsmod shows : agpgart 32392 0 radeon 132352 0
I didn't load the radeonfb module (should I ?).
Thanks in advance for your help. Please CC me in your answers since I do not read the list.
Nico. -- Nicolas SABOURET Laboratoire d'Informatique de Paris 6 (LIP6) 8, rue du Capitaine Scott, 75015 Paris, France http://www-oasis.lip6.fr/~sabouret
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
