Michel Dänzer wrote:
On Die, 2002-12-10 at 06:01, Carlos O'Donell wrote:

Kernel Says:
============
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 565M
agpgart: Detected Intel 440BX chipset
agpgart: AGP aperture is 64M @ 0xec000000
[drm] AGP 0.99 on Intel 440BX @ 0xec000000 64MB
[drm] Initialized radeon 1.7.0 20020828 on minor 2
                        ^^^^^ ?           ^^^^^^^ ?

1.7.0 is correct (where's a newer version Keith? ;), the minor 2 is
about the /dev/dri/cardX device, maybe that's the problem? It uses minor
0 here. Is your DRM built with the same toolchain as the kernel etc.?


Userspace Tools Say:
====================
carlos@systemhalted:~/src/dri/xc$ glxinfo
name of display: :0.0
Radeon DRI driver:
	Compatibility mode for DRM driver version 1.1.1
                                                 ^^^^^ ?

Hmm.  Do you have the variable 'RADEON_COMPAT' set in your environment?

The test for this message is:

   if ( sPriv->drmMinor < 3 ||
        getenv("RADEON_COMPAT"))

Keith




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to