[PC-BSD Commits] r2243 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 2 13:05:39 PDT 2008
Author: kris
Date: 2008-07-02 13:05:39 -0700 (Wed, 02 Jul 2008)
New Revision: 2243
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
Log:
Updated the working on the rundetect script, since the new driver doesn't *need*
to reboot anymore to load
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2008-07-02 19:54:58 UTC (rev 2242)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2008-07-02 20:05:39 UTC (rev 2243)
@@ -218,7 +218,7 @@
ls /dev/nvidiactl* >/dev/null
if [ "$?" != "0" ]
then
- /usr/local/kde4/bin/kdialog --msgbox "The system will be rebooted to load the NVIDIA kernel module. You will be asked to confirm the resolution after bootup."
+ /usr/local/kde4/bin/kdialog --msgbox "The system will install the NVIDIA kernel module. Youi may be asked to confirm the resolution after a reboot is performed."
touch /PCBSD/xorg-gui/.nvidiareboot
touch /PCBSD/xorg-gui/.rerunxsetup
fi
More information about the Commits
mailing list