Changes between Version 1 and Version 2 of FakeXinerama
- Timestamp:
- 02/01/14 12:49:37 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FakeXinerama
v1 v2 29 29 }}} 30 30 31 {{{#!div class="box" 32 == Usage == 33 34 Xpra will automatically generate this file when a new client connects. 35 36 Any application started from within the context of an xpra "{{{start-child}}}" process will inherit the preload environment variable and should "just work". 37 38 ---- 39 40 To use it without Xpra, simply use: 41 {{{ 42 LD_PRELOAD=/path/to/libfakeXinerama.so.1 your-x11-client-application 43 }}} 44 }}} 45 31 46 32 47 {{{#!div class="box" 33 == Configuration == 48 == Caveats == 49 50 51 52 }}} 53 54 55 {{{#!div class="box" 56 == Configuration File Format == 34 57 35 58 The {{{.$DISPLAY-fakexinerama}}} is a simple text file using the following format: … … 54 77 }}} 55 78 }}} 56