Can't change Default Emulator Video Mode or Emulator + ROM Video Mode in Run Command
-
@mcmayhem it would just skip down to the next line. The process happens in the background. Did you try rebooting after you ran this before testing?
-
@jonnykesh My apologies for the delayed response.
Yes, I rebooted it afterwards. Same problem. Any other ideas?
-
@mcmayhem It could be possible your card may have gone to
read-only
. Try adding a few random files or folders, then reboot and see if they are still there. Just to rule this out as a possibility. -
@jonnykesh I added dosbox and a few ROMs I'd been intending to add...they stayed on the system just fine.
-
@jonnykesh Any other thoughts on what this could be? I suppose I could just wipe the card and start over, but I really don't want to go through the hassle of all that - especially if it could just end up happening again, y'know?
-
check the output of this command:
ls -l /opt/retropie/configs/all/videomodes.cfg
it should read:
-rw-r--r-- 1 pi pi
-
@chipsnblip Tried it, didn't get that result. Pi gave me this -
-
@mcmayhem You used '-1' (one), but the command has '-l' (lowecase L). This should display the permissions on the file, similar to the output shown by @chipsnblip.
-
@chipsnblip said in Can't change Default Emulator Video Mode or Emulator + ROM Video Mode in Run Command:
ls -l /opt/retropie/configs/all/videomodes.cfg
since the screen is cut off a bit, add some spaces to the output so we can see it:
ls -l /opt/retropie/configs/all/videomodes.cfg | sed 's/^/ /'
note there are 3 spaces in between the forward slashes at the end of that command
-
@mitu @chipsnblip Hahaha, wow. How embarrassing. Thanks, I will try this and report back.
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.