VirtualBox

Ignore:
Timestamp:
May 12, 2016 8:52:48 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107163
Message:

bugref:8087: Additions/x11: support non-root X server: install our OpenGL libraries in a location that persists over reboots but still check on each boot whether they should be installed or removed. Should fix an X server crash after a hard reboot.

File:
1 edited

Legend:

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

    r59233 r60940  
    11471147    if (!pszDisplay || !*pszDisplay)
    11481148    {
    1149         dlopen("/tmp/VBoxOGL/system/libGL.so.1", RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND);
    1150         dlopen("/tmp/VBoxOGL/system/libEGL.so.1", RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND);
     1149        dlopen("/var/lib/VBoxGuestAdditions/lib/system/libGL.so.1", RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND);
     1150        dlopen("/var/lib/VBoxGuestAdditions/lib/system/libEGL.so.1", RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND);
    11511151    }
    11521152}
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