Hi Mario ! :-)
We are setting up a linux (ubuntu 18.04.2 LTS) stimulus computer running matlab 2017b and psychtoolbox
3.0.15 - Flavor: beta - Corresponds to SVN Revision 9637
For more info visit:
https://github.com/Psychtoolbox-3/Psychtoolbox-3'
We have installed Eyelink tools ad described here
We can run the demo experiment provided by sr research (e.g. sudo ./gcwindow ) but we fail to control eyelink from within the Eyelink toolbox provided with PTB. We are totally clueless, so perhaps you could help. Thanks a lot!
Details about the error are below (obviously, Eyelink.mexa64 exists in its place):
>> EyelinkToolboxTest
Testing EyelinkToolbox functions
In place of the expected mex file this placeholder file was executed:
Eyelink
This mex file seems to be missing or inaccessible on your Matlab path or it is dysfunctional:
Eyelink.mexa64
Another reason could be insufficient access permissions or
some missing 3rd party libraries on your system.
Error using AssertMex (line 177)
Missing or dysfunctional Psychtoolbox Mex file for this operating system.
Read the help text above carefully!!
Error in Eyelink (line 28)
AssertMex('Eyelink.m');
Error in EyelinkToolboxTest (line 4)
Eyelink
******
>> EyelinkGazeContingentDemo
EyelinkGazeContingentDemo (20-Feb-2019 14:29:11)
Press space or click on mouse to stop demo.
PTB-INFO: This is Psychtoolbox-3 for GNU/Linux X11, under Matlab 64-Bit (Version 3.0.15 - Build date: Feb 6 2019).
PTB-INFO: Support status on this operating system release: Linux 4.15.0-45-generic Supported.
PTB-INFO: Type 'PsychtoolboxVersion' for more detailed version information.
PTB-INFO: Most parts of the Psychtoolbox distribution are licensed to you under terms of the MIT License, with
PTB-INFO: some restrictions. See file 'License.txt' in the Psychtoolbox root folder for the exact licensing conditions.
PTB-INFO: NVIDIA Corporation - GK208 [GeForce GT 710B] GPU found. Trying to establish low-level access...
PTB-INFO: Connected to NVidia GK208 [GeForce GT 710B] GPU of NV-0e0 family with 4 display heads.
PTB-INFO: OpenGL-Renderer is nouveau :: NV106 :: 3.1 Mesa 18.2.2
PTB-INFO: VBL startline = 1050 , VBL Endline = 1079
PTB-INFO: Measured monitor refresh interval from beamposition = 16.698185 ms [59.886747 Hz].
PTB-INFO: Will try to use OS-Builtin OpenML sync control support for accurate Flip timestamping.
PTB-INFO: Measured monitor refresh interval from VBLsync = 16.698155 ms [59.886854 Hz]. (50 valid samples taken, stddev=0.000669 ms.)
PTB-INFO: Reported monitor refresh interval from operating system = 16.699509 ms [59.882000 Hz].
PTB-INFO: Small deviations between reported values are normal and no reason to worry.
Error using Eyelink
Too many input arguments.
Error in EyelinkGazeContingentDemo>cleanup (line 388)
Eyelink('Shutdown');
Error in EyelinkGazeContingentDemo (line 379)
cleanup;