Some people are foolish enough to run Wine as root. In Wine's default config file, DGA is enabled. Since DGA is unsecure, unstable and not working for a lot of apps/games it can cause troubles. It is better to disable it defaultly to save a lot of problems and questions. Roderick Colenbrander Changelog o Set DGA to disabled
Index: documentation/samples/config =================================================================== RCS file: /home/wine/wine/documentation/samples/config,v retrieving revision 1.37 diff -u -r1.37 config --- documentation/samples/config 13 Dec 2002 02:26:18 -0000 1.37 +++ documentation/samples/config 19 Jan 2003 22:16:42 -0000 @@ -117,7 +117,7 @@ ;"Desktop" = "640x480" ; Use XFree86 DGA extension if present ; (make sure /dev/mem is accessible by you !) -"UseDGA" = "Y" +"UseDGA" = "N" ; Use XShm extension if present "UseXShm" = "Y" ; Use XVidMode extension if present