VirtualBox

Ignore:
Timestamp:
May 20, 2016 10:06:14 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107359
Message:

bugref:8087: Additions/x11: support non-root X server: silence an error when checking for 3D support on a system without X11.

File:
1 edited

Legend:

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

    r60943 r61090  
    215215    # Install the guest OpenGL drivers.  For now we don't support
    216216    # multi-architecture installations
    217     if /usr/bin/VBoxClient --check3d; then
     217    if /usr/bin/VBoxClient --check3d 2>/dev/null; then
    218218        rm -f /var/lib/VBoxGuestAdditions/lib/system/tmp.so
    219219        mkdir -m 0755 -p /var/lib/VBoxGuestAdditions/lib/system
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