Bug 74138

Summary: xconf.py missing comma
Product: [Retired] Red Hat Linux Reporter: Rob Landry <rlandry>
Component: redhat-config-xfree86Assignee: Alexander Larsson <alexl>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: mharris
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-09-23 07:51:34 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 Rob Landry 2002-09-16 20:03:43 UTC
Description of Problem:

xconf.py is missing a comma that is preventing the use of --set-resolution.

this

"set-hsync=", "set-vsync=",
"set-videoram=", "set-driver=", "set-card="
"set-resolution=", "set-depth="])

should be

"set-hsync=", "set-vsync=",
"set-videoram=", "set-driver=", "set-card=",   <---
"set-resolution=", "set-depth="])

add the comma (not the <---) and --set-resolution works; currently you get
set-resolution not recognized or something similar; either way it doesn't work;
add the comma and all is well.

Comment 1 Alexander Larsson 2002-09-23 07:51:28 UTC
*** Bug 74325 has been marked as a duplicate of this bug. ***

Comment 2 Alexander Larsson 2002-10-08 12:00:20 UTC
Fixed in CVS. Will be fixed in the next release.


Comment 3 Mike A. Harris 2002-11-05 10:29:46 UTC
I just noticed someone updated this bug to change it from a beta bug to
an 8.0 bug.  Not knowing who did the change, I thought I'd mention that
the bug is CLOSED->RAWHIDE in case they were updating it to reflect the
problem still exists in 8.0 and didn't notice it is resolved already.

Comment 4 Alexander Larsson 2002-11-05 10:57:29 UTC
I changed it to 8.0 because i wanted to dup a public bug against this. But
bugzilla still refuses to dup bug 76923 against this one.