Symptom:
When starting InTime, you encounter an error message containing:
$ cd <intime installation path> $ ./intime.sh "libGL error: No matching fbConfigs or visuals found" "libGL error: failed to load driver: swrast"
or similar.
This is because the graphic library in your environment may not be compatible.
Resolution:
Use an environment variable LIBGL_ALWAYS_INDIRECT before starting InTime.
[user@host ~]$ export LIBGL_ALWAYS_INDIRECT=1 [user@host ~]$ ./intime.sh
Applies to:
- Linux Operating System
Knowledge Base ID: 202410261 - Last Review: Oct 26, 2024 - Revision: 1.0