"Eduardo M. A. M. Mendes" a �crit :
> 
> Hello
>     I need to turn the option DGA on in XF86Config so as to use vmware.  Would
> someone know how to do it?
> 
>     Many thanks
> 
> Eduardo

Nothing to do with cooker, but :

In /etc/X11/XF86Config-4, I guess uncomment the dga line (?):
---------------------------------------------------------

Section "Module"
 
        Load "graphireusb"
# This loads the DBE extension module.
 
    Load    "dbe"
    Load    "glx"
 
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
 
    SubSection  "extmod"
#   Option  "omit xfree86-dga"
    EndSubSection
 
# This loads the Type1 and FreeType font modules
 
    Load    "type1"
    Load    "freetype"
EndSection

Reply via email to