Comment 8 for bug 1750393

Revision history for this message
Jamie C. (coolmott) wrote : Re: Blank screen with only mouse pointer after mesa driver update; display does not switch to tty7 upon lightdm start; Xorg.0.log quickly grows

Line 3039 in the source can also cause the message:

   if (flip_sync == FLIP_ASYNC) {
    if (!drmmode_wait_vblank(crtc,
        DRM_VBLANK_RELATIVE |
        DRM_VBLANK_EVENT,
        0, drm_queue_seq,
        NULL, NULL))
     goto flip_error;
    goto next;
   }