I'm currently working on a code that uses SDL to display video and as i'm working through ssh, i'm looking for something like a text driver (just need to avoid seing the video because it's so slow).
So what I need is a simple way to avoid screen init and all that stuff that keep my framerate below 15fps :)
Does anyone know something that might help me?