Changeset 60286 in vbox
- Timestamp:
- Apr 1, 2016 10:28:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r60285 r60286 368 368 vboxvideo_src="" 369 369 } 370 # Do not install if we can use the kernel driver.371 case `uname -r` in372 1.* | 2.* | 3.[0-9].* | 3.10.* ) ;;373 * ) vboxvideo_src="" ;;374 esac375 370 ;; 376 371 * ) 377 372 # For anything else, assume kernel drivers. 378 373 dox11config="" 379 $MODPROBE vboxvideo ||380 echo "Warning: failed to set up the X Window System display integration."381 374 ;; 382 375 esac 376 if $MODPROBE vboxvideo; then 377 # Do not install if we can use the kernel driver. 378 rm -f "$modules_dir/drivers/vboxvideo_drv.so" 379 vboxvideo_src="" 380 dox11config="" 381 fi 383 382 test -n "${dox11config}" && 384 383 begin "Installing $xserver_version modules"
Note:
See TracChangeset
for help on using the changeset viewer.