Didier,

I'm not a Radeon developer but I'll gonna try to help you regarding DRI.

On Tue, Sep 03, 2002 at 11:00:08AM +0200, Didier Moens wrote:
[...]
> 
> / Using stock RHL 7.3 XFree86 4.2.0 :
> 
> * with DRI enabled (from stock DRI up to the latest CVS), there is are
> severe screen artefacts when running VMware (http://www.vmware.com) in
> full screen mode ; VMware's technical support people (of whom I have no
> reason to believe they are technically impaired, rather to the contrary)
> say they adhere to (DGA2 ?) standards.
> This screen corruption is mitigated by moving the mouse pointer or
> scrolling windows contents ; with DRI disabled, no corruption occurs.
> On request, I can supply a screenshot illustrating this behaviour.
> 

I'm not sure what's the DGA support status of the existing DRI drivers.
Please check if there is a way to disable DGA support on VMWARE
and try it to see if that problem is really DGA related. If not on
VMWARE, it's possible to turn off DGA extension support on XF86Config-4 
(I don't know it by heart by I can find that out for you).

> * glxgears performance is limited to approx. 500 fps ; this seems rather
> below par to me, wrt. to benchmarks of equivalent Radeon desktop models
> (700-1000 fps).

What bitdepth are you using? Does it changes anything reducing it from
32 to 16?

> 
> / Using Xree86 20020829 :
> 
> * same screen corruption as with stock XFree 4.2 ;
> * with the DRI nightly binary driver packages, when running glxinfo,
> glxgears, ... I get a message about TCL being disabled, after which a
> segmentation fault occurs. All pointers to libGL.so seem correct ;
> * with a freshly compiled DRI CVS20020830, I can run glxinfo (please
> find it below, LIBGL_DEBUG=verbose), but glxgears opens a window with
> some (perhaps not so) random garbage, and locks the computer hard (no
> Alt-SysRq).

The first strange thing is that there is a difference between the
nightly binary packages and your own compiled CVS snapshot. What version
of gcc/libc do you have? Try to get a backtrace from the segmentation by
making

        export LIBGL_DEBUG=verbose
        gdb glxinfo
        run
(segmentation fault)
        bt
        quit

and paste it here.

Regarding the 2nd case, have you followed the right steps to install the
compiled CVS tree? That is, have installed [sperately] X and the kernel drivers?

Jos� Fonseca

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to