Changes between Version 2 and Version 3 of FakeXinerama
- Timestamp:
- 02/01/14 12:53:18 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FakeXinerama
v2 v3 38 38 ---- 39 39 40 To use it without Xpra, simply use:40 To use it without Xpra, simply run: 41 41 {{{ 42 42 LD_PRELOAD=/path/to/libfakeXinerama.so.1 your-x11-client-application … … 48 48 == Caveats == 49 49 50 The {{{LD_PRELOAD}}} trick only tells the application how to query for Xinerama screen information, it does not and cannot tell the application when it should refresh this data. Unfortunately, this means that many applications will only query this data once and cache the results. 50 51 51 52 This means that you MUST connect your client (which will cause the Xpra server to generate a suitable fake xinerama configuration file) BEFORE starting the X11 client application that will use fake Xinerama.. 52 53 }}} 53 54