dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 110137] drirc adaptive sync, vrr, freesync blacklisting documentation
@ 2019-03-16  2:18 bugzilla-daemon
  2019-03-18 12:56 ` bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-03-16  2:18 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1151 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110137

            Bug ID: 110137
           Summary: drirc adaptive sync, vrr, freesync blacklisting
                    documentation
           Product: Mesa
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/radeonsi
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: grmat@sub.red
        QA Contact: dri-devel@lists.freedesktop.org

Hi,

using qutebrowser in fullscreen mode breaks the video output with VRR enabled
because it refreshes very unsteadily, which is typical for a browser. Some
browsers are blacklisted in the drirc. I've added the following lines to the
drirc, but it doesn't disable VRR for a fullscreen qutebrowser window.:


<application name="qutebrowser" executable="qutebrowser">
    <option name="adaptive_sync" value="false" />
</application>


Is there any documentation about how the matching works?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2574 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 110137] drirc adaptive sync, vrr, freesync blacklisting documentation
  2019-03-16  2:18 [Bug 110137] drirc adaptive sync, vrr, freesync blacklisting documentation bugzilla-daemon
@ 2019-03-18 12:56 ` bugzilla-daemon
  2019-04-09  9:14 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-03-18 12:56 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 722 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110137

--- Comment #1 from Nicholas Kazlauskas <nicholas.kazlauskas@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.

[-- Attachment #1.2: Type: text/html, Size: 1660 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 110137] drirc adaptive sync, vrr, freesync blacklisting documentation
  2019-03-16  2:18 [Bug 110137] drirc adaptive sync, vrr, freesync blacklisting documentation bugzilla-daemon
  2019-03-18 12:56 ` bugzilla-daemon
@ 2019-04-09  9:14 ` bugzilla-daemon
  2019-04-09 13:08 ` bugzilla-daemon
  2019-09-25 18:49 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-04-09  9:14 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 566 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110137

--- Comment #2 from grmat@sub.red ---
Neither qutebrowser nor QtWebEngineProcess worked. Now I've seen that qtbrowser
is built on PyQt5, so the executable name has to be "python3", this works:

<application name="qutebrowser" executable="python3">
    <option name="adaptive_sync" value="false" />
</application>

I'd send in a patch for that, but I think this will block any python3-based
app, which is not the goal here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1409 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 110137] drirc adaptive sync, vrr, freesync blacklisting documentation
  2019-03-16  2:18 [Bug 110137] drirc adaptive sync, vrr, freesync blacklisting documentation bugzilla-daemon
  2019-03-18 12:56 ` bugzilla-daemon
  2019-04-09  9:14 ` bugzilla-daemon
@ 2019-04-09 13:08 ` bugzilla-daemon
  2019-09-25 18:49 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-04-09 13:08 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 490 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110137

--- Comment #3 from Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> ---
I suppose that the issue with using realpath is while it's good at stripping
args from chromium based browsers it'll have issues with programs run under
script interpreters.

Maybe the drirc needs a more advanced app path or name matching method to deal
with cases like that.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1312 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 110137] drirc adaptive sync, vrr, freesync blacklisting documentation
  2019-03-16  2:18 [Bug 110137] drirc adaptive sync, vrr, freesync blacklisting documentation bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-04-09 13:08 ` bugzilla-daemon
@ 2019-09-25 18:49 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-09-25 18:49 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 842 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110137

GitLab Migration User <gitlab-migration@fdo.invalid> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|NEW                         |RESOLVED

--- Comment #4 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1381.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2481 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-09-25 18:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-16  2:18 [Bug 110137] drirc adaptive sync, vrr, freesync blacklisting documentation bugzilla-daemon
2019-03-18 12:56 ` bugzilla-daemon
2019-04-09  9:14 ` bugzilla-daemon
2019-04-09 13:08 ` bugzilla-daemon
2019-09-25 18:49 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).