<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Weston called from weston-launch loses permission to uaccess fb devices on tty switch back"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73782#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Weston called from weston-launch loses permission to uaccess fb devices on tty switch back"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73782">bug 73782</a>
from <span class="vcard"><a class="email" href="mailto:nerdopolis1@verizon.net" title="nerdopolis1@verizon.net">nerdopolis1@verizon.net</a>
</span></b>
<pre>After some more testing, it seems that it's not giving udev a chance to do its
thing.
If I add
sleep(1);
before
fb_fd = fbdev_frame_buffer_open(output, output->device, &new_screen_info);
in fbdev_output_reenable
it seems I can get it to work.
To me this is a hackish kind of fix, and probably not an acceptable fix to be
merged, but I hope this finding is helpful.</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>