Page 1 of 1

GLXBadContextTag

Posted: 2022-05-09 21:42
by Destructor
Debian 11

I have old application which use OpenGL and works on Debian 10.
I've tried to run it on Debian 11 but got such error:

Code: Select all

X Error of failed request:  GLXBadContextTag
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  16 (X_GLXVendorPrivate)
  Serial number of failed request:  62
  Current serial number in output stream:  63
Then I installed lsb_core from stretch but nothing changed

Code: Select all

$glxinfo
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
How can I resolve this problem without VGA driver changing?