- Timestamp:
- Sep 20, 2016 8:26:22 PM (8 years ago)
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.c
r63807 r63916 318 318 return -EINVAL; 319 319 320 /* Do not load if any of the virtual consoles is in graphics mode to be321 * sure that we do not pick a fight with a user-mode driver or VESA. */322 for (i = 0; i < MAX_NR_CONSOLES - 1; ++i)323 if (vc_cons[i].d && vc_cons[i].d->vc_mode == KD_GRAPHICS)324 return -EINVAL;325 326 320 return drm_pci_init(&driver, &vbox_pci_driver); 327 321 } -
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r63890 r63916 339 339 if test -f /etc/modprobe.d/blacklist-vboxvideo.conf; then 340 340 rm -f /etc/modprobe.d/blacklist-vboxvideo.conf 341 ${MODPROBE} vboxvideo341 ps -Af | grep -q '[X]org' || ${MODPROBE} vboxvideo 342 342 fi 343 343 ;;
Note:
See TracChangeset
for help on using the changeset viewer.