Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 8989  / 2 Years ago, thu, may 19, 2022, 4:31:33

I really tried:



xbmc -fs


And using the script way:



xbmc
sleep 10
wmctrl -x -r XBMC Media Center.XBMC Media Center -b toggle,fullscreen


From this script.



And yes, I know the key "|" exists to switch between windowed and fullscreen. But I want to force to always in fullscreen mode.



None this works. Any sugestion?


More From » 13.04

 Answers
5

I found the way to really force the XBMC to start in fullscreen mode, just editing the xml config file advancedsettings.xml:



nano ~/.xbmc/userdata/advancedsettings.xml


And puting the content:



<advancedsettings>
<fullscreen>true</fullscreen>
</advancedsettings>


Or simply do this using this command:



echo "<advancedsettings><fullscreen>true</fullscreen></advancedsettings>" > ~/.xbmc/userdata/advancedsettings.xml

[#28859] Saturday, May 21, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sigtestim

Total Points: 298
Total Questions: 108
Total Answers: 106

Location: Bermuda
Member since Thu, Apr 20, 2023
1 Year ago
;