<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Xwayland crashes, display_handle_error, authenticate error inside libwayland-client.so, GUI app autostart whilst being switched to TTY"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108038#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Xwayland crashes, display_handle_error, authenticate error inside libwayland-client.so, GUI app autostart whilst being switched to TTY"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108038">bug 108038</a>
              from <span class="vcard"><a class="email" href="mailto:fourdan@xfce.org" title="Olivier Fourdan <fourdan@xfce.org>"> <span class="fn">Olivier Fourdan</span></a>
</span></b>
        <pre>That "authenicate failed" (with the typo in "authenicate") is typical of drm
authentication in Mesa:

175 static void
176 drm_authenticate(struct wl_client *client,
177                  struct wl_resource *resource, uint32_t id)
178 {
179         struct wl_drm *drm = wl_resource_get_user_data(resource);
180 
181         if (drm->callbacks.authenticate(drm->user_data, id) < 0)
182                 wl_resource_post_error(resource,
183                                        WL_DRM_ERROR_AUTHENTICATE_FAIL,
184                                        "authenicate failed");
185         else
186                 wl_resource_post_event(resource, WL_DRM_AUTHENTICATED);
187 }


<a href="https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/wayland/wayland-drm/wayland-drm.c#n175">https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/wayland/wayland-drm/wayland-drm.c#n175</a>

Does the issue occurs if you wait for the X client to start before switching to
another tty?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>