I'm investigating the use of OpenGL on Linux and 2 screens. But I'm
wondering if it's possible to use OpenGL on multiple screens and if so
how?
For instance glLoadIdentity() sets the current matrix to the identity
matrix, but when you have 2 screens you have to specify which screen´s
matrix which you cant. So is it possible to control 2 screens in 1 OpenGL
application?