Search found 4 matches

by Laban
Thu Jun 01, 2006 4:24 pm
Forum: ZSNES Talk
Topic: Linux and screensaver issues
Replies: 6
Views: 2518

The script turned out this simple:

Code: Select all

#!/bin/sh
dcop kdesktop KScreensaverIface enable false 2>/dev/null >/dev/null
zsnes-bin
dcop kdesktop KScreensaverIface enable true 2>/dev/null >/dev/null
Also renamed zsnes to zsnes-bin. Thanks for the help!
by Laban
Wed May 31, 2006 7:18 pm
Forum: ZSNES Talk
Topic: Linux and screensaver issues
Replies: 6
Views: 2518

Linux and screensaver issues

Does any of you have a good idea on how to disable the screensaver/powermanager (turning the monitor off) while using Zsnes? I'm playing with a USB-attatched Logitech Dual Action. Of course I COULD disable the saver manually and then take it back when done, but somehow that feels wrong. I want it to...
by Laban
Wed Feb 22, 2006 8:44 am
Forum: Controller Help
Topic: Can't get key combinations working
Replies: 2
Views: 3186

I've read the one found in docs/gui.htm#misc_menu, is there any other doc?
by Laban
Tue Feb 21, 2006 11:00 pm
Forum: Controller Help
Topic: Can't get key combinations working
Replies: 2
Views: 3186

Can't get key combinations working

As the subject says; I can't get the combo feature working. Being a bit lazy, and wish to play some good old Mortal Kombat, I thought could just pre-program the fatalities and have them assigned to a button. But I just can't get it working. I've tried press/release, the presses, various delays betwe...