VirtualBox

Changeset 59234 in vbox


Ignore:
Timestamp:
Dec 31, 2015 10:41:47 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104862
Message:

bugref:8087: Additions/x11: support non-root X server: not really necessary for this task, but do set-up and clean-up of the X11 and graphics parts of the Additions from the main Additions service script. This also allows us to share a system image more easily between virtualised and non-virtulaised systems by preventing graphics set-up if we see that we are not running inside a VirtualBox guest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r59199 r59234  
    187187        $MODPROBE vboxguest >/dev/null 2>&1 || {
    188188            setup
    189             $MODPROBE vboxguest >/dev/null 2>&1 ||
     189            $MODPROBE vboxguest >/dev/null 2>&1 || {
     190                /sbin/rcvboxadd-x11 cleanup
    190191                fail "modprobe vboxguest failed"
     192            }
    191193        }
    192194        case "$no_udev" in 1)
     
    209211    }
    210212
    211     # This is needed as X.Org Server 1.13 does not auto-load the module.
    212     running_vboxvideo || $MODPROBE vboxvideo > /dev/null 2>&1
     213    /sbin/rcvboxadd-x11 setup
    213214    # Install the guest OpenGL drivers.  For now we don't support
    214215    # multi-architecture installations
Note: See TracChangeset for help on using the changeset viewer.

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