VirtualBox

Changeset 93372 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 20, 2022 5:51:22 PM (3 years ago)
Author:
vboxsync
Message:

Additions: Linux: VBoxService: start VBoxDRMClient on early boot unconditionally, bugref:10134.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp

    r93115 r93372  
    11691169
    11701170#ifdef VBOX_WITH_VBOXSERVICE_DRMRESIZE
    1171     if (VbglR3DrmClientIsNeeded())
    1172     {
    1173         rc = VbglR3DrmClientStart();
    1174         if (RT_FAILURE(rc))
    1175             VGSvcError("Starting DRM resizing client failed with %Rrc\n", rc);
    1176     }
     1171# ifdef RT_OS_LINUX
     1172    rc = VbglR3DrmClientStart();
     1173    if (RT_FAILURE(rc))
     1174        VGSvcVerbose(0, "VMSVGA DRM resizing client not started, rc=%Rrc\n", rc);
     1175# endif /* RT_OS_LINUX */
    11771176#endif /* VBOX_WITH_VBOXSERVICE_DRMRESIZE */
    11781177
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