[Bug 110137] drirc adaptive sync, vrr, freesync blacklisting documentation
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Mar 18 12:56:06 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=110137
--- Comment #1 from Nicholas Kazlauskas <nicholas.kazlauskas at amd.com> ---
AFAIK, the matching should just be done based on the executable name.
See: src/util/u_process.c
The process name likely differs for the content processes for the browser. You
might need both qutebrowser and QtWebEngineProcess blacklisted:
<application name="qutebrowser" executable="QtWebEngineProcess">
<option name="adaptive_sync" value="false" />
</application>
<application name="qutebrowser" executable="qutebrowser">
<option name="adaptive_sync" value="false" />
</application>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190318/a137d99e/attachment.html>
More information about the dri-devel
mailing list