VirtualBox

Changeset 58584 in vbox


Ignore:
Timestamp:
Nov 5, 2015 3:28:20 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103942
Message:

bugref:8087: Additions/x11: support non-root X server: when using standard library loading, if our OpenGL library is initialised but 3D is not enabled for the virtual machine, exit in the constructor instead of crashing. This does not apply for the DRI hack, as there we just fall back to Mesa software rendering.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/load.c

    r58576 r58584  
    986986        {
    987987            crWarning("Failed to connect to host. Make sure 3D acceleration is enabled for this VM.");
     988# ifdef VBOXOGL_FAKEDRI
    988989            return false;
     990# else
     991            exit(1);
     992# endif
    989993        }
    990994        else
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