• Custom resolution for a game

    3
    0 Votes
    3 Posts
    595 Views
    B

    How do you install blobby volley?
    I tried to search "blobby" in install package,
    but I can't find it.

    Can you help me?

    Thanks.

  • Retropie on ubuntu is broken.

    25
    0 Votes
    25 Posts
    3k Views
    chipsnblipC

    @renario910 said in Retropie on ubuntu is broken.:

    so how do i edit sources.list?

    from a terminal, type sudo nano /etc/apt/sources.list

    but i think it's also important to familiarize yourself with some basic unix/linux concepts, since this is turning into more of an Ubuntu support thread.

  • PSP Emulator not reading controller inputs

    5
    0 Votes
    5 Posts
    2k Views
    G

    Think I may have been a bit dim - I was originally adding extra inputs and it didn't do anything, I've since overwrote all of them and it is reading the input now. Thanks for your help folks.

  • [Solved] Problem with arcade fightstick on Stretch

    12
    0 Votes
    12 Posts
    3k Views
    wilenekW

    Good news,

    After i update my system yesterday the fight-stick suddenly was recognized by pi and i was able to configure it.

    Problem solved.

  • Root Access denied although sshd_config is edited correctly.

    14
    1 Votes
    14 Posts
    4k Views
    D

    @hailtostarscream If you wish to create a custom version of a theme, then you can create a copy of the theme folder from /etc/emulationstation/themes/ into /opt/retropie/configs/all/emulationstation/themes/. The themes folder may need to be created.

    Alternatively, you can download the theme from the relevant Github repo and place it in /opt/retropie/configs/all/emulationstation/themes/. For example, the snes mini theme can be found at https://github.com/ruckage/es-theme-snes-mini.

  • Help, my Retropie won’t boot anymore!!! What do I do?

    22
    0 Votes
    22 Posts
    3k Views
    Redghost357R

    @clyde Will give it a try when I have time

  • Daphne command line not working

    12
    0 Votes
    12 Posts
    2k Views
    ClydeC

    @smurf said in Daphne command line not working:

    I have lots of space on my sd card so I have a couple versions of each game.

    You don't even need the .m2v file in each folder for different rom versions of the same game. Just point the path in the [gamename].txt file to the folder where the .m2v resides. For example, my lair.m2v resides in daphne/lair.daphne, but I also have dle21 in its own directory daphne/dle21.daphne.

    My lair.txt in daphne/lair.daphne/:

    . 151 lair.m2v

    My dle.txt in daphne/dle21.daphne/:

    ../lair.daphne/ 151 lair.m2v

    Mind the first line. In lair.txt, it points to "this directory" (.), but in dle.txt it points to lair.daphne "one level above this directory" (..), both paths seen relatively from the location of the respective .txt file. Since both rom versions use the same video file, this saves a lot of space.

    Alternatively, you could create a symbolic link to the file in the other directory:

    ln -s /home/pi//RetroPie/roms/daphne/lair.daphne/lair.m2v /home/pi//RetroPie/roms/daphne/dle.daphne/lair.m2v

    The first method has the advantage that it still works even if the daphne directory is moved to another location, as long as lair.daphne and dle21.daphne remain at the same relative positions to each other.

    Yeah I know, you said that you have lots of space, but maybe that will change in the future with an ever growing games collection, or others here will find this useful. :)

  • Overlay settings

    2
    0 Votes
    2 Posts
    437 Views
    UDb23U

    There is no fixed folder for the actual image of the overlay. Libretro cores require the overlay image + 2 cfg files (one of these cfg must be in the same folder of correspoding rom).
    Example (and overlays) here.

  • Remote Control for Emulation Station?

    3
    0 Votes
    3 Posts
    2k Views
    A

    I did some googling and found a (probably unsupported, but still) Python script:

    https://github.com/dillbyrne/es-cec-input

    I tried it, it worked, when I started it manually. There's noticeable input-lag, compared to the Kodi implementation, no way that would be useable in a game, but it does the job. Unfortunatelly, I couldn't make it reboot-proof, the @reboot statement in crontab worked, the script was running according to ps, but it did not work. Even more, running it via crontab resulted it in Kodi no longer accepting CEC input either. So I removed it from crontab and am no longer using it.

    Is there anyone around here with experience with that or a similar script?

    Thanks!

  • Help with Xboxdrv mapping dragonrise controller

    20
    0 Votes
    20 Posts
    4k Views
    N

    This absolutely worked no problems to fix the permissions errors as a permanent solution. Thanks very much! The dragonrise controllers work for me now including save/load and exit shortcuts! :) amazing advice thanks guys

  • Sega Mega Drive doesn’t work.

    3
    0 Votes
    3 Posts
    580 Views
    N

    @mitu wow it worked! thank you so, so much!

  • 0 Votes
    33 Posts
    7k Views
    pjftP

    @cacrlhungus74 Sure, we'll keep an eye out for it. If you want to send over any of the other logs from your pi when you have the chance, please do so and I'll gladly take a look. Do trim syslog to have data for only the specific day/session of the issue - no need to send me all the historic logs from your pi :)

    In regards to reinstalling, you're referring to the ubuntu one, right?

    If you'd have a spare SD card lying around, and would want to do the same from a fresh RetroPie 4.4 image with no updates and see how it goes, that could help as well.

    Thanks!

  • Retro Pie freezes selecting games

    6
    0 Votes
    6 Posts
    1k Views
    ByteThisB

    @herb_fargus That's what I was thinking.. an overclock that won't run on his pi, since every pi is different. Or using different controllers with a driver enabled that is interfering with the controller he is using.

    @TommyEllas What controllers are you and your friend using ?

  • Re-Configure Pico-8 exit to Start+Select?

    2
    0 Votes
    2 Posts
    428 Views
    mediamogulM

    @annomatik

    You can use xboxdrv or linuxjoystickmapper. I'm emulating 32 different systems and I have all of them set to exit with 'Select'+'Start'.

  • Change Controller Name

    8
    0 Votes
    8 Posts
    5k Views
    mediamogulM

    @sekrit

    The location has since changed to /opt/retropie/configs/all/retroarch/autoconfig/name-of-your-controller.cfg

  • Help Making Power Button with Latching Button

    4
    0 Votes
    4 Posts
    1k Views
    S

    @cyperghost Awesome thank you! I will definitely go with your solution!

  • Reicast too loud

    6
    1 Votes
    6 Posts
    1k Views
    J

    I have this exact same problem months later, was this ever resolved?

  • lr-vice: Reconfigure Input Controls

    5
    0 Votes
    5 Posts
    974 Views
    A

    When I do that, jumping with "up" does no longer work, but jumping with "B" doesn't either...

    Can I some how check, which buttons RetroArch thinks that I am using?

  • SNES Emulator Slow Performance

    10
    0 Votes
    10 Posts
    21k Views
    S

    Pi is very demanding on the power supply.
    If the voltage is below 5.2V, turbo mode is disabled
    PI will operate at a reduced frequency in throttling mode.
    Some SNES games, even on an optimized driver under the SNES2002 AWS, will slow down.

    avoid warnings=2 fixit problem

  • Retropie can't reset my keyboard

    11
    0 Votes
    11 Posts
    3k Views
    P

    Nevermind solved the issue.

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.