Am Dienstag, den 20.02.2007, 18:04 +0100 schrieb Jerome Glisse:
> > (...)
> (...) [1]

Thanks for your hints regarding documentation. My overall impression was
that some parts of the wiki are not tidied up, and many docs are
scattered, but of course one can't expect busy developers to invest very
much time into communcating their ideas.

> Did you card work flawlessly with dri enabled under xorg ?

No, it doesn't.

The screen turns black, the computer itself does not seem to lock up,
but according to the Xorg log (attached, gzipp'd) everything seems to go
fine.

My "messages" log has:

Feb 20 19:39:31 localhost kernel: [17179959.672000] [drm] Used old pci
detect: framebuffer loaded


Feb 20 19:39:54 localhost kernel: [17179982.140000] mtrr:
0xc0000000,0x8000000 overlaps existing 0xc0000000,0x4000000
(2 or 3 times)
Feb 20 19:40:22 localhost kernel: [17180009.848000]
<3>[drm:drm_release] *ERROR* Device busy: 1 0

(this is in the log every 20 seconds)

But maybe this is an expected result if I bring up the whole system at
runtime? I run vesafb, modprobe drm and radeon and then just bring up
the X server. Do these FBs interfere somehow?

> If so then you will have to investigated, likely somethings isn't
> properly initialized and i would bet that this is somethings that
> ddx use to initialize. 

Maybe. The EGL code (_eglInitialize [2] calling radeonInitialize [3])
does indeed include some setup routines that are called before the
problematic DRM_RADEON_CP_INIT in RADEONDRIKernelInit() (also [3], not
sure how the XXX FIXME mark is).

Thanks for your quick and helpful response!

[1] http://marc.theaimsgroup.com/?t=117198964300003&r=1&w=2
[2]
http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=blob;hb=HEAD;f=src/egl/drivers/dri/egldri.c
 
[3]
http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=blob;hb=HEAD;f=src/mesa/drivers/dri/radeon/server/radeon_egl.c

-- 
Christian Neumair <[EMAIL PROTECTED]>

Attachment: Xorg.0.log.gz
Description: GNU Zip compressed data

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to