Skip to content

[flint] Do not switch to OpenGL if OpenGL is not available

This fixes many problems of inconsistencies between client/server and OpenGL.

User preferences could request to use OpenGL but the driver is broken or not available or do not have the right version. That's the case if Flint is launched through a web NX client.

silx provides an API to check that.

Feedback from @claustre

Edited by Valentin Valls

Merge request reports