Summary: | [IVB,HSW,SNB,BYT,BDW] the second monitor can't normally play video by "mplayer -vo xv:adaptor=1 " | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | liulei <lei.a.liu> | ||||||
Component: | Driver/intel | Assignee: | Chris Wilson <chris> | ||||||
Status: | VERIFIED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||
Severity: | normal | ||||||||
Priority: | medium | CC: | intel-gfx-bugs | ||||||
Version: | unspecified | ||||||||
Hardware: | Other | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Created attachment 97816 [details]
dmesg
Yeah, it has never worked in clone mode (or across the boundary) as the original overlay was restricted to a single pipe. However, we can fix up sprites to work. commit 5fbbfd4dd35c5e5381897b7e5d4c16c1f182ef2b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Apr 23 11:34:06 2014 +0100 sna/video: Show sprites across all outputs If an overlay video (using the sprite interface) is visible on multiple outputs, we have to create and show a sprite for each. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77802 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> (In reply to comment #3) > commit 5fbbfd4dd35c5e5381897b7e5d4c16c1f182ef2b > Author: Chris Wilson <chris@chris-wilson.co.uk> > Date: Wed Apr 23 11:34:06 2014 +0100 > > sna/video: Show sprites across all outputs > > If an overlay video (using the sprite interface) is visible on multiple > outputs, we have to create and show a sprite for each. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77802 > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> which branch do you mean? I can't find commit you said,until now. I need more information to verify it. xf86-video-intel it works well. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 97815 [details] screen of second monitor Booting with either two monitors and run the command"mplayer -vo xv:adaptor=1 *", the video shows well on one monitor, but only shows the blue screen on the other one."mplayer -vo xv:adaptor=0 *" can work well on both two monitors. This is first time for we to test these two commands with two monitors(only with one monitor before). Steps: --------------------------- 1. xinit & 2. mplayer -vo xv:adaptor=1 /home/testframework/MPEG-2.mpeg