File use_xorg_conf.diff of Package kdegraphics3
--- kgamma/kcmkgamma/xf86configpath.cpp 2006/04/24 08:00:42 1.1
+++ kgamma/kcmkgamma/xf86configpath.cpp 2006/04/24 08:04:54
@@ -26,6 +26,8 @@
XF86ConfigPath::XF86ConfigPath(){
vector <string> searchPaths;
+ searchPaths.push_back("/etc/X11/xorg.conf");
+
searchPaths.push_back("/etc/X11/XF86Config-4");
searchPaths.push_back("/etc/X11/XF86Config");
searchPaths.push_back("/etc/XF86Config");
--- kgamma/xf86gammacfg/xf86gammacfg.cpp 2006/04/24 08:00:49 1.1
+++ kgamma/xf86gammacfg/xf86gammacfg.cpp 2006/04/24 08:04:25
@@ -48,6 +48,8 @@
// First, search for XF86Config
vector <string> searchPaths;
+ searchPaths.push_back("/etc/X11/xorg.conf");
+
searchPaths.push_back("/etc/X11/XF86Config-4");
searchPaths.push_back("/etc/X11/XF86Config");
searchPaths.push_back("/etc/XF86Config");