• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

"Kiosk mode" very slow to load!

Scheduled Pinned Locked Moved Help and Support
kiosk kids modeslow
50 Posts 8 Posters 13.9k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A
    AlexMurphy Banned @Ramses
    last edited by 1 Mar 2017, 21:03

    @Ramses Yip. In es_systems.cfg you comment out the Retropie menu. Do you have an es_system.cfg file in /home/pi/.emulationstation? Find that and I will show you how to do it.

    R 1 Reply Last reply 1 Mar 2017, 21:07 Reply Quote 0
    • R
      Ramses @AlexMurphy
      last edited by 1 Mar 2017, 21:07

      @AlexMurphy said in "Kiosk mode" very slow to load!:

      @Ramses Yip. In es_systems.cfg you comment out the Retropie menu. Do you have an es_system.cfg file in /home/pi/.emulationstation? Find that and I will show you how to do it.

      Ok i have edit this file and i see a list of game platform, so for what i understand i can hide for exemple NES or GAMEBOY by removing the section, but in that file do not see how to hide item in menu (like hide the "scrap option" and other)?

      P A 2 Replies Last reply 1 Mar 2017, 21:10 Reply Quote 0
      • P
        pjft @Ramses
        last edited by 1 Mar 2017, 21:10

        @Ramses if you just want to remove specific platforms from the list you can just rename the platform folders, out move then inside an unused folder.

        Still, @Zigurana (sorry for mentioning you out of the blue) might have some thoughts or suggestions as to why this may be happening.

        A question: does it also behave like this in vanilla EmulationStation? How large is your library?

        Best.

        R 1 Reply Last reply 1 Mar 2017, 21:13 Reply Quote 0
        • R
          Ramses
          last edited by 1 Mar 2017, 21:11

          and the es_system that i found was not in the directory you told me, it was in: /home/pi/RetroPie i do not found the file es_system in the directory that you told me

          A 1 Reply Last reply 1 Mar 2017, 21:15 Reply Quote 0
          • A
            AlexMurphy Banned @Ramses
            last edited by 1 Mar 2017, 21:11

            @Ramses Change this

              <system>
                <name>retropie</name>
                <fullname>RetroPie</fullname>
                <path>/home/pi/RetroPie/retropiemenu</path>
                <extension>.rp .sh</extension>
                <command>sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch %ROM% &lt;/dev/tty &gt;/dev/tty</command>
                <platform/>
                <theme>retropie</theme>
              </system>
            

            TO THIS

            <!--  <system>
                <name>retropie</name>
                <fullname>RetroPie</fullname>
                <path>/home/pi/RetroPie/retropiemenu</path>
                <extension>.rp .sh</extension>
                <command>sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch %ROM% &lt;/dev/tty &gt;/dev/tty</command>
                <platform/>
                <theme>retropie</theme>
              </system>  -->
            

            And then Save, of course.

            R 1 Reply Last reply 1 Mar 2017, 21:16 Reply Quote 0
            • R
              Ramses @pjft
              last edited by 1 Mar 2017, 21:13

              @pjft said in "Kiosk mode" very slow to load!:

              @Ramses if you just want to remove specific platforms from the list you can just rename the platform folders, out move then inside an unused folder.

              Still, @Zigurana (sorry for mentioning you out of the blue) might have some thoughts or suggestions as to why this may be happening.

              A question: does it also behave like this in vanilla EmulationStation? How large is your library?

              Best.

              How lage is my library? my 32gigs card is full of game...

              1 Reply Last reply Reply Quote 0
              • A
                AlexMurphy Banned @Ramses
                last edited by 1 Mar 2017, 21:15

                @Ramses I told you to check there as that is where a custom file would be stored. If you do not have a custom file the system will look to /etc/emulationstation for the default. A custom es_systems.cfg file would be created if for eg you wanted to change the order of the systems as they appear in the ES carousel menu.

                1 Reply Last reply Reply Quote 0
                • R
                  Ramses @AlexMurphy
                  last edited by 1 Mar 2017, 21:16

                  @AlexMurphy said in "Kiosk mode" very slow to load!:

                  @Ramses Change this

                    <system>
                      <name>retropie</name>
                      <fullname>RetroPie</fullname>
                      <path>/home/pi/RetroPie/retropiemenu</path>
                      <extension>.rp .sh</extension>
                      <command>sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch %ROM% &lt;/dev/tty &gt;/dev/tty</command>
                      <platform/>
                      <theme>retropie</theme>
                    </system>
                  

                  TO THIS

                  <!--  <system>
                      <name>retropie</name>
                      <fullname>RetroPie</fullname>
                      <path>/home/pi/RetroPie/retropiemenu</path>
                      <extension>.rp .sh</extension>
                      <command>sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch %ROM% &lt;/dev/tty &gt;/dev/tty</command>
                      <platform/>
                      <theme>retropie</theme>
                    </system>  -->
                  

                  And then Save, of course.

                  This modification just hide the retropie from the scroling menu.. but what i want is to hide some menu that peoples acces by pressing START button , you know the menu to scrap game and other?

                  A 1 Reply Last reply 1 Mar 2017, 21:18 Reply Quote 0
                  • A
                    AlexMurphy Banned @Ramses
                    last edited by 1 Mar 2017, 21:18

                    @Ramses Yes. Do you only use controllers or do you also have a keyboard attached?

                    R 1 Reply Last reply 1 Mar 2017, 21:19 Reply Quote 0
                    • R
                      Ramses @AlexMurphy
                      last edited by 1 Mar 2017, 21:19

                      @AlexMurphy

                      I have a keyboard too,

                      A 1 Reply Last reply 1 Mar 2017, 21:22 Reply Quote 0
                      • A
                        AlexMurphy Banned @Ramses
                        last edited by 1 Mar 2017, 21:22

                        @Ramses Do you want to still be able to access these menus via the keyboard and just shut off their use via game controllers? Or do you want ALL access removed?

                        R 1 Reply Last reply 1 Mar 2017, 21:25 Reply Quote 0
                        • R
                          Ramses @AlexMurphy
                          last edited by 1 Mar 2017, 21:25

                          @AlexMurphy said in "Kiosk mode" very slow to load!:

                          @Ramses Do you want to still be able to access these menus via the keyboard and just shut off their use via game controllers? Or do you want ALL access removed?

                          What i want is to hide some part of the menu. for exemple i want to be able to REBOOT SYSTEM, RESTART EMULATION STATION, and maybe CHANGE SOUND.. and want to hide item like : SCRAPER, UI SETTING, etc..

                          so if there is a file that contain menu, i can edit it and hide what i dosent want..

                          P A 2 Replies Last reply 1 Mar 2017, 21:28 Reply Quote 0
                          • P
                            pjft @Ramses
                            last edited by 1 Mar 2017, 21:28

                            @Ramses I don't think there's one such file, but I might be mistaken. I think you're really looking for kiosk mode.

                            I am, however, surprised at the long load times. What does your EmulationStation of file contain after it loads?

                            Thanks.

                            R 1 Reply Last reply 1 Mar 2017, 21:31 Reply Quote 0
                            • A
                              AlexMurphy Banned @Ramses
                              last edited by 1 Mar 2017, 21:29

                              @Ramses With those grey on white ES menus it is unfortunately ALL or NOTHING. They are hardcoded into Emulation Station's own code. This is not accessible unfortunately. To change this you would need to fork, rewrite and recompile the code.

                              R 1 Reply Last reply 1 Mar 2017, 21:33 Reply Quote 0
                              • R
                                Ramses @pjft
                                last edited by 1 Mar 2017, 21:31

                                @pjft said in "Kiosk mode" very slow to load!:

                                @Ramses I don't think there's one such file, but I might be mistaken. I think you're really looking for kiosk mode.

                                I am, however, surprised at the long load times. What does your EmulationStation of file contain after it loads?

                                Thanks.

                                I dont understand your question: "What does your EmulationStation of file contain after it loads?" can you please tell me exactly with file you talk about??

                                Bu the way i have removed kiosk mode and now it took 50 sec to load emulation station (This speed is perfect for me, but kiosk mode is not working) and with kiosk the loading of the game was 9min30 sec..

                                1 Reply Last reply Reply Quote 0
                                • R
                                  Ramses @AlexMurphy
                                  last edited by 1 Mar 2017, 21:33

                                  @AlexMurphy said in "Kiosk mode" very slow to load!:

                                  @Ramses With those grey on white ES menus it is unfortunately ALL or NOTHING. They are hardcoded into Emulation Station's own code. This is not accessible unfortunately. To change this you would need to fork, rewrite and recompile the code.

                                  Ho ok.. so look like i will have to re-install KIOSK and troobleshoot....

                                  P A 2 Replies Last reply 1 Mar 2017, 21:35 Reply Quote 0
                                  • P
                                    pjft @Ramses
                                    last edited by 1 Mar 2017, 21:35

                                    @Ramses the file should be in

                                    ~/. emulationstation/es_log.txt

                                    (/home/pi is the same as ~ )

                                    Try to get one after it loads without kiosk mode, and one with it. Maybe there's something useful there.

                                    R 1 Reply Last reply 1 Mar 2017, 21:38 Reply Quote 0
                                    • R
                                      Ramses @pjft
                                      last edited by 1 Mar 2017, 21:38

                                      @pjft

                                      Ok i have take the file without kiosk

                                      Now i install kiosk and take the file again after reboot

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        AlexMurphy Banned @Ramses
                                        last edited by 1 Mar 2017, 21:38

                                        @Ramses Please read this for other options. Read all the comments and recommendations and decide what is best for you. https://retropie.org.uk/forum/topic/8442/my-anti-kid-mode/3

                                        R 1 Reply Last reply 1 Mar 2017, 21:44 Reply Quote 0
                                        • R
                                          Ramses @AlexMurphy
                                          last edited by 1 Mar 2017, 21:44

                                          @AlexMurphy said in "Kiosk mode" very slow to load!:

                                          @Ramses Please read this for other options. Read all the comments and recommendations and decide what is best for you. https://retropie.org.uk/forum/topic/8442/my-anti-kid-mode/3

                                          Thanks for the link i have read it.. and i prefer use KIOST/KID mode.. so i'm actually re-installing it now.. maybe with the log i will found the problem that slow down everything

                                          1 Reply Last reply Reply Quote 0
                                          27 out of 50
                                          • First post
                                            27/50
                                            Last post

                                          Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                          Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.

                                            This community forum collects and processes your personal information.
                                            consent.not_received