Changeset 25038 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Nov 27, 2009 8:55:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r24967 r25038 313 313 if ! sh /usr/share/$PACKAGE/test_drm/build_in_tmp \ 314 314 --no-dkms --no-print-directory >> $LOG 2>&1; then 315 printf " Your guest system does not seem to have sufficient OpenGL support to enable\naccelerated 3D effects (this requires Linux 2.6.27 or later in the guest\nsystem). This Guest Additions feature will be disabled.\n\n"315 printf "\nYour guest system does not seem to have sufficient OpenGL support to enable\naccelerated 3D effects (this requires Linux 2.6.27 or later in the guest\nsystem). This Guest Additions feature will be disabled.\n\n" 316 316 BUILDVBOXVIDEO="" 317 317 fi
Note:
See TracChangeset
for help on using the changeset viewer.