Using OpenGL Without X-Window System

前端 未结 5 471
伪装坚强ぢ
伪装坚强ぢ 2020-12-14 18:03

How to OpenGL on Linux Platform Without X-Window System, can I send OpenGL Graphics Directly to Framebuffer Device?

There Is Project Named DirectFB (Direct FrameBuff

5条回答
  •  北海茫月
    2020-12-14 18:48

    Apparently is possible to have SDL running without X.

    Basically, your kernel should have framebuffer support and you could use SDL on top of DirectFB.

    These threads are ok:

    http://lists.libsdl.org/pipermail/sdl-libsdl.org/2006-October/058305.html

    http://forums.libsdl.org/viewtopic.php?t=4079

提交回复
热议问题