chiark
/
gitweb
/
~mdw
/
profile
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mdw/build: Keep track of the original source directory in `$toppath'.
[profile]
/
bin
/
xpra-start-xdummy
1
#! /bin/sh -e
2
3
dpy=${1?display}; shift
4
exec xpra --xvfb="Xorg -dpi 75 -noreset -nolisten tcp \
5
+extension GLX +extension RANDR +extension RENDER \
6
-config xpra-xorg.conf \
7
-logfile $HOME/.xpra/xserver-$dpy.log" \
8
"$@" start :$dpy