VTK on single GPU in TCC Mode

Hi all,

We’re experimenting with switching a Windows server running a single GPU to TCC mode in order to run some processing tasks when no users are logged in.
As a result of the mode change, we can’t use that GPU for VTK rendering when a user logs in. We’re hoping to find a solution that lets us perform the processing, but still run visualizations. Has anyone tried this in the past, or have any ideas?

Thanks in advance,
Dan

Does the driver for that GPU comes with libOpenGL or libEGL ?
If yes, you should be able to use it.
If not, you must rely on mesa CPU implementation of libOsmesa or libEGL.