Xpra - screen for X#

screen für X mit http://xpra.org/

Dazu wird ein seperater Xserver gestartet,

/usr/bin/xpra "--xvfb=/usr/bin/Xvfb +extension Composite \
 -screen 0 3840x2560x24+32 -noreset" \
 "--bind-tcp=127.0.0.1:15062" "--no-daemon" "--no-pulseaudio" \
 "--session-name=Terminal" "--no-notifications" "--enable-sharing" \
 "start" ":61"

Auf Clientseite kann man dann

z.b. auf Windows nach einem SSH-Tunnel mit Putty

xpra --enable-sharing attach tcp:127.0.0.1:15062
oder linux
xpra --enable-sharing attach ssh:server:61

Tags:  X11

Add new attachment

Only authorized users are allowed to upload new attachments.
« This page (revision-2) was last changed on 04-Nov-2012 15:12 by Peter Hormanns