Xorg issues the following error when started: getconfig: file '/usr/X11/lib/X11/getconfig/xorg.cfg' has bad signature. This is because the getconfig script thinks the signature should be: $signature = "Xorg Foundation getconfig rules file. Version: "; but the default xorg.cfg has a signature line of: Xorg Project getconfig rules file. Version: 1.0 Changing Project to Foundation in the xorg.cfg silences this error from getconfig.
Will commit fix shortly.
Created attachment 323 [details] [review] Patch to xc/programs/Xserver/hw/xfree86/getconfig/xorg.cfg
Log message: 2004-05-25 Alan Coopersmith <alan.coopersmith@sun.com> * xc/programs/Xserver/hw/xfree86/getconfig/xorg.cfg Bugzilla #678: getconfig: file '/usr/X11R6/lib/X11/getconfig/xorg.cfg' has bad signature (Change "Xorg Project" to "Xorg Foundation" to match getconfig script) Modified files: ./: ChangeLog xc/programs/Xserver/hw/xfree86/getconfig/: xorg.cfg Revision Changes Path 1.44 +7 -1 xc/ChangeLog 1.3 +2 -2 xc/programs/Xserver/hw/xfree86/getconfig/xorg.cfg
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.