bugzilla-daemon at freedesktop.org
2014-May-31 08:32 UTC
[Nouveau] [Bug 75761] weston-launch no output - black screen
https://bugs.freedesktop.org/show_bug.cgi?id=75761 --- Comment #29 from Pekka Paalanen <ppaalanen at gmail.com> --- Hmm, a third remote possibility came to mind. If the timestamp delivered with the DRM pageflip event does not advance, I suppose Weston's fade-in animation might not advance either and therefore it never fades in. However this is hard for me to believe, as I think it would have caused problems with Xorg, too... wouldn't it? Or maybe Xorg is only looking at the vblank counters, and you'd actually need a program using GLX_OML_sync_control to even see the timestamps? One could check the timestamps by: weston_log("%s: time %u.%06u frame %u\n", __func__, sec, usec, frame); in compositor-drm.c page_flip_handler() function. Mm, I'd like to see a weston log with that when you have the black screen problem. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140531/77e69191/attachment.html>