We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df6676 commit 5e79d07Copy full SHA for 5e79d07
Installation.Linux.rst
@@ -40,4 +40,15 @@ Notes
40
presentation it is important to switch off desktop effects in your window
41
manager!
42
43
+**Switch off Triple-Buffering, when running an experiment**
44
+
45
+ On some machines (e.g. with Intel video cards), triple-buffering is switched
46
+ on by default. For proper timing, this needs to be set off in the Xorg config::
47
48
+ Option "TearFree" "false"
49
+ Option "TripleBuffer" "false"
50
51
+ For Nvidia, this can often be set in the Nvidia setting tool, rather than in
52
+ the Xorg configuration file.
53
54
.. _`release page`: http://github.com/expyriment/expyriment/releases/latest
0 commit comments