In advancedsettings.xml I was able to set a fixed resolution whenever LE boots up, like this example:
<advancedsettings>
<setting id="videoscreen.resolution">17</setting>
<setting id="videoscreen.screenmode">0192001080060.00000pstd</setting>
</advancedsettings>
AFAIK those two settings are always going together (please correct me if I'm wong), meaning:
videoscreen.screenmode setting is always going together with videoscreen.resolution setting.
Now the problem is, when I want to play around with fixed screen settings to find out which one fits best, I always have to set the resolution manually first within the GUI, then open the guisettings.xml file and watch out for the according lines which are holding the two values I need for the advancedsettings.xml.
As you can imagine this is pretty boring, especially because I have to outcomment those two lines within advancedsettings.xml to make guisettings.xml active again, just to set another resolution manually.
Is there a file or a list somewhere which holds all those possible values which are going together from which I can copy-paste those values?