Changeset 2618
- Timestamp:
- 08/19/08 18:12:39 (3 months ago)
- Files:
-
- 1 modified
-
pcbsd/trunk/mfsroot-overlay/root/PCBSDStart.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/mfsroot-overlay/root/PCBSDStart.sh
r2416 r2618 45 45 46 46 # Check for VESA support 47 /sbin/sysctl kern.module_path | /usr/bin/grep "VESA" >/dev/null 2>/dev/null 48 FOUND="$?" 49 if [ "$FOUND" = "0" ] 47 xvesa="NO" 48 v=`kenv xvesa` 49 if [ $? -eq 0 ]; then 50 xvesa=$v 51 fi 52 53 if [ "$xvesa" = "YES" ] 50 54 then 51 55 cp /usr/local/pcbsd/scripts/cardDetect/XF86Config.compat /etc/X11/xorg.conf
