Hi all. I'd like to run ZSNES on the Linux console because my graphics card is dead so I can't start X, but I'm not really sure what to do.
I tried recompiling (the gods weren't listening) and tried starting with all the -v # options and -m, but I still get an error "Could not set XxY video mode: couldn't set console screen info"...
From your post, it sounds like you're trying to run zsnes from some kind of dumb terminal. In which case, you'll want to do something like SDL_VIDEODRIVER="aalib" zsnes.
Maybe these people were born without that part of their brain that lets you try different things to see if they work better. --Retsupurae
paulguy wrote:From your post, it sounds like you're trying to run zsnes from some kind of dumb terminal. In which case, you'll want to do something like SDL_VIDEODRIVER="aalib" zsnes.
Thank you, this sounds promising, though ZSNES still doesn't start. At least I get a new error: "No available video device". I tried with "fbdev" and "svgalib" also.
I'm trying to run it in the linux terminal btw. I got video playing with mplayer so I should be able to run ZSNES too.