InTime

How to fix an “Could not initialize GLX” error when starting InTime?

5597 views November 11, 2024 November 11, 2024 pohheng 0

Symptom:

When starting InTime, you encounter an error message containing:

$ cd <intime installation path>
$ ./intime.sh
"Could not initialize GLX"

or similar.

This is because the graphic library in your environment may not be compatible.

Resolution:

Use an environment variable QT_XCB_GL_INTEGRATION before starting InTime.

[user@host ~]$ export QT_XCB_GL_INTEGRATION=none
[user@host ~]$ ./intime.sh

Applies to:

  • Linux Operating System

Knowledge Base ID: 202410271 - Last Review: Oct 26, 2024 - Revision: 1.0