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

    Default Resolution Error - All Emulators Affected

    Scheduled Pinned Locked Moved Help and Support
    retropie 4.1resolutionerror
    48 Posts 3 Posters 13.1k 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.
    • AlexMurphyA
      AlexMurphy Banned @k-shaps
      last edited by

      @k-shaps If the link above did not work then no, sorry. Probably best to start fresh.

      K 1 Reply Last reply Reply Quote 0
      • K
        k-shaps @AlexMurphy
        last edited by

        @AlexMurphy Thanks! Two more questions - I didn't follow that thread all the way through in terms of using 777 for folder names and permissions as I don't know how or where I can do that. Is there an easy guide that I can follow perhaps with screenshots or a video? Also if I do need to start fresh exactly how would I go about doing that?

        BuZzB 1 Reply Last reply Reply Quote 0
        • BuZzB
          BuZz administrators @k-shaps
          last edited by

          @k-shaps you should not need to do any chmod 777 ever and it's a bad idea too (makes no sense on files - since you don't want executable bit set, and also sets writable by anyone).

          All user editable stuff should be owned by the user retropie was installed for - eg pi.

          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

          K 1 Reply Last reply Reply Quote 0
          • K
            k-shaps @BuZz
            last edited by

            @BuZz Thank! Still a bit confused on this "All user editable stuff should be owned by the user retropie was installed for - eg pi." Where can I go to edit this or change the permissions to allow for the emulators to accept my default resolution changes?

            BuZzB 1 Reply Last reply Reply Quote 0
            • BuZzB
              BuZz administrators @k-shaps
              last edited by

              @k-shaps if using the image - the /opt/retropie/configs/all should be owned by pi - the command mentioned above chown -R pi:pi /opt/retropie/configs should make sure all configs have the correct ownerships.

              Not sure why you are getting the error once that has been done, unless something is changing it - a 3rd party script or something else (I don't know of any issues in retropie that would cause this - there was some old bug but it was fixed a while ago).

              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

              K 1 Reply Last reply Reply Quote 0
              • K
                k-shaps @BuZz
                last edited by BuZz

                @BuZz Sorry, really a noob to all this - how can I even get to that to make sure it's correct? Like where is /opt/retropie/configs/all and how do I go about editing it? Can I do this with WinSCP via SFTP or does it need to be done all on the pi? If so I don't have the first clue on how to do this. Any help would be great! Thanks!

                /opt/retropie/configs/all is a folder - where it is ? that is where it is :-) that is the location

                If you mean how do you access it - see

                https://retropie.org.uk/docs/SSH/

                ls -la /opt/retropie/configs/all
                

                will show current permissions.

                Can access the folder via windows networking also, and via sftp.

                K 1 Reply Last reply Reply Quote 0
                • K
                  k-shaps @k-shaps
                  last edited by

                  @k-shaps Thanks Buzz! I'll give this a whirl when I get home from work tonight. Hope this works!

                  K 1 Reply Last reply Reply Quote 0
                  • K
                    k-shaps @k-shaps
                    last edited by k-shaps

                    Here is the readout I get. Any suggestions?

                    0_1487833971174_c1.PNG

                    BuZzB 1 Reply Last reply Reply Quote 0
                    • BuZzB
                      BuZz administrators @k-shaps
                      last edited by BuZz

                      @k-shaps need to use sudo chown. Also no space between - and la

                      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                      K 1 Reply Last reply Reply Quote 0
                      • K
                        k-shaps @BuZz
                        last edited by

                        @BuZz Here is what I get after that. Should I be all set now or do other steps need to be taken?

                        0_1487861380329_c2.PNG

                        BuZzB 1 Reply Last reply Reply Quote 0
                        • BuZzB
                          BuZz administrators @k-shaps
                          last edited by

                          @k-shaps ownership of the folder is wrong - you need to do the chown (with sudo).

                          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                          K 1 Reply Last reply Reply Quote 0
                          • K
                            k-shaps @BuZz
                            last edited by k-shaps

                            @BuZz Cool, here is what I get after that. Any other steps need to be taken or can I reboot and try changing my default resolution again?

                            0_1487862223616_c4.PNG

                            BuZzB 1 Reply Last reply Reply Quote 0
                            • BuZzB
                              BuZz administrators @k-shaps
                              last edited by BuZz

                              @k-shaps no.. it's still wrong. the chown must have been incorrect. I need to see what you are typing in. [edit] see you updated the picture - the chown is wrong - see next post.

                              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                              K 1 Reply Last reply Reply Quote 0
                              • K
                                k-shaps @BuZz
                                last edited by

                                @BuZz My pi doesn't like this command....

                                0_1487862371382_c5.PNG

                                BuZzB 1 Reply Last reply Reply Quote 0
                                • BuZzB
                                  BuZz administrators @k-shaps
                                  last edited by BuZz

                                  @k-shaps erm - why are you typing that in ?

                                  you need to do the chown you did earlier with sudo on front.

                                  sudo chown -R pi:pi /opt/retropie/configs
                                  

                                  I recommend you do some reading on linux commandline before you nuke your system by accident ;-)

                                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                  K 1 Reply Last reply Reply Quote 0
                                  • K
                                    k-shaps @BuZz
                                    last edited by

                                    @BuZz Can you list out step by step what I need to do. I'm a noob at this. Here is what I put in based on your last instruction

                                    0_1487862764167_c6.PNG

                                    BuZzB 1 Reply Last reply Reply Quote 0
                                    • BuZzB
                                      BuZz administrators @k-shaps
                                      last edited by BuZz

                                      @k-shaps now it's fixed.

                                      I don't always have time to do step by step instructions - and it's better imho that you understand what you are typing in. That said I did say earlier to put sudo in front of chown, but I meant the previous chown -R pi:pi ... etc not just chown on its own.

                                      Check out http://linuxcommand.org/ - Then you will truly be the master of your system :)

                                      ls means list
                                      chown means change ownership

                                      they are separate commands. sudo is to run something at super user privileges. sudo sudo chown means to run the chown command with super user (root) privileges.

                                      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                      K 1 Reply Last reply Reply Quote 0
                                      • K
                                        k-shaps @BuZz
                                        last edited by

                                        @BuZz I just rebooted my pi and I still cant change my default resolution on any of my emulators. Any other guesses or should I just throw this thing in the trash?

                                        BuZzB 1 Reply Last reply Reply Quote 0
                                        • BuZzB
                                          BuZz administrators @k-shaps
                                          last edited by BuZz

                                          @k-shaps please repeat the ls command - if the folder has been reset to root ownership, then you have something installed which is doing it as this does not happen by default. Have you installed any 3rd party tools or made any customisations ? Is this an official retropie image ?

                                          What version of retropie-setup script are you running ?

                                          what are the contents of the /opt/retropie/configs/all/videomodes.cfg file

                                          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                          1 Reply Last reply Reply Quote 0
                                          • K
                                            k-shaps
                                            last edited by

                                            I installed retropie using the official image from this site, always update my retropie-setup script before changing anything (mostly scraping game covers), and have not used any 3rd party tools or customizations.

                                            Like I said earlier, this came out of nowhere. The only thing I can possibly retrace this back to is plugging my pi into a 720p TV last weekend when I was on a trip. When I came back I was unable to change my default resolution. I have a hard time believing that would affect this, but like I said I'm a noob.

                                            I have gotten this far with everything working perfectly, there is just this one error and it's driving me insane.

                                            K 1 Reply Last reply Reply Quote 0
                                            • First post
                                              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.