summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--presentation.txt21
1 files changed, 19 insertions, 2 deletions
diff --git a/presentation.txt b/presentation.txt
index 0b42257..96025c4 100644
--- a/presentation.txt
+++ b/presentation.txt
@@ -4,13 +4,30 @@ Philips TV-Remote unter Linux
:lang: de
:imagesdir: image
-== DirectFB Voodoo
+== Philips JointSpace
+
+ * *DirectFB*: Bibliothek zur Nutzung von Grafik-Hardware
+ * *DirectFB Voodoo*: DirectFB-Netzwerk-Proxy
+ * *JointSpace*: DirectFB Voodoo + RESTfull Control & Status API
.Client-Server Interaktion
image::directfb-voodoo-js.svg[width="100%"]
-== Readback
+== Implementierung: Pluggit
+
+* Aufbauend auf bestehenden Windows-Client
+** Anpassung an X11-Protokoll: XGetSubImage/XCopyArea
+
+== Framebuffer Auslesen -- Multiple Streams
+
+* [line-through]#Mehrere X-Server: Ein Browser-Fenster pro Server#
+* [line-through]#Vollbildfenster je Virtual Desktop#
+** Damage-Handling --> keine Fenster-Updates wenn unsichtbar
+* Große Arbeitsfläche -- Fenster nebeneinander platzieren
+** Kein Vollbild möglich --> Spezieller Browser
+*** 'surf': WebKit/GTK basierter minimal Browser
+.Multiple Browser-Fenster
image::framebuffer.png[width="100%"]
// vim: set syntax=asciidoc tw=78 filetype=asciidoc: