zach-morris / plugin.program.iagl

The Internet Archive Game Launcher (IAGL) will launch Games from the Internet using Kodi
GNU General Public License v3.0
344 stars 49 forks source link

Persistent display problem #234

Closed ghost closed 1 year ago

ghost commented 2 years ago

Hello, I am a big fan of this application which I use under via RPI4 under Libreelec Kodi Matrix. I have a problem, I accidentally pressed a button on my controller (I can't remember which one) and the resolution when launching video games goes to ultra low resolution. The problem is that as soon as I want to exit the app (start + back) this bug also spreads to Kodi.

I tried everything: reset the app, delete the app, empty the kodi cache, reset the controllers etc ... I'm afraid I will have to erase my entire Kodi to put the IAGL version back correctly. I don't see if there is another possibility to reset the resolution of the games

Thank you

zach-morris commented 2 years ago

IAGL doesn't do anything with regards to resolution. It just launches the game. The resolution switching likely happens in Retroarch, so I'd launch Retroarch and go to Video Settings and update your settings there, or when in doubt completely delete the retroarch.cfg file and start over with retroarch.

kb173 commented 1 year ago

I stumbled upon the same problem. Specifically, this is caused by setting the resolution scaling mode to something along the lines of "use original resolution" in the settings menu of a game's pause UI.

Managed to fix it by resetting Kodi's GUI settings: rm /storage/.kodi/userdata/guisettings.xml

I'm not sure where that settings UI with the broken configuration comes from. I'm not using Retroarch, so maybe that's just Kodi's own UI for games? That would be consistent with the fact that the problem applied to all emulators, and resetting various addon configs did not help.

zach-morris commented 1 year ago

Ah yes, thanks @kb173 . I do recall another user had this issue in the forums. For some reason it seems like Retroplayer/Kodi scaling settings and just messes up the display, deleting the guisettings.xml will reset everything back to default. I'll add an issue to the retroplayer github for this.

Reference this post: https://forum.kodi.tv/showthread.php?tid=332966&pid=3108710#pid3108710

zach-morris commented 1 year ago

Closing in IAGL, issue opened in Kodi Retroplayer Repo