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 6656927 commit aec04a7Copy full SHA for aec04a7
Installation.OSX.rst
@@ -97,5 +97,12 @@ Notes
97
While Expyriment on MacOS will work perfecly fine for designing and implementing your experiments,
98
we do not recommend to use MacOS to run an actual experiment (i.e. test participants)!
99
100
+**Expyriment will return a scaled screen in window mode**
101
+
102
+ MacOS currently does not seem to allow non-scaled (HiDPI) PyGame windows. This means that when in
103
+ window mode, the Expyriment screen will be in scaled coordinates, and not in pixel coordinates of
104
+ the monitor. To get a proper non-scaled screen, display scaling has to be switched off in system
105
+ settings.
106
107
.. _Python 3.12.1: https://www.python.org/ftp/python/3.12.3/python-3.12.3-macos11.pkg
108
.. _ffmpeg: https://evermeet.cx/ffmpeg/ffmpeg-5.1.zip
0 commit comments