From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.8) Gecko/20050512 Firefox/1.0.4 Description of problem: redhat-config-xfree86 --noui run as a non-root user, pops up a GUI box Query "You are attempting to run "redhat-config-xfree86" which requires administrative privileges, but more information is needed in order to do so." Version-Release number of selected component (if applicable): redhat-config-xfree86-0.7.7-1 How reproducible: Always Steps to Reproduce: 1. run redhat-config-xfree86 --noui as a non-root user Actual Results: Pops up a GUI asking for a root password. Expected Results: A tty query for the a root password would have been appropriate. Additional info:
setting the DISPLAY variable to a blank string seems to fix this problem. export DISPLAY= redhat-config-xfree86 --noui