Apologies if this is a repeat post but I couldnt find much via search.
Is there a minimum res for PiPlay to work? I have it working if I use a fresh install but if I try and get it to run at 640x480 to go through a scanline generator and into a vga monitor it crashes (I can see an image but it is just the following error:
Traceback (most recent call last): File "launchmenu.py", line 68, in main() File "launchmenu.py", line 15, in main cfg = PMCfg() File "/home/pi/pimame/pimame-menu/pmmenu/pmconfig.py", line 33, in __init__ self.screen = self.init_screen(self.options.resolution, self.options.fullscreen) Sys.exit()
pi@raspberrypi $ have a nice day ;)
I have tried various settings in the config.txt to try the differe 640x480 and 480p modes but all do the same.