summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-16 09:11:31 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-16 09:11:31 +0100
commitb6fff50b6759ec49886b90de45086b91e2a46dc1 (patch)
treef98521b84a88800ac55a0607bfc4927b4dd4c4e9
parenta4ea37633f3bd66b289e1f45be4f3c5a4e11fb4b (diff)
downloadmmswe-b6fff50b6759ec49886b90de45086b91e2a46dc1.tar.gz
mmswe-b6fff50b6759ec49886b90de45086b91e2a46dc1.tar.bz2
mmswe-b6fff50b6759ec49886b90de45086b91e2a46dc1.zip
presentation: Add stuff
-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: