[PC-BSD Commits] r19803 - pcbsd/branches/9.1/src-qt4/pc-xgui/resources/bin
svn at pcbsd.org
svn at pcbsd.org
Fri Oct 19 09:13:50 PDT 2012
Author: kris
Date: 2012-10-19 16:13:50 +0000 (Fri, 19 Oct 2012)
New Revision: 19803
Modified:
pcbsd/branches/9.1/src-qt4/pc-xgui/resources/bin/rundetect.sh
Log:
MFC cleanup fix
Modified: pcbsd/branches/9.1/src-qt4/pc-xgui/resources/bin/rundetect.sh
===================================================================
--- pcbsd/branches/9.1/src-qt4/pc-xgui/resources/bin/rundetect.sh 2012-10-19 16:13:18 UTC (rev 19802)
+++ pcbsd/branches/9.1/src-qt4/pc-xgui/resources/bin/rundetect.sh 2012-10-19 16:13:50 UTC (rev 19803)
@@ -46,13 +46,15 @@
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
fi
-echo " " >/dev/console
+echo "`clear`" >/dev/console
echo "Detecting video card and monitor capabilities..." >/dev/console
+
X -configure 2>/dev/null
# Check if we have an unprobed / unknown monitor
${PROGDIR}/scripts/checkunprobed.sh
+echo "`clear`" >/dev/console
echo "Please wait... Start X-Configuration Utility" >/dev/console
# Check if we need to save an existing .xinitrc file
More information about the Commits
mailing list