Using OpenGL Without X-Window System

前端 未结 5 475
伪装坚强ぢ
伪装坚强ぢ 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:24

    As you said, you need a driver to do this. 99.9% of all Linux graphics drivers use X11, so unless you have a DirectFB OpenGL driver for your hardware, you are stuck with using X11.

提交回复
热议问题