--- XFree86-3.3.3.1/xc/programs/Xserver/hw/xfree86/common/xf86Config.c~ Sat Jun 19 05:07:26 1999 +++ XFree86-3.3.3.1/xc/programs/Xserver/hw/xfree86/common/xf86Config.c Sat Jun 19 16:05:02 1999 @@ -774,10 +774,10 @@ } /* - * /etc/XF86Config + * /etc/X11/XF86Config */ configPaths[++pcount] = (char *)xalloc(PATH_MAX); - strcpy(configPaths[pcount], "/etc/XF86Config"); + strcpy(configPaths[pcount], "/etc/X11/XF86Config"); if (xconfig) strcat(configPaths[pcount],xconfig); if ((configFile = fopen( configPaths[pcount], "r" )) != 0) break;