I did try to start PICO-8 from console on a 32Bit debian linux, but failed on different PCs which havent installed a desktop-environment (on a 32bit installation with desktop-environment PICO-8 does start).
libsdl2-2.0-0 is as package installed.
I want to start PICO-8 like on my Raspberry Pi from the Framebuffer-Console.
I tested the follwoing commands:
dmesg:
[ 17.824130] fbcon: inteldrmfb (fb0) is primary device
[ 18.877747] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
dpkg -l|grep -i sdl
libsdl2-2.0-0:i386 2.0.9+dfsg1-1 i386 Simple DirectMedia Layer
./pico8_32bit_dyn
SDL Error: No available video device
** FATAL ERROR: Unable to initialize SDL
export SDL_FBDEV=/dev/fb0


