Enrico Bartky wrote:
Hello,
I have a problem with the recent version of DirectFB (0.25.1). Every
DirectFB applications fail to start. The callstack ends in
signal_handler and radeon_out32. I also tried the CVS version. With
DirectFB 0.24 all went fine. I attached the log from dfbsummon with the
DirectFB configure config --enable-trace and --enable-debug, the crash
start in line 171. Is there a fix available?
Thanx, EnricoB
btw, I use Kernel 2.6.16.20 and Radeon 9600/9700 Mobility
It's caused by a bug in radeonfb that doesn't mmap the complete
registers range of the R300.
I have committed a temporary fix to the CVS, but it should be fixed in
the kernel (attached is the patch).
--
Regards,
Claudio Ciccani
[EMAIL PROTECTED]
http://directfb.org
http://sf.net/projects/php-directfb
--- linux-2.6.16/include/video/radeon.h 2006-01-03 04:21:10.000000000 +0100
+++ /home/klan/radeon.h 2006-06-11 20:01:41.423855888 +0200
@@ -2,7 +2,7 @@
#define _RADEON_H
-#define RADEON_REGSIZE 0x4000
+#define RADEON_REGSIZE 0x8000
#define MM_INDEX 0x0000
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev