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 bossible 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 and protocol itself is too large and complex. Mouse/Keyboard/Tablet input multiplexing it provides is too downwatered for modern programs. I think it's the worst roadblock that prevents linux desktop from improving, which is why I look for alternatives.