[PC-BSD Commits] r690 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 10 21:46:29 PDT 2007
Author: kris
Date: 2007-09-10 21:46:29 -0700 (Mon, 10 Sep 2007)
New Revision: 690
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
Log:
Added statement to save the xorg.conf file as xorg.conf.previous for
troubleshooting purposes when using the XGUI tool. Should allow users
to view how the XGUI tried to setup xorg.conf, and help with bug fixing.
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2007-09-10 16:40:39 UTC (rev 689)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2007-09-11 04:46:29 UTC (rev 690)
@@ -76,6 +76,13 @@
i=1
do
+# Save the previous xorg.conf file for troubleshooting
+if [ -e "/etc/X11/xorg.conf" ]
+then
+ mv /etc/X11/xorg.conf /etc/X11/xorg.conf.previous
+fi
+
+
if [ "${ATTEMPT}" = "0" ]
then
# Use the saved xorg.conf.basic file
More information about the Commits
mailing list