- Timestamp:
- 05/12/08 10:03:54 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/scripts/nvidia-71.86.04.sh
r1836 r1890 40 40 mv /tmp/.device.hints /boot/device.hints 41 41 echo "hint.agp.0.disabled=\"1\"" >> /boot/device.hints 42 43 ls /dev/nvidiactl* >/dev/null 44 if [ "$?" != "0" ] 45 then 46 echo "Rebooting to load nvidia kernel module..." 47 ( shutdown -r now )& 48 sleep 500 49 fi
