Changeset 60933 in vbox
- Timestamp:
- May 10, 2016 6:50:49 PM (9 years ago)
- Location:
- trunk/src/VBox/Additions/linux/installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r60350 r60933 373 373 dox11config="" 374 374 ;; 375 esac 376 case "${x_version}" in 377 4.* | 6.* | 7.* | 1.?.* | 1.1[0-6].* ) 378 echo "blacklist vboxvideo" > /etc/modprobe.d/blacklist-vboxvideo.conf 379 ;; 380 *) 381 if test -f /etc/modprobe.d/blacklist-vboxvideo.conf; then 382 rm -f /etc/modprobe.d/blacklist-vboxvideo.conf 383 ${MODPROBE} vboxvideo 384 fi 385 ;; 375 386 esac 376 387 test -n "${dox11config}" && -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r60317 r60933 210 210 } 211 211 } 212 # Load the kernel video driver if we can.213 $MODPROBE vboxvideo > /dev/null 2>&1214 212 215 213 # Put the X.Org driver in place. This is harmless if it is not needed.
Note:
See TracChangeset
for help on using the changeset viewer.