Skip to content

Commit 5e79d07

Browse files
authored
Update Installation.Linux.rst
1 parent 2df6676 commit 5e79d07

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Installation.Linux.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,15 @@ Notes
4040
presentation it is important to switch off desktop effects in your window
4141
manager!
4242

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+
4354
.. _`release page`: http://github.com/expyriment/expyriment/releases/latest

0 commit comments

Comments
 (0)