[PC-BSD Commits] r6086 - pcbsd/trunk/mfsroot-overlay/root
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 29 08:00:28 PST 2010
Author: kris
Date: 2010-01-29 08:00:27 -0800 (Fri, 29 Jan 2010)
New Revision: 6086
Modified:
pcbsd/trunk/mfsroot-overlay/root/PCBSDStart.sh
Log:
Fixed bug copying the correct xorg compat configuration during installation
bootup when xorg fails to detect correct / working driver.
Modified: pcbsd/trunk/mfsroot-overlay/root/PCBSDStart.sh
===================================================================
--- pcbsd/trunk/mfsroot-overlay/root/PCBSDStart.sh 2010-01-29 10:04:37 UTC (rev 6085)
+++ pcbsd/trunk/mfsroot-overlay/root/PCBSDStart.sh 2010-01-29 16:00:27 UTC (rev 6086)
@@ -81,7 +81,7 @@
then
# Failed to start X with detected driver. Now try VESA mode.
echo "ERROR: Failed to start GUI Installer with detected driver... Trying VESA mode..."
- cp /root/cardDetect/XF86Config-usrlocal.compat /etc/X11/xorg.conf
+ cp /root/cardDetect/XF86Config.compat /etc/X11/xorg.conf
startx 2>/tmp/xstartup2.log
if [ ! -e "/tmp/.xstarted" ]
then
More information about the Commits
mailing list