Changes between Initial Version and Version 1 of Ticket #19465, comment 8
- Timestamp:
- Apr 8, 2020 4:10:15 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19465, comment 8
initial v1 1 1 Replying to [comment:7 fbatschu]: 2 2 > all those features do not work without X and the grapical environment in the guest. They are based on the X protocol. 3 [[BR]] 4 5 I think rather than closing this case we should investigate further. 3 6 7 All which features depend on X? 4 8 5 All which features?9 Forget about the shared clipboard. I'm having a hard time believing that VirtualBox does not support copying and pasting '''within the guest console window itself''' wthout X. 6 10 7 11 I have shared folders, I have mouse events, and the console is capable of highlighting and displaying colors. 8 12 9 Forget about the shared clipboard. I'm having a hard time believing that VirtualBox does not support copying and pasting '''within the guest console window itself''' wthout X. 13 Requiring X to be able to make basic use of the console would make VirtualBox unsuitable for use for a very large number of projects. 10 14 11 Requiring X would make VirtualBox unsuitable for use for a large number of projects. 12 15 vboxadd builds and installs a number of modules. The last thing the setup() routine does is configure X features. The source appears to indicate that X is optional. 16 [[BR]] 17 #Put the X.Org driver in place. '''This is harmless if it is not needed.''' 18 #Also set up the OpenGL library. 19 myerr=`"${INSTALL_DIR}/init/vboxadd-x11" setup 2>&1` 20 test -z "${myerr}" || log "${myerr}" 21 22 The vboxadd-x11 script is what is reporting 'skipping' the X configuration. 23