This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
sudo cd /System/Library/Extensions | |
echo "\n\nIs PsychtoolboxKernelDriver Currently Installed" | |
kextstat -b PsychtoolboxKernelDriver | |
echo "\n\nRemoving old driver, installing update..." | |
sudo kextunload -b PsychtoolboxKernelDriver | |
sudo rm -rf PsychtoolboxKernelDriver.kext | |
sudo unzip ~/Code/Psychtoolbox-3/Psychtoolbox/PsychHardware/PsychtoolboxKernelDriver64Bit.kext.zip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19/02/2014 09:34:50.405 Quicksilver[65997]: .scriptSuite warning for result type of command 'GetDirectTypes' in suite 'QuicksilverHandlers': 'list' is not a valid type name. | |
19/02/2014 09:34:50.405 Quicksilver[65997]: .scriptSuite warning for result type of command 'GetIndirectTypes' in suite 'QuicksilverHandlers': 'list' is not a valid type name. | |
19/02/2014 09:34:50.532 Quicksilver[65997]: Cannot find executable for CFBundle 0x7f82e970d380 </Users/ian/Library/Application Support/Quicksilver/PlugIns/com.blacktree.Quicksilver.QSExtraScriptsPlugIn.92.qsplugin> (not loaded) | |
19/02/2014 09:35:36.969 Quicksilver[65997]: initial action count for TextMate.app: 6 | |
19/02/2014 09:35:36.969 Quicksilver[65997]: validation required for Run in Terminal […] | |
19/02/2014 09:35:36.970 Quicksilver[65997]: validation failed for Run in Terminal […] | |
19/02/2014 09:35:36.970 Quicksilver[65997]: QSCLTermExecuteWithArgsAction was not in ( | |
QSCLTermShowDirectoryAction | |
) | |
19/02/2014 09:35:36.970 Quicksilver[65997]: validation required fo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Invalid CSS property declaration at: . general.css:31 | |
Context menu callback function called lpfulllib.js:68 | |
61 : BG : loaded lpfulllib.js:68 | |
Loaded 75 special sites! lpfulllib.js:68 | |
read: 24 preferences lpfulllib.js:68 | |
server.js : lplogincheck fromwebsite=httptest sessionid=undefined lpfulllib.js:68 | |
server.js : loginoffline from=logincheck offline_before_online=true lpfulllib.js:68 | |
server.js : getting login credentials lpfulllib.js:68 | |
server.js : lpLoginCheckResponse fromwebsite=httptest lpfulllib.js:68 | |
read: 40 preferences lpfulllib.js:68 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
y4menc: y4menc: YUV4MPEG video encoder | |
y4mdec: y4mdec: YUV4MPEG demuxer/decoder | |
xingmux: xingmux: MP3 Xing muxer | |
ximagesrc: ximagesrc: Ximage video source | |
wavparse: wavparse: WAV audio demuxer | |
wavenc: wavenc: WAV audio muxer | |
volume: volume: Volume | |
videotestsrc: videotestsrc: Video test source | |
videoscale: videoscale: Video scaler | |
videorate: videorate: Video rate adjuster |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> BeampositionTest(10000,1) | |
screenid = | |
1 | |
PTB-DEBUG: PsychGetScreenDepths(): mode 0 : w x h = 1920 x 1080, fps = 60, depths = 16 | |
PTB-DEBUG: PsychGetScreenDepths(): mode 1 : w x h = 1920 x 1080, fps = 60, depths = 32 | |
PTB-DEBUG: PsychGetScreenDepths(): mode 2 : w x h = 1280 x 1024, fps = 75, depths = 32 | |
PTB-DEBUG: PsychGetScreenDepths(): mode 3 : w x h = 1280 x 1024, fps = 75, depths = 32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> Screen('Preference', 'ConserveVRAM',2^16) | |
PTB-INFO: Connection to Psychtoolbox kernel support driver instance #0 (Revision 0) established. | |
PTB-INFO: Connection to Psychtoolbox kernel support driver instance #1 (Revision 0) established. | |
ans = | |
0 | |
>> Screen('Preference', 'Verbosity', 10); | |
>> BeampositionTest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---> labJack: labJack running in silent mode... | CONSTRUCTOR Method | |
---> screenManager: ConserveVRAM set at= 65536 | |
PTB-DEBUG: PsychGetScreenDepths(): mode 0 : w x h = 1440 x 900, fps = 0, depths = 16 | |
PTB-DEBUG: PsychGetScreenDepths(): mode 1 : w x h = 1440 x 900, fps = 0, depths = 32 | |
PTB-DEBUG: PsychGetScreenDepths(): mode 2 : w x h = 720 x 450, fps = 0, depths = 32 | |
PTB-DEBUG: PsychGetScreenDepths(): mode 3 : w x h = 720 x 450, fps = 0, depths = 32 | |
PTB-DEBUG: PsychGetScreenDepths(): mode 4 : w x h = 1920 x 1200, fps = 0, depths = 32 | |
PTB-DEBUG: PsychGetScreenDepths(): mode 5 : w x h = 1920 x 1200, fps = 0, depths = 32 | |
PTB-DEBUG: PsychGetScreenDepths(): mode 6 : w x h = 1680 x 1050, fps = 0, depths = 32 | |
PTB-DEBUG: PsychGetScreenDepths(): mode 7 : w x h = 1680 x 1050, fps = 0, depths = 32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function runGarborium() | |
s = struct(); | |
s.srcMode = GL_ONE; | |
s.dstMode = GL_ONE; | |
s.blend = true; | |
s.backgroundColour = 0.5; | |
s.bitDepth = 'FloatingPoint32BitIfPossible'; | |
s.screenid = max(Screen('Screens')); | |
%----------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> clear all | |
>> Screen('Preference', 'Verbosity', 10); | |
PTB-INFO: Connection to Psychtoolbox kernel support driver instance #0 (Revision 0) established. | |
PTB-INFO: Connection to Psychtoolbox kernel support driver instance #1 (Revision 0) established. | |
>> VBLSyncTest | |
ans = | |
0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
╒═ian @ Diogenes in ~/Code/Psychtoolbox-3/Psychtoolbox/PsychHardware (master) | |
╘═◎ unzip PsychtoolboxKernelDriver64Bit.kext.zip -d ~/Desktop/ | |
Archive: PsychtoolboxKernelDriver64Bit.kext.zip | |
creating: /Users/ian/Desktop/PsychtoolboxKernelDriver.kext/ | |
creating: /Users/ian/Desktop/PsychtoolboxKernelDriver.kext/Contents/ | |
inflating: /Users/ian/Desktop/PsychtoolboxKernelDriver.kext/Contents/Info.plist | |
creating: /Users/ian/Desktop/PsychtoolboxKernelDriver.kext/Contents/MacOS/ | |
inflating: /Users/ian/Desktop/PsychtoolboxKernelDriver.kext/Contents/MacOS/PsychtoolboxKernelDriver | |