My OpenGL version 4.5.0 on Ubuntu 14.04. VBO and shaders are used. The OpenGL not rendering correctly after lock screen (black with a few color lines, looks like glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT) not working). I tried both offline rendering (FBO save frame to picture) and online rendering (draw frame on window).
Any suggestion would be appreciated.