Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jun 2016 22:13:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210039] emulators/wine-devel: enable Xinerama
Message-ID:  <bug-210039-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210039

            Bug ID: 210039
           Summary: emulators/wine-devel: enable Xinerama
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gerald@FreeBSD.org
          Reporter: henry.hu.sh@gmail.com
             Flags: maintainer-feedback?(gerald@FreeBSD.org)
          Assignee: gerald@FreeBSD.org

Created attachment 171031
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D171031&action=
=3Dedit
patch to enable xinerama

Currently, Xinerama is explicitly disabled. As a result, with 2 monitors, W=
INE
returns a huge virtual screen in GetMonitorInfo, instead of 2 separate
monitors. This causes some programs to incorrectly fullscreen as a wide win=
dow
covering 2 monitors, which is hard to use.

As an example, check pipelight. Currently, when asked to become fullscreen,=
 the
flash player would create a large wide window, and show the video content in
the middle, half on each monitor. This makes it really inconvenient to view=
 the
video.

This patch enables Xinerama. It removes the --without-xinerama option and a=
dds
the dependencies. i386-wine-* would automatically pick up the 32bit
libXinerama.so.*, so it's not necessary to modify other parts.

I've tested it with pipelight and i386-wine-staging and it makes the flash
player correctly show a fullscreen window.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210039-13>