summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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