VirtualBox

Ignore:
Timestamp:
Sep 21, 2016 7:16:33 PM (8 years ago)
Author:
vboxsync
Message:

bugref:8087:Additions/x11: support non-root X server: additional explanatory comment to last commit.

File:
1 edited

Legend:

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

    r63916 r63931  
    339339        if test -f /etc/modprobe.d/blacklist-vboxvideo.conf; then
    340340            rm -f /etc/modprobe.d/blacklist-vboxvideo.conf
     341            # We do not want to load the driver if X.Org Server is already
     342            # running, as without a driver the server will touch the hardware
     343            # directly, causing problems.
    341344            ps -Af | grep -q '[X]org' || ${MODPROBE} vboxvideo
    342345        fi
Note: See TracChangeset for help on using the changeset viewer.

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