Description of Problem: There is a brown-paper-bag bug in /usr/share/redhat-config-xfree86/xconf.py, which completely fubars its parsing of --set-card and --set-resolution. A comma is missing. Version-Release number of selected component (if applicable): redhat-config-xfree86-0.6.7-1 --- xconf.py.oops 2002-11-19 16:01:24.000000000 -0600 +++ xconf.py 2002-11-19 16:01:35.000000000 -0600 @@ -1534,7 +1534,7 @@ ["help", "reconfig", "noui", "verbose", "forceui", "output=", "set-hsync=", "set-vsync=", - "set-videoram=", "set-driver=", "set-card=" + "set-videoram=", "set-driver=", "set-card=", "set-resolution=", "set-depth="]) except (getopt.GetoptError), e: print e
Yes. That was a bit embarrasing. But it is fixed in CVS, and i believe the fix has now propagated to rawhide.