Changes between Version 5 and Version 6 of FakeXinerama
- Timestamp:
- 02/01/14 13:40:29 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FakeXinerama
v5 v6 14 14 == Fake? == 15 15 16 Fake xinerama allows us to tell X11 client applications running on the xpra server that the display is in fact made of multiple screen whose geometry can be made to match that of the client exactly, despite the fact that the virtual display that we start (usually [/wiki/Xdummy Xdummy]) only has one virtual screen defined.16 Fake xinerama allows us to tell X11 client applications running on the xpra server that the display is in fact made of multiple screens whose geometry can be made to match that of the client exactly, despite the fact that the virtual display that we start (usually [/wiki/Xdummy Xdummy]) only has one virtual screen defined. 17 17 18 18 It is shared library that we preload into each child application that we start, so that it will use our fake version instead of the standard Xinerama library supplied with the system. … … 27 27 28 28 We also build it under a different name to prevent conflicting with the real {{{libXinerama}}} library. 29 30 {{{#!div class="box" 31 == Installation == 29 32 Xpra version 0.12 onwards will try to find this library at runtime in the usual library paths ({{{LD_LIBRARY_PATH}}} followed by {{{/usr/lib[64]}}}). 33 So that's where you should place it. 34 35 We do provide binary {{{RPM}}}s for various distributions based on this spec file: [/browser/xpra/trunk/src/fakexinerama/libfakeXinerama.spec libfakeXinerama.spec] 30 36 }}} 31 37