Hi, Denis Oliver Kropp, 

Thanks for your reply!

You just told me that Acceleration was not yet supported by DirectFB's i830 
driver. 
I had find some information about that from directfb-dev mailing list.
The website link is  
http://mail.directfb.org/pipermail/directfb-dev/2007-February/002733.html

That guy get the information like below:
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     =======================|  DirectFB 1.0.0-rc4  |=======================
          (c) 2001-2006  United Cultures of Earth - go for outer space!
          (c) 2000-2004  Convergence (integrated media) GmbH
        ----------------------------------------------------------------

(*) DirectFB/Core: Single Application Core. (2007-02-07 14:50)
(*) Direct/Thread: Running 'VT Switcher' (CRITICAL, 30707)...
(*) Direct/Thread: Running 'PS/2 Input' (INPUT, 30708)...
(*) DirectFB/Input: IMPS/2 Mouse 1.0 (directfb.org)
(*) Direct/Thread: Running 'Keyboard Input' (INPUT, 30709)...
(*) DirectFB/Input: Keyboard 0.9 (directfb.org)
(*) DirectFB/Genefx: MMX detected and enabled
(*) DirectFB/Graphics: Intel 830/845G/852GM/855GM/865G 0.1 (Denis Oliver 
Kropp)
(*) DirectFB/Core/WM: Default 0.3 (directfb.org)


Screen (00) FBDev Primary Screen            (primary screen)
   Caps: VSYNC POWER_MANAGEMENT

     Layer (00) FBDev Primary Layer             (primary layer)
        Type:    GRAPHICS
        Caps:    SURFACE BRIGHTNESS CONTRAST SATURATION

     Layer (01) Intel 830/845/855/865 Overlay
        Type:    GRAPHICS VIDEO STILL_PICTURE
        Caps:    SURFACE SCREEN_LOCATION DST_COLORKEY BRIGHTNESS 
CONTRAST SATURATION SCREEN_POSITION SCREEN_SIZE
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

How could that man get the  Layer (01) Intel 830/845/855/865 Overlay
Did he write the gfxdrivers by himself?

I also write letters to him ,but get no reply.


Best regards, 
chiachen 
[EMAIL PROTECTED] 
2008-06-10 

======= 2008-06-10 08:58, your message: Re: help,help, about intel 852/855 
overlay======= 

chiachen wrote: 
> *Hi, DOK, 
> 
> I'm reading the DirectFB source code these days, and focus on 
> the /src/gfxdriers/i810. 
> Have some questions. 
> 
> 1. Does the i810 DirectFB drivers in the gfxdrivers contains Intel852GM 
> chipset ? 

It's the i830 driver, but it only checks for I830: 

static int 
driver_probe( CoreGraphicsDevice *device ) 
{ 
switch (dfb_gfxcard_get_accelerator( device )) { 
case FB_ACCEL_I830: /* Intel 830 */ 
return 1; 
} 

return 0; 
} 


> 2. I found many debug information in the source code , such as* 
> ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
>  
> D_DEBUG( "DirectFB/I810: DMA Buffer Performance Monitoring:\n"); 
> D_DEBUG( "DirectFB/I810: %9d DMA buffer size in KB\n", 
> RINGBUFFER_SIZE/1024 ); 
> D_DEBUG( "DirectFB/I810: %9d i810_wait_for_blit_idle calls\n", 
> i810dev->idle_calls ); 
> D_DEBUG( "DirectFB/I810: %9d i810_wait_for_space calls\n", 
> i810dev->waitfifo_calls ); 
> D_DEBUG( "DirectFB/I810: %9d BUFFER transfers (i810_wait_for_space 
> sum)\n", 
> i810dev->waitfifo_sum ); 
> D_DEBUG( "DirectFB/I810: %9d BUFFER wait cycles (depends on GPU/CPU)\n", 
> i810dev->fifo_waitcycles ); 
> D_DEBUG( "DirectFB/I810: %9d IDLE wait cycles (depends on GPU/CPU)\n", 
> 
> ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
>  
> *Where can I find the output of these debug informaiton? 
> How could I use those information to judge whether Graphics Hardward 
> accelerate work or not? 

Acceleration is not yet supported by DirectFB's i830 driver. 

-- 
Best regards, 
Denis Oliver Kropp 

..------------------------------------------. 
| DirectFB - Hardware accelerated graphics | 
| http://www.directfb.org/ | 
"------------------------------------------" 
. 


= = = = = = = = = = = = = = = = = = = = 
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to