[MPlayer-users] Playing on specifc Xinerama screen with latest CVS

Brian J. Murrell c4aa6452a7ac91e5acdb9ae53e9e609a at interlinx.bc.ca
Tue Jan 1 07:39:25 CET 2002


On Tue, Jan 01, 2002 at 01:26:45AM -0500, Brian J. Murrell wrote:
> 
> I still have the -xineramascreen patch installed.  I will remove it
> and try again.

OK.  That didn't help.  I did hack a solution in.  It is not "the"
solution, but does help understand the problem.  The following patch
makes the overlay window align up with the Mplayer window:

diff -u -r1.36 vo_xmga.c
--- libvo/vo_xmga.c     28 Dec 2001 20:15:43 -0000      1.36
+++ libvo/vo_xmga.c     1 Jan 2002 06:42:19 -0000
@@ -139,6 +139,7 @@
 
          mDrawColorKey();
 
+drwcX-=1600;
          mga_vid_config.x_org=drwcX;
          mga_vid_config.y_org=drwcY;
          mga_vid_config.dest_width=drwWidth;

Where I want to display on the second Xinerama screen and the first
one is 1600 pixels wide.  I might be able to adapt the -xineramascreen
patch to fix this if none of the Mplayers want to attack this problem.
Just let me know folks.

b.

-- 
Brian J. Murrell




More information about the MPlayer-users mailing list