Bug 528049

Summary: gamma in config file not honored
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: xorg-x11-drv-intelAssignee: Adam Jackson <ajax>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: ajax, awilliam, mcepl, rvokal, xgl-maint
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-03 21:43:39 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:

Description Bill Nottingham 2009-10-08 18:08:18 UTC
Description of problem:

xorg.conf:
Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
EndSection

Section "ServerFlags"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	Gamma        0.8 0.8 0.6
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "intel"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

With this, I still get gamma of 1.0 on startup. Setting it post-startup works fine.

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

kernel-2.6.31.1-56.fc12.x86_64
xorg-x11-server-Xorg-1.7.0-1.fc12.x86_64
xorg-x11-drv-intel-2.9.0-2.fc12.x86_64

How reproducible:

100%

Comment 1 Bill Nottingham 2009-10-08 18:09:30 UTC
X log available at https://bugzilla.redhat.com/attachment.cgi?id=364164

Comment 2 Matěj Cepl 2009-10-09 11:56:50 UTC

*** This bug has been marked as a duplicate of bug 515306 ***

Comment 3 Bill Nottingham 2009-10-09 15:53:00 UTC
Reopening; 515306 was an older bug, that was fixed, and now this has broken in a different way.

Comment 5 Bill Nottingham 2009-11-03 21:43:39 UTC
Fixed now in rawhide, ajax says fix landed around 1.6.99-45 or so.