tonarino / just-gl

Run an OpenGL application on Linux, and nothing more.
1 stars 0 forks source link

Research support for running 2 independent instances on different outputs of the same GPU #8

Open strohel opened 11 months ago

strohel commented 11 months ago

I assume that running just-gl in parallel on 2 different GPUs works already.

A question is: is is possible to run 2 instances of just-gl which both use the same GPU, but different outputs (and CRTCs) of it?

It may work already, or it may be straight impossible. This issue is more about testing what works and mapping the possibilities rather than implementing a solution.

The motivation is tonari's use-case - though it is not a showstopper if just-gl cannot feasibly support this.