VMware for Linux のバックアップソース(No.1)

* VMware for Linux [#dcf60911]

このメッセージを抑制するには、
 XFree86 DGA extension not present.  Either your X Server is built without this extension, or it is not configured to use it.
 XFree86 direct graphics (DGA extension) initialization failed.

/etc/X11/XF86ConfigのModule Sectionに、これを設定する。
 SubSection"extmod"
   Option "omit xfree86-dga"
 EndSubSection

dgaがサポートされていない場合は、/etc/vmware/configにこれを設定する。
 xinfo.noDGA = TRUE