Forum Replies Created

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • in reply to: Copy EVERYTHING from one SD to another #97070
    morias
    Participant

    Use dd to image it.
    sudo dd bs=4M if=/dev/sdX of=filename.img
    Write it back by doing the reverse.

    Sent from my iPad using Tapatalk

    in reply to: Recommend a compatible bluetooth dongle? #92246
    morias
    Participant

    I have a Targus Bluetooth 4.0 one and it works.

    Sent from my iPad using Tapatalk

    in reply to: FBA retroarch core with Pi 2 #91641
    morias
    Participant

    There was no stretching to widescreen on the short test I did last night.

    Sent from my iPad using Tapatalk

    in reply to: FBA retroarch core with Pi 2 #91582
    morias
    Participant

    SFIII wasn’t working for me in Retropie but it’s working in the libretro core of the latest Recalbox. Not sure why that is but I am happy.

    Sent from my iPad using Tapatalk

    in reply to: Raspberry-pi 2 compatibility #86593
    morias
    Participant

    [quote=86583]Nice to hear that =) Is PSX emulation now smooth or “just” “better” ?
    [/quote]

    I didn’t try it for long, but playing Gran Turismo it felt like it was 20 years ago when I played in on my PS1. So I would say it was “smooth”.

    in reply to: Raspberry-pi 2 compatibility #86581
    morias
    Participant

    I have updated my Retropie and run it on a Pi 2. On a quick test, PS1 games are a lot faster, SNES about the same, however Megadrive is very slow with choppy sound. They are all running on Retroarch.

    in reply to: Raspberry-pi 2 compatibility #86458
    morias
    Participant

    I haven’t received my model 2 yet, so I can’t try it myself. However, I am very interested to know if anyone gets it going in the meantime.

    in reply to: Raspberry-pi 2 compatibility #86455
    morias
    Participant

    Put the sd card in an older Raspberry Pi, eg the B+ and run the command. Then put the newly updated sd card in the new version 2 Raspberry Pi.

    in reply to: FC30 8Bitdo Gamepad and Retropie #86351
    morias
    Participant

    I haven’t got these controllers and have not tried it, but does this help?

    http://forum.8bitdo.com/thread-296-1-1.html

    in reply to: GBA doesn't work. Bios is in correct spot. #40599
    morias
    Participant

    Try the chown command. Zsprawl’s guide on these forums for Retropie 2.2 has it.

    in reply to: Cloning SD card for multiple Pi consoles #39462
    morias
    Participant

    dd is a command line tool for unix to backup disks. It can be dangerous so be careful.

    From memory I run the following:

    df to see what disks are mounted.
    umount /dev/sdb1 if my sd card is device sdb
    sudo dd bs=4M if=/dev/sdb of=filename.img

    To copy that to the new sd I unmount it and run:
    sudo dd bs=4M if=filename.img of=/dev/sdb

    You might want to google some other pages about backing up a sdcard using dd before doing it for the first time. Obviously you need another linux computer to do it as you can’t do it whilst it is mounted.

    in reply to: Cloning SD card for multiple Pi consoles #39031
    morias
    Participant

    It is definitely interchangeable. I have done it with dd on Linux.

    in reply to: GBA doesn't work. Bios is in correct spot. #37762
    morias
    Participant

    I suggest you check the directory and see if the files exist. If they do, try running the command from the command line.

    in reply to: GBA doesn't work. Bios is in correct spot. #37524
    morias
    Participant

    That doesn’t look like a bios problem. If the bios isn’t there it comes up with a message saying it needs the bios.

    You may wish to check gpsp is installed correctly.

    in reply to: Fixing pixelation in emulators? #20658
    morias
    Participant

    Keep trying more shaders. I like hq2x.

    in reply to: RetroPie on Revision B+ board #18178
    morias
    Participant

    I didn’t have that problem. Maybe you got a bad board.

    in reply to: GPSP (GBA emulator) not detecting usb d-pad #16866
    morias
    Participant

    I think gpsp doesn’t work with the dpad on most controllers. Having said that I wished it did.

    in reply to: How to make shader settings stick #16655
    morias
    Participant

    Time for my mea culpa. After fiddling around and not making it work, I rechecked the individual emulator files and found that the SNES and Megadrive one indeed to have override settings. After turning these off my shader settings are indeed sticking.

    morias
    Participant

    I can happily report that the B+ works just fine. I didn’t have to change a thing.

    morias
    Participant

    My setup is also on a micro sd (with adapter) so I should be able to quickly test it tonight. I don’t anticipate any problems.

    in reply to: RetroPie 2.2 RetroArch F1 not working #16375
    morias
    Participant

    It works on mine but I also put a hash before the hotkey setting which was set to ESC.

    morias
    Participant

    I have one. Hadn’t had time to use it yet and didn’t get any tv time from my wife last night. Maybe tonight if someone doesn’t answer your query first. I think it will be fine provided the raspbian base is updated.

    in reply to: How to make shader settings stick #16078
    morias
    Participant

    This is some homework for me tonight. I read this page before, but I have read it a little closer now.

    https://github.com/libretro/RetroArch/wiki/RGUI

    It says:

    When you apply shaders, the RGUI shader settings are saved to a temporary file (either rgui.cgp or rgui.glslp) and loaded. The file persists after RetroArch exits. The file is saved to video_shader_dir directory in config. If you always want to load the RGUI preset on bootup, you can set video_shader option to this file.

    Further it says:

    While you are changing settings in runtime, they are not saved to disk afterwards on PC by default. If you want RetroArch to automatically write back the config, either set config_save_on_exit = true in config, or enable this under Settings -> Config Save On Exit from within RGUI.

    I will see if this fixes my problem and report back.

    in reply to: How to make shader settings stick #16063
    morias
    Participant

    Thanks for the suggestion, but my individual emulator config files basically are empty apart from a few joystick overrides I have put in them to switch some keys depending on the emulator.

    However, I have also thought that perhaps the 3 shaders which are setup by default may be stored somewhere, I just don’t know where and the logical place where the settings would be in the config/all/retroarch.cfg does not contain the settings.

    in reply to: Gpsp GBA overscan hdmi #13099
    morias
    Participant

    I added the following to my boot config.txt

    overscan_scale=1

    It fixed the overscan issue and also unexpectedly also fixed an issue where the joystick appeared to scroll continuously from top to bottom.

    morias
    Participant

    I figured it out:

    There was a typo in the joystick command. It needs 2 dashes not 1. Also the path looks like it is setup for running off usb, not the internal SD Card. I have changerd the entry in Emulation Station to the following and it is working. Might also want to update the wiki.

    DESCNAME=ScummVM
    NAME=scummvm
    PATH=/home/pi/RetroPie/roms/scummvm
    EXTENSION=.svm
    COMMAND=scummvm -f –joystick=0 %BASENAME%
    PLATFORMID=99

    Thanks for making the script. It is very useful.

    morias
    Participant

    I am really keen to get this to work but it is not working for me. I believe I have followed the instructions correctly.

    If I use:

    PATH=/media/usb0/scummvm

    Nothing shows up in emulationstation.

    If I use:

    PATH=/home/pi/RetroPie/roms/scummvm

    I see the titles in emulationstation but they don’t load.

    If I go back to default settings I can load the games, but need to go through the menu using a keyboard to do it.

Viewing 27 posts - 1 through 27 (of 27 total)