When I connect to one of my Jetson cards with ssh:
ssh -X jetson1
I get the following error:
X Error of failed request: BadLength (poly request too large or internal Xlib length error)
Major opcode of failed request: 155 (NV-GLX)
Minor opcode of failed request: 1 ()
Serial number of failed request: 19
Current serial number in output stream: 19
My other Jetson AGX Xavier boards don’t get me the error. This one board, though, I have the Jetson development environment installed. Either way, I think I should not be getting such errors. Any idea what would be causing it to happen?
Note 1: the computer I connect from has an Intel video board so certainly no NV-GLX support. But since the other boards work, maybe it’s something about the Jetson development environment?