Bug 139942

Summary: xf86gammacfg doesn't update xorg.conf
Product: [Fedora] Fedora Reporter: Salane King <sking4>
Component: kdegraphicsAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-11-19 10:38:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patches kdegraphics to enable xf86gammacfg to work with xorg.conf none

Description Salane King 2004-11-18 21:05:24 UTC
Description of problem:xf86gammacfg does not update xorg.conf


Version-Release number of selected component (if applicable):


How reproducible:allways


Steps to Reproduce:
1.xf86gammacfg .9 .9 .9 
2.ls xorg.conf.kgammaorig = not found
3.
  
Actual results:


Expected results:xf86gammacfg updates xorg.conf


Additional info: created patch 
cat xorg.patch
---
/usr/src/redhat/SOURCES/kdegraphics-3.3.1/kgamma/xf86gammacfg/xf86gammacfg.cpp
     2004-10-03 03:14:01.000000000 -0400
+++
/usr/src/redhat/source/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<string>::iterator it = searchPaths.begin();
     for (; it != searchPaths.end(); ++it ) {

Comment 1 Salane King 2004-11-18 21:08:18 UTC
Created attachment 106987 [details]
patches kdegraphics to enable xf86gammacfg to work with xorg.conf

Comment 2 Than Ngo 2004-11-19 10:38:07 UTC
it will be included in next rebuild. Many thanks for your report.