Box stuck in windowed mode!

Are these keyboard commands? or can I not reset it with local keyboard commands?

Will connect it to the internet and see if they’re any updates.

These are command line commands, you can enter them either via SSH or the local keyboard.

This is a bit heavy handed :stuck_out_tongue:

In this case with mediacenter not running one could just edit guisettins.xml and change…

<setting id="videoscreen.screen" default="true">-1</setting>

to

<setting id="videoscreen.screen" default="true">0</setting>

If someone had this issue and had ssh access they could fix it by just issuing (with mediacenter still running)…

kodi-send -a togglefullscreen

Even better still in either case would be to create an advancedsettings.xml file with the following…

<advancedsettings version="1.0">
<!-- This forces full screen display mode, hides the setting, and prevents it being changed -->
	<videoscreen>
		<screen>0</screen>
	</videoscreen>
</advancedsettings>

This should now be addressed. Can you update and try again?

Sam

Thank you eveyone for helping!!

1 Like