Changeset 67852 in vbox
- Timestamp:
- Jul 7, 2017 1:34:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r67663 r67852 346 346 if test -n "${blacklist_vboxvideo}"; then 347 347 echo "blacklist vboxvideo" > /etc/modprobe.d/blacklist-vboxvideo.conf 348 elif test -f /etc/modprobe.d/blacklist-vboxvideo.conf; then 349 rm -f /etc/modprobe.d/blacklist-vboxvideo.conf 348 else 349 test -f /etc/modprobe.d/blacklist-vboxvideo.conf && 350 rm -f /etc/modprobe.d/blacklist-vboxvideo.conf 350 351 # We do not want to load the driver if X.Org Server is already 351 352 # running, as without a driver the server will touch the hardware
Note:
See TracChangeset
for help on using the changeset viewer.