Thanks for the suggestion aforren1, the DisplayPort 1.1 option was indeed off (hence, it was 1.2).
So, since the OP, I have disconnected the monitor from the AMD HD 8490 and connected the monitor to the Intel integrated graphics HD 4600 via DisplayPort. Now the Intel graphics card already had another monitor connected to it via DisplayPort.
I get it working at 144 Hz when I disconnected the other monitor connected to it (i.e., if connected to the same graphics card, both are limited to 60 Hz, but disconnecting one monitor makes sure the other can run at 144 Hz). I then connected the other monitor to the AMD graphics card (need a multiple display setup), and tried running the testbyFrame.py demo, however it gives me the following error.
#####Running: C:\Users\psychlab\Desktop\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\demos\coder\timing\timeByFrames.py #####
Traceback (most recent call last):
File “C:\Users\psychlab\Desktop\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\demos\coder\timing\timeByFrames.py”, line 24, in
win = visual.Window([1280, 1024], fullscr=True, allowGUI=False, waitBlanking=False, screen=1)
File “C:\Users\psychlab\Desktop\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\visual\window.py”, line 340, in init
self._setupGL()
File “C:\Users\psychlab\Desktop\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\visual\window.py”, line 1549, in _setupGL
self.setupPyglet()
File “C:\Users\psychlab\Desktop\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\visual\window.py”, line 1403, in setupPyglet
style=style)
File "C:\Users\psychlab\Desktop\PsychoPy2\lib\site-packages\pyglet\window\win32_init.py", line 131, in init
super(Win32Window, self).init(*args, **kwargs)
File "C:\Users\psychlab\Desktop\PsychoPy2\lib\site-packages\pyglet\window_init.py", line 559, in init
self.create()
File "C:\Users\psychlab\Desktop\PsychoPy2\lib\site-packages\pyglet\window\win32_init.py", line 263, in _create
self.context.attach(self.canvas)
File “C:\Users\psychlab\Desktop\PsychoPy2\lib\site-packages\pyglet\gl\win32.py”, line 262, in attach
self.config._set_pixel_format(canvas)
File “C:\Users\psychlab\Desktop\PsychoPy2\lib\site-packages\pyglet\gl\win32.py”, line 186, in _set_pixel_format
_gdi32.SetPixelFormat(canvas.hdc, self._pf, None)
WindowsError: exception: access violation reading 0x00000000
Exception AttributeError: “‘Window’ object has no attribute ‘useNativeGamma’” in <bound method Window.del of <psychopy.visual.window.Window object at 0x0A65te> ignored
From reading a few forums, I believe the key error is the “WindowsError: exception: access violation reading 0x00000000” bit and not the Exception AttributeError.