From b7743290c8e149a23fa1390c11244ec3e365b4b8 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 23 Jun 2015 10:34:20 +0100 Subject: [PATCH] bin/xpra-start-xdummy: New script: start xpra with dummy video driver. --- bin/xpra-start-xdummy | 8 ++++++++ setup | 1 + 2 files changed, 9 insertions(+) create mode 100755 bin/xpra-start-xdummy diff --git a/bin/xpra-start-xdummy b/bin/xpra-start-xdummy new file mode 100755 index 0000000..c8e9d16 --- /dev/null +++ b/bin/xpra-start-xdummy @@ -0,0 +1,8 @@ +#! /bin/sh -e + +dpy=${1?display}; shift +exec xpra --xvfb="Xorg -dpi 75 -noreset -nolisten tcp \ + +extension GLX +extension RANDR +extension RENDER \ + -config /usr/share/doc/xpra/examples/dummy.xorg.conf \ + -logfile $HOME/.xpra/xserver-$dpy.log" \ + "$@" start :$dpy diff --git a/setup b/setup index 6347acd..2d5a0d0 100755 --- a/setup +++ b/setup @@ -255,6 +255,7 @@ scripts=" xinitcmd un-backslashify-selection lock-screen + xpra-start-xdummy xshutdown" echo "Installing scripts..." mkdir -p $HOME$sub/bin -- 2.11.0