[PC-BSD Commits] r565 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 6 11:30:15 PDT 2007
Author: kris
Date: 2007-08-06 11:30:15 -0700 (Mon, 06 Aug 2007)
New Revision: 565
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
Log:
Changed XGUI tool to allow the user to skip the X setup and proccede into
the desktop with the default res
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2007-08-06 18:23:30 UTC (rev 564)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2007-08-06 18:30:15 UTC (rev 565)
@@ -106,6 +106,7 @@
/PCBSD/xorg-gui/bin/XGUI
if [ "$?" = "1" ]
then
+ kdialog --msgbox "PC-BSD will now load using the default resolution."
echo "Canceled" > /PCBSD/xorg-gui/.canceled
fi
kill -9 ${PID}
@@ -121,11 +122,12 @@
PID=$!
kdialog --msgbox "PC-BSD will now allow you to setup your monitor resolution and video settings.\n If your system is equipped with a 3D card, please select the appropriate driver. This will enable you to run the 3D desktop, Beryl.\n\nNOTE: Beryl requires a color depth of 24."
/PCBSD/xorg-gui/bin/XGUI
-kill -9 ${PID}
if [ "$?" = "1" ]
then
+ kdialog --msgbox "PC-BSD will now load using the default resolution."
echo "Canceled" > /PCBSD/xorg-gui/.canceled
fi
+kill -9 ${PID}
' > /root/.xinitrc
chmod 755 /root/.xinitrc
More information about the Commits
mailing list