mac2612 / retroleap

Retroleap is a custom retroarch-based firmware for Leapster GS and LeapPad2 devices.
Other
100 stars 17 forks source link

OhBoy isn't displaying full screen on leapster explorer #71

Open comfortabletrain opened 1 year ago

comfortabletrain commented 1 year ago

Hello

I'm currently using v2.0.0 alpha 6 on a leapster explorer and when I launch a Game Boy Color game or a Game Boy game it is only using the center part of the screen, it's roughly the same size as the initial retroleap logo, (although the aspect ratio is correct). When I was using alpha 5 the aspect ratio wasn't right but it was full screen, and much easier to see :).

Does anyone have any suggestions to make this full screen?

cornflakes6374 commented 1 year ago

maybe editing ohboy configs with ssh or scp?

comfortabletrain commented 1 year ago

Sorry, I'm kinda a noob. where are the configs located and how would I would I change them? Thanks!

cornflakes6374 commented 1 year ago

too lazy to tell but maybe in the ssh shell type find / -name ohboy that might find a ohboy folder with the configs on it use vi to edit them (built in to the shell but vi is complicated so https://www.howtogeek.com/102468/a-beginners-guide-to-editing-text-files-with-vi/)

cornflakes6374 commented 1 year ago

got it, its at /configs/ohboy and the file is /configs/ohboy/video.rc. edit with vi.

comfortabletrain commented 1 year ago

Sorry for not responding sooner. I don't know how to access the ssh shell for the leapster whenever I try to ssh into it, it doesn't ask for a password, it just brings up a line that starts with an arrow. I extracted the configs from the release file that was flashed over, so would it work if I found a working config (e.g. a previous release) and copied the config over, and if that would work then when copying the new file would it replace the old or rename the new? Thanks for your help.

cornflakes6374 commented 1 year ago

Sorry for not responding sooner. I don't know how to access the ssh shell for the leapster whenever I try to ssh into it, it doesn't ask for a password, it just brings up a line that starts with an arrow. I extracted the configs from the release file that was flashed over, so would it work if I found a working config (e.g. a previous release) and copied the config over, and if that would work then when copying the new file would it replace the old or rename the new? Thanks for your help.

you need openssh 8.9 as 9.0 and higher is not supported (unless youre on alpha 5 or higher)

comfortabletrain commented 1 year ago

I don't know what ssh version I have but I am using alpha 6

cornflakes6374 commented 1 year ago

I don't know what ssh version I have but I am using alpha 6

ssh -V

comfortabletrain commented 1 year ago

Ok, I was able to connect via ssh (I had version 8.4) and I got to the OhBoy configs using vi, however, I may have fried my Leapster somehow so assuming I can revive it, would do I need to change in the config?

cornflakes6374 commented 1 year ago

hmm i dont know i couldnt find any alpha6 uses the latest ver of ohboy which removes that so you may need to download an old version of ohboy compile it then transfer it to your device with scp

comfortabletrain commented 1 year ago

Ok, I'll look into that, Thanks for your help!

cornflakes6374 commented 1 year ago

Ok, I'll look into that, Thanks for your help!

No problem. :)