Hello!
> Try adding around line 1775 to drivers/video/aty/radeon_base.c;
>
> info->fix.accel = FB_ACCEL_ATI_RADEON;
Around line 1753 I added the following lines:
if (noaccel)
{
info->flags |= FBINFO_HWACCEL_DISABLED;
info->fix.accel = FB_ACCEL_NONE;
}
else
{
info->fix.accel = FB_ACCEL_ATI_RADEON;
}
right before
return 0;
fbset -i tells me now that it is accelerated ( Accelerator : Unknown
(some number) ) and directfb wants to use the radeon driver:
(*) DirectFB/Core: Multi Application Core. (2004-11-16 12:53)
(*) Direct/Memcpy: Using MMXEXT optimized memcpy()
(*) Direct/Thread: Running 'Fusion Dispatch' (MESSAGING, 9685)...
(*) Direct/Thread: Running 'VT Switcher' (CRITICAL, 9705)...
(*) Direct/Thread: Running 'PS/2 Input' (INPUT, 9707)...
(*) DirectFB/Input: IMPS/2 Mouse 0.9 (convergence integrated media GmbH)
(*) Direct/Thread: Running 'Keyboard Input' (INPUT, 9709)...
(*) DirectFB/Input: Keyboard 0.9 (convergence integrated media GmbH)
(*) Direct/Thread: Running 'Linux Input' (INPUT, 9726)...
(*) DirectFB/Input: AT Translated Set 2 keyboard (1) 0.1 (convergence
integrated media GmbH)
(*) Direct/Thread: Running 'Linux Input' (INPUT, 9727)...
(*) DirectFB/Input: ImExPS/2 Logitech Explorer MouseLinux (2) 0.1
(convergence integrated media GmbH)
(*) DirectFB/Genefx: MMX detected and enabled
(*) DirectFB/Graphics: ATI Radeon 0.2 (Michel D�nzer)
(*) DirectFB/Core/WM: Default 0.2 (Convergence GmbH)
(!) [ 9683: 0.260] --> Caught signal 11 (at (nil), invalid address)
<--
(!) Direct/Thread: Killing 'Fusion Dispatch' (9685)!
Possibly there is a problem with radeonfb.
Thanks a lot,
ciao,
Olaf