lunixbochs / glshim

OpenGL 1.x driver shim for OpenGL ES devices.
https://boards.openpandora.org/topic/11506-glshim/
MIT License
161 stars 32 forks source link

[RPi] X dependency #23

Closed gyeben closed 9 years ago

gyeben commented 10 years ago

If I try to run an OpenGL game with glshim from the console on an RPi, I only get a black screen. But, if I run the same game with glshim under X, from a terminal emulator, it works perfectly. Why does glshim need X?

lunixbochs commented 10 years ago

It doesn't need X. I have it running on the GCW Zero with no X11 available.

Try running with the LIBGL_FB=1 environment variable. If this doesn't work, wait for me to push my GCW patches up.

lunixbochs commented 10 years ago

Try the gcw branch: a6c8f831615a190c1fd04a9147447a66703b8abf

lunixbochs commented 9 years ago

Partially upstreamed by 1b56b0784f1729b665404babb8c0b7c82cb201e5

lunixbochs commented 9 years ago

duplicate of #34