Changeset 63931 in vbox for trunk/src/VBox/Additions/linux/installer
- Timestamp:
- Sep 21, 2016 7:16:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r63916 r63931 339 339 if test -f /etc/modprobe.d/blacklist-vboxvideo.conf; then 340 340 rm -f /etc/modprobe.d/blacklist-vboxvideo.conf 341 # We do not want to load the driver if X.Org Server is already 342 # running, as without a driver the server will touch the hardware 343 # directly, causing problems. 341 344 ps -Af | grep -q '[X]org' || ${MODPROBE} vboxvideo 342 345 fi
Note:
See TracChangeset
for help on using the changeset viewer.