Benjamin Bellamy

Results 19 comments of Benjamin Bellamy
trafficstars

Hello @kitao! Key input does work indeed. Regarding OpenGL ES 2.0 I have no idea, I'll have a look.

I'm still digging… The problem probably comes from the distribution I am using (the _lite_ one). I found this test: [Raspberry Pi OpenGL ES 2 without an X server (using...

I just tested on a Raspberry Pi 4 running raspios-bookworm-arm64-lite with pyxel-2.0.1 and it works fine.

I'll try to nail it by running some tests on all possible configurations this week-end. So far it does not work on RPi zero 2 W running Bookworm lite 64...

I though the problem came from the _lite_ version but it does not: I could not make it work with the “Raspberry Pi OS with desktop” either (see screenshot below)....

I also tried both Raspberry Pi OS Bookworm (Debian 12) and Raspberry Pi OS Bullseye (Debian 11) but got the exact same results.

Hi Patrick, I never had this problem, I'll have a look into it. Ben.

That's weird. $REMOTE_ADDR is used so that you get only the log for you own requests. If you remove it it will work but you'll get all requests.

It's a cgi environment variable. It is set by Apache. (It won't work if you run the script from a terminal)