Changeset 63857 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Sep 15, 2016 4:44:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r63556 r63857 745 745 xf86Msg(X_INFO, "vboxvideo: kernel driver found, not loading.\n"); 746 746 close(drmFd); 747 return FALSE; 748 } 749 /* It is safe to call this, as the X server enables I/O access before 750 * calling the probe call-backs. */ 751 if (!xf86EnableIO()) 752 { 753 xf86Msg(X_INFO, "vboxvideo: this driver requires direct hardware access. You may wish to use the kernel driver instead.\n"); 747 754 return FALSE; 748 755 }
Note:
See TracChangeset
for help on using the changeset viewer.