Leif Delgass <[EMAIL PROTECTED]> writes:

[snip]
> > but glxgears only gets about 115.3 frames:
> > 
> >     # glxgears -display :1 &
> >     [1] 6381
> >     577 frames in 5.0 seconds = 115.400 FPS
> >     576 frames in 5.0 seconds = 115.200 FPS
> >     576 frames in 5.0 seconds = 115.200 FPS
> >     577 frames in 5.0 seconds = 115.400 FPS
> > 
> > which is the same as without dri. So gl thinks it has dri, but performance
> >     is no better.
> 
> Don't expect huge numbers from glxgears, you'll notice more improvement in 
> apps using textures and more geometry than gears.
>
[snip]
> > (II) ATI(0): [drm] Will request pseudo-DMA (MMIO) mode
>                                   ^^^^^^^^^^^^^^^^^
> [snip rest of log]
> 
> Everything in the log looks fine, but you are getting MMIO mode and not 
> real DMA mode.  You should use real DMA to get the best performance.  
> Actually, I thought real DMA mode was the default, but you should be able 
> to force it on with:
> 
> Option "DMAMode" "async"
> 
> in the Device section of XF86Config.

thank you. I added this to my XF86Config, and now glxgears reports:

    880 frames in 5.0 seconds = 176.000 FPS
    878 frames in 5.0 seconds = 175.600 FPS
    883 frames in 5.0 seconds = 176.600 FPS
    880 frames in 5.0 seconds = 176.000 FPS
    878 frames in 5.0 seconds = 175.600 FPS

more than 50% better. However I ran into unexpected trouble building
    gltron and have been too busy/distracted to make it work it yet.

If you know of a good open source opengl benchmark, I would be
    grateful to know about it.


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to