Launch OpenGL app straight from a windowless Linux Terminal

后端 未结 4 905
执念已碎
执念已碎 2021-02-01 09:31

How exactly would one go about getting an OpenGL app to run fullscreen straight from the terminal (Ubuntu Server 9.04)? I\'ve developed an application for visual diagnostics on

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-01 09:41

    Well I am clearly not sure my answer might help you out.

    Long ago when I was student, I manage to do so (launching an openGL app from a terminal only linux installation) by installing frame buffer. As long as I remember I needed to recompile my kernel (as framebuffer was/is a kernel module).

    This was maybe 5 years ago on a debian distrib, and I don't know how does it work now for up-to-date debian distrib as Ubuntu. Maybe framebuffer is compiled statically in the binary kernel provided by default with Ubuntu. May be not. Maybe framebuffer is irrelevant now... Or I may be totally wrong and not remembering every details of my own adventure 5 years ago now ..

    Have a look on Google ! ;-)

    Hope it will help...

    **

    Update:

    **
    What is frame buffer ?
    How to install it? Here or there

提交回复
热议问题