On 3 Jan 2002, Mike wrote:

> Does anyone know of an easy way of disabling DGA2 in Xfree86 4.0.3 in the source or 
>at runtime. Whenever it is used it freezes the server on my VooDoo3 but I have 
>disabled its use in one of the applications and DGA1 works fine, but an app I am 
>using now is commercial and it always uses DGA2. Thanks.
> 

    There isn't really DGA1 in the 4.X XFree86 servers.  The API
is offered but it is emulated by DGA2 (partially, DGA1 in 4.x
servers doesn't behave exactly like it did in 3.x servers).
You can disable all of DGA in the XF86Config file by replacing

   Load "extmod"

with

    SubSection  "extmod"
        Option  "omit xfree86-dga"
    EndSubSection


                        Mark.

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

Reply via email to