Bug 74138 - xconf.py missing comma
Summary: xconf.py missing comma
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: redhat-config-xfree86
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Alexander Larsson
QA Contact:
URL:
Whiteboard:
: 74325 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-09-16 20:03 UTC by Rob Landry
Modified: 2008-05-01 15:38 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-09-23 07:51:34 UTC
Embargoed:


Attachments (Terms of Use)

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.



Note You need to log in before you can comment on or make changes to this bug.