VirtualBox

Changes between Initial Version and Version 1 of Ticket #19465, comment 8


Ignore:
Timestamp:
Apr 8, 2020 4:10:15 PM (5 years ago)
Author:
tmcsys

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19465, comment 8

    initial v1  
    11Replying to [comment:7 fbatschu]:
    22> 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 
     5I think rather than closing this case we should investigate further.
    36
     7All which features depend on X? 
    48
    5 All which features?
     9Forget 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.
    610
    711I have shared folders, I have mouse events, and the console is capable of highlighting and displaying colors.
    812
    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.
     13Requiring X to be able to make basic use of the console would make VirtualBox unsuitable for use for a very large number of projects.
    1014
    11 Requiring X would make VirtualBox unsuitable for use for a large number of projects.
    12  
     15vboxadd 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
     22The vboxadd-x11 script is what is reporting 'skipping' the X configuration.
     23

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette