PDA

View Full Version : zsnes slow after upgrade to 7.10


rossjman1
March 15th, 2008, 06:10 PM
I have a pretty old computer, that I'm using to hook up to a tv to play emulators on. Before upgrading to Ubuntu 7.10, ZSNES was running at a decent speed, but after the upgrade it's unplayable. Is there a fix for this or some ZSNES options that will make it run faster?

dfreer
March 15th, 2008, 08:21 PM
Might be helpful if you give us more specs about your computer (specifically video card, RAM, processor specs).

rossjman1
March 15th, 2008, 10:03 PM
Further inspection shows that my entire computer is slow after the upgrade. A process called udevd is using 100% cpu usage.
I did some googling and did this: which seemed to fix it.

sudo apt-get remove evms
However, when I try to run Zsnes from MythGame it launches but immediately closes even though it works perfectly in GNOME.

zsnes -v 4 %s

dfreer
March 15th, 2008, 10:45 PM
Try running it in terminal, and see if it crashes. If it does crash, see if it left any meaningful output in terminal.

If it doesn't crash, I'd suspect it has to do with the way you set up MythGame.

rossjman1
March 15th, 2008, 10:51 PM
It works in GNOME, and I haven't changed any settings of mythgame since the upgrade, and it was working before... ZSNES doesn't crash.

rossjman1
March 16th, 2008, 03:57 AM
Well, I tried launching MythTv Frontend from my username jeff, and running zsnes works the way I wanted it to, so I copied the ~/.zsnes folder from my jeff user and pasted over the mythtv user's version.

dfreer
March 17th, 2008, 07:46 PM
Glad you figured it out. Always gotta watch out for those absolute paths/relative paths. :D