summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-01-27 18:35:35 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-01-27 18:35:35 +0000
commit25664df6e1b3b979ff8e013ca3778916c57d5ec9 (patch)
tree2d91c761faddce0140bcdbfdbd98c8528af3a864
parent163738c1eccdb51a3e08c896853a080552a2f689 (diff)
Start server with +iglx to allow indirect GLXHEADmaster
-rwxr-xr-xglxinfo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/glxinfo.sh b/glxinfo.sh
index 4d6a408..a0364e2 100755
--- a/glxinfo.sh
+++ b/glxinfo.sh
@@ -2,7 +2,7 @@
# start xserver and run glxinfo against it, capturing output to /tmp/glxinfo.log
echo >/tmp/glxinfo.log
-xinit `pwd`/glxinfo-wrapper -- :99 -multiwindow -noclipboard >/tmp/xinit.log 2>&1
+xinit `pwd`/glxinfo-wrapper -- :99 -multiwindow -noclipboard +iglx >/tmp/xinit.log 2>&1
cat /tmp/glxinfo.log
# simple test that this worked as expected