From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020607 Description of problem: on my dell inspiron 8100, running "Xconfigurator --kickstart" fails Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.run "Xconfigurator --kickstart" 2. 3. Actual Results: error messages: Server doesn't exist, can't continue. tried to use ../../usr/X11R6/bin/XF86_VGA16 Expected Results: should have generated an XF86Config file Additional info: i've tried to add various Xconfigurator options, such as --server, --driver, --preferxf4 and so on, but i still get the same error every single time.
What video card is this? Please attach details.
Same problem here with my workstations (oh about 250 or so) with Matrox G400 & G450. I've added this to my post-kickstart scripts to un-break it. /usr/X11R6/bin/Xconfigurator --kickstart mv /tmp/xf86config-* /etc/X11/XF86Config-4 perl -pi -e " s/Depth 8/Depth 24/; s/640x480/1280x1024/" /etc/X11/XF86Config-4
Closing bug due to lack of information from original report and no followup. At this point, Xconfigurator is basically obsolete and only will receive security updates if required. Red Hat Linux 8.0 contains a completely rewritten XFree86 config tool infrastructure, and users are recommended to upgrade to the latest release if having problems with older versions while using Xconfigurator.