I have a headless Raspberry Pi running PiBang (swapping to Raspbian soon since PiBang is no longer supported) which I'd like to play Dungeon Crawl Stone Soup over ssh. When I try to run
crawl-tiles
it reads
Failed to initialize SDL: Unable to open a console terminal
I've tried using this command
export DISPLAY=:0
Nothing appears to happen. The device does not have a display connected, but my google queries usually pointed to that command.
Can anyone point me in the right direction?
Edit:
Here's some more info. I'm sshing into the RPi on a public computer using PuTTy. Googling 'x11 forwarding putty' lead me to this page https://wiki.utdallas.edu/wiki/display/FAQ/X11+Forwarding+using+Xming+and+PuTTY which says to install something called Xming.
Now it says,
crawl-tiles
Failed to set video mode: Couldn't find matching GLX visual
which appears to be an entirely new problem in itself. Does anyone have any tips for sshing on a public computer without installing Xming or insight on the video mode error?