Index: /trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
===================================================================
--- /trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp	(revision 91669)
+++ /trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp	(revision 91670)
@@ -739,6 +739,13 @@
     {
         rc = VbglR3DrmClientStart();
-        if (RT_FAILURE(rc))
+        if (RT_SUCCESS(rc))
+        {
+            VBClLogInfo("VBoxDrmClient has been successfully started, exitting parent process\n");
+            exit(0);
+        }
+        else
+        {
             VBClLogError("Starting DRM resizing client failed with %Rrc\n", rc);
+        }
         return rc;
     }
