--- kdegraphics-3.3.1/kgamma/xf86gammacfg/xf86gammacfg.cpp.orig 2004-10-03 03:14:01.000000000 -0400 +++ kdegraphics-3.3.1/kgamma/xf86gammacfg/xf86gammacfg.cpp 2004-11-18 06:23:30.000000000 -0500 @@ -55,6 +55,8 @@ searchPaths.push_back("/usr/X11R6/etc/X11/XF86Config"); searchPaths.push_back("/usr/X11R6/lib/X11/XF86Config-4"); searchPaths.push_back("/usr/X11R6/lib/X11/XF86Config"); + searchPaths.push_back("/usr/X11R6/lib/X11/xorg.conf"); + searchPaths.push_back("/etc/X11/xorg.conf"); std::vector::iterator it = searchPaths.begin(); for (; it != searchPaths.end(); ++it ) {