Changes between Version 23 and Version 24 of FakeXinerama
- Timestamp:
- 09/13/18 09:56:31 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FakeXinerama
v23 v24 7 7 ''Xinerama is an extension to the X Window System that enables X applications and window managers to use two or more physical displays as one large virtual display.'' 8 8 9 It allows to specifythe screen layout that X11 client application will see.9 It exposes the screen layout that X11 client application will see. 10 10 11 11 For more information see [http://en.wikipedia.org/wiki/Xinerama Xinerama] (wikipedia) … … 27 27 == Source Code == 28 28 29 The upstream version can be found here: [http://home.kde.org/~seli/fakexinerama/], our modified source code can be found here: [/browser/xpra/trunk/fakexinerama fakexinerama], and the released versions are here: [https://xpra.org/src/]29 The upstream version used to be found here: {{{http://home.kde.org/~seli/fakexinerama/}}} (dead link), our modified source code can be found here: [/browser/xpra/trunk/fakexinerama fakexinerama], and the released versions are here: [https://xpra.org/src/] 30 30 31 31 In order to support multiple virtual screens under the same user, the original code was modified to lookup its configuration file as {{{.$DISPLAY-fakexinerama}}} instead of just {{{.fakexinerama}}}, though it will use the latter as fallback.