OpenGL without X.org in linux

Viewed 29366

I'd like to open an OpenGL context without X in Linux. Is there any way at all to do it?

I know it's possible for integrated Intel graphics card hardware, though most people have Nvidia cards in their system. I'd like to get a solution that works with Nvidia cards.

If there's no other way than through integrated Intel hardware, I guess it'd be okay to know how it's done with those.

X11 protocol itself is too large and complex. Mouse/Keyboard/Tablet input multiplexing it provides is too watered-down for modern programs. I think it's the worst roadblock that prevents Linux desktop from improving, which is why I look for alternatives.

5 Answers
Related