Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

GLXBadContextTag

Need help with peripherals or devices?
Post Reply
Message
Author
User avatar
Destructor
Posts: 7
Joined: 2019-04-18 14:46

GLXBadContextTag

#1 Post 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?

Post Reply