bugzilla-daemon at freedesktop.org
2014-Aug-24  20:54 UTC
[Nouveau] [Bug 83021] New: Separate X screens --> Xvideo is vsynced to primary screen only
https://bugs.freedesktop.org/show_bug.cgi?id=83021
          Priority: medium
            Bug ID: 83021
          Assignee: nouveau at lists.freedesktop.org
           Summary: Separate X screens --> Xvideo is vsynced to primary
                    screen only
        QA Contact: xorg-team at lists.x.org
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: janjanjanx at gmail.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: unspecified
         Component: Driver/nouveau
           Product: xorg
I use two separate X screens and Xvideo is vsynced only to the primary display.
The DRM however supports syncing to secondary display as well (using
_DRM_VBLANK_SECONDARY).
I looked at the xf86-video-nouveau source, and it looks like it tries to
determine on wich display the window is by using the window position (in the
nv_window_belongs_to_crtc function). I think this method only works when there
is one X screen assembled of two displays, but it does not work with two
separate X screens.
Linux 3.15.10, Xorg 1.16, xf86-video-nouveu 1.0.10
GPU GTX 560Ti
-- 
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/20140824/a5088b4a/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Aug-24  20:57 UTC
[Nouveau] [Bug 83021] Separate X screens --> Xvideo is vsynced to primary screen only
https://bugs.freedesktop.org/show_bug.cgi?id=83021 --- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> --- There have been a bunch of fixes to this logic in git -- does this issue still happen with http://cgit.freedesktop.org/nouveau/xf86-video-nouveau/ ? Specifically I'm thinking of http://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=6ad053788e804f3a8bd36ee3653ec95e7df62623 -- 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/20140824/0be55032/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Aug-24  23:33 UTC
[Nouveau] [Bug 83021] Separate X screens --> Xvideo is vsynced to primary screen only
https://bugs.freedesktop.org/show_bug.cgi?id=83021
Jan Janecek <janjanjanx at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
--- Comment #2 from Jan Janecek <janjanjanx at gmail.com> ---
It is indeed fixed in newest GIT, I should have tried that before filing the
bug.
-- 
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/20140824/ed39f09e/attachment.html>