Changes between Version 13 and Version 14 of WindowRefresh
- Timestamp:
- 05/03/13 11:49:12 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowRefresh
v13 v14 1 1 = Window Refresh = 2 2 3 The key feature of xpra is the forwarding of individual window contents to the client. 3 The key feature of xpra is the forwarding of individual window contents to the client. This is achieved using the X11 Composite extension, xpra is a compositing window manager that just happens to display the window contents remotely. 4 4 [[BR]] 5 5 The speed at which the server compresses and sends screen updates to the client depends on a number of factors, the most important one is obviously the [/wiki/Encodings encoding used], but as can be seen below the [/wiki/ClientRendering client rendering] also has an influence. … … 11 11 12 12 [[BR]] 13 14 == X11 Composite == 15 * [http://en.wikipedia.org/wiki/Compositing_window_manager Compositing window manager] (wikipedia) 16 * [http://www.x.org/releases/X11R7.5/doc/compositeproto/compositeproto.txt Composite Proto Spec] 17 * [http://www.talisman.org/~erlkonig/misc/x11-composite-tutorial/ x11 composite tutorial] 13 18 14 19 == Code Pointers ==