Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

I am trying to run Stella, the Atari emulator that is in the debian repository.

If I run it from X, it's very slow and I am not able to use OpenGL acceleration. Plus, the full screen doesn't fit the screen of my TV properly (I am using the composite cable).

So I tried to run it from command line and it needs root permission to access the framebuffer device. When I run it with 'sudo', I just get a blank screen and I need to reboot from ssh (this issue might be related to this other question: Console unusable after running SDL app

Has anyone managed to run Stella properly on the device?

share|improve this question
Emulation is quite resource intensive (even with very old systems). I think you can probably expect the RPi to not be very good at it. – Jivings Jun 17 '12 at 18:16
@ACarter: I think the tag emulation is for questions concerning the problem of simulating the rPi environment on a desktop. Not sure it fits here. – Alessandro Cosentino Jun 17 '12 at 20:01
The tag wiki makes it fit here. This is about emulation after all. – Jivings Jun 17 '12 at 20:03
Compiled Stella myself in Arch and it seems to work fine. – Jivings Jun 17 '12 at 22:12
@Jivings: running fine on X or console? – Alessandro Cosentino Jun 18 '12 at 1:26
show 3 more comments

1 Answer

I have it running from the console on Debian squeeze and posted about it here: http://raspberry-fool.com/2012/07/atari-2600-emulation/

Sounds like you were doing it right though so not sure where the error came from unless it was due to running it on X before you tried.

If you add your user to the video group it gets over the framebuffer permissions problem.

Run from the console the emulation is perfect imho. looks and sounds very good on a variety of games I have tried.

share|improve this answer
Well, I run it with 'sudo', so the group permission issue doesn't hold in my case. Maybe it works for you because you use HDMI and I don't? – Alessandro Cosentino Jul 19 '12 at 16:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.