[PATCH v2 0/2] new approach for Xephyr window placement (for multiseat purposes) (v2)

Laércio de Sousa lbsousajr at gmail.com
Wed Apr 30 06:36:06 PDT 2014


This is the v2 of patch series for providing window placement support
for Xephyr. In this version, there are some fixes in the second patch,
which provides -output option support to Xephyr:

 - Fix error message format when the given output is invalid.
 - When -output option is provided, set HostX.use_fullscreen to TRUE
   and call hostx_set_fullscreen_hint(), in order to mimic fullscreen
   mode, and prevent Xephyr from registering additional modes.

Laércio de Sousa (1):
  ephyr: set screen size & origin from host X server output's CRTC
    geometry

Loic Grenie (1):
  ephyr: allow starting window at other than 0,0 location (via kdrive
    -origin option)

 configure.ac                |   2 +-
 hw/kdrive/ephyr/ephyr.c     |   8 ++-
 hw/kdrive/ephyr/ephyr.h     |   2 +
 hw/kdrive/ephyr/ephyrinit.c |  21 +++++-
 hw/kdrive/ephyr/hostx.c     | 151 ++++++++++++++++++++++++++++++++++++++++++--
 hw/kdrive/ephyr/hostx.h     |  10 ++-
 6 files changed, 181 insertions(+), 13 deletions(-)

-- 
1.8.4.5



More information about the xorg-devel mailing list