Renderização OpenGL com o encaminhamento X11

0

Estou tentando executar um executável em um servidor remoto, ao qual me conecto via ssh -Y. Eu acho que o executável usa openGL

O servidor roda o Ubuntu e o sistema local executa o OSX.

ssh -Y normalmente abre uma exibição na minha máquina local pelo X11. Isso funciona bem com outras aplicações (firefox, matlab etc.)

Desta vez recebo a mensagem:

libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  149 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  35
  Current serial number in output stream:  34
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  149 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  34
  Current serial number in output stream:  35

Eu também corri glxinfo (eu estava tentando coisas que encontrei em fóruns) e consegui isso

name of display: localhost:11.0
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  149 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  23
  Current serial number in output stream:  22

Alguém poderia ajudar com isso?

Obrigado!

    
por Adam Gosztolai 12.03.2018 / 16:33

0 respostas

Tags