• Using multiple controllers for n64 and SNES

    1
    0 Votes
    1 Posts
    645 Views
    No one has replied
  • USB Controller player order

    12
    0 Votes
    12 Posts
    20k Views
    RionR

    @herb_fargus said in USB Controller player order:

    we really need to add it as an option to the configuration editor tbh

    Yes please :)

  • ps2 emulation??

    3
    0 Votes
    3 Posts
    6k Views
    mediamogulM

    Although the ps2 shares the commonality of having a 64-bit processor like the Rpi3, there is quite a bit more to emulation than surface similarities. For instance, one general rule that has seen few exceptions is that a machine intending to emulate another machine should be in the neighborhood of four times faster than the original. Even then, there are still circumstances that would prohibit proper emulation. At this point in time, the Rpi is just not fast enough and is unlikely to be fast enough for quite a few updates yet to come.

  • Wireless Xbox One Controller

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Retropie with two 8bitdo controllers but...

    2
    0 Votes
    2 Posts
    2k Views
    D

    Of course, I can set the Zero to Player 2 mode with Start + B + R. That's sorted it.

  • 0 Votes
    3 Posts
    3k Views
    M

    I have fixed it just uninstalling and installing again sixad (PS3 controller) in RetroPie-Setup script and adding a systemd service:

    sudo nano /etc/systemd/system/sixad-start.service

    ##########
    [Unit]
    Description=Sixad start service
    After=network.target

    [Service]
    Type=oneshot
    ExecStart=/usr/bin/sixad -s 2>&1 > /dev/null
    ExecStop=killall sixad
    RemainAfterExit=yes
    User=root
    Group=root

    [Install]
    WantedBy=multi-user.target
    ##########

    Then:
    sudo systemctl daemon-reload
    sudo systemctl enable sixad-start.service
    sudo reboot

    It also works plugin the bluetooth device.

  • MAME - switching off auto-centre?

    3
    1 Votes
    3 Posts
    1k Views
    PingSpikeP

    I'll have to try this as it really annoys me too :)

  • After recent update of Binaries network stops

    4
    0 Votes
    4 Posts
    1k Views
    D

    I had this, the interfaces were set to manual.

    edit the /etc/network/interfaces file.

    Later,
    dabone

  • How to add OSMC to retropie?

    3
    0 Votes
    3 Posts
    2k Views
    S

    thank you kind sir

  • No sound from Pi after trying usual debugging steps

    2
    0 Votes
    2 Posts
    850 Views
    iconrumbleI

    @dasfreak go to your config.txt and change "hdmi_group=2" to "hdmi_group=1"
    Group 1 is CEA
    Group 2 is DMT (no sound)
    Check http://elinux.org/RPiconfig

  • lr-mess: how to change video resolution

    1
    0 Votes
    1 Posts
    709 Views
    No one has replied
  • [SOLVED] map: vt02 => fb0 [or how do I kill this message?]

    8
    0 Votes
    8 Posts
    8k Views
    senkunS

    @Rion said in [SOLVED] map: vt02 => fb0 [or how do I kill this message?]:

    Sorry to resurrect and old thread but could you please @senkun post you're finding to the wiki? The more I can hide when I boot up the better.

    Don't think it would be relevant in the retropie wiki as;

    ... I'm actually running attractmode instead of ES as the retropie frontend.

    and what I did in addition to what the wiki has already covered very well was to pipe fsck messages away, not recommended. besides that, mostly to suppress the output from x/attractmode once it's running or when I exit and restart AM; which involved messing around with getty to hide the autologin/last login msgs, clearing MOTD, doing a .hushlogin, changing .bashrc, etc. I didn't really take notes and one shouldn't really be messing with those for retropie I believe.

    as long as you have a splashscreen pic/video setup in retropie it boots very cleanly to ES doesn't it? you just need to follow the wiki to edit /boot/config.txt /boot/cmdline.txt and it will be clean all the way in except for the fsck msg.

  • nes30 freezing pie 3

    3
    0 Votes
    3 Posts
    1k Views
    J

    Yes onboard. That you for the reference I will take a look.

  • Saving scraper data to usb?

    2
    0 Votes
    2 Posts
    1k Views
    iconrumbleI

    You could move the downloaded_images folder to usb and create a symlink on the sd card...

  • N64 on RetroPie3 not playable

    2
  • Network Roms storage?

    1
    0 Votes
    1 Posts
    853 Views
    No one has replied
  • Gasia ps3 controller - Bluetooth

    1
    0 Votes
    1 Posts
    531 Views
    No one has replied
  • Help with hardwiring arcade buttons

    1
    0 Votes
    1 Posts
    737 Views
    No one has replied
  • Any way to position the yellow text?

    7
    0 Votes
    7 Posts
    3k Views
    TwoGuidosGamingT

    Thank you!!!

  • How to use F310 central button to exit emulator ?

    5
    0 Votes
    5 Posts
    3k Views
    W

    Mine got recognized automatically by the default driver xpad(and xboxdrv), so I was just able to get it going using the emulationstation configure input option.

    I'm not quite sure how you could get it working, easiest option I think is to make sure you've tried all possible ports so it's not a faulty port or something. Also, you could try it out on a pc to see if it's working or a faulty controller. I'm not sure this is the best advice, but it's probably something I'd check for myself if I had that problem.

    As for the software and drivers, RetroPie should be fully equipped to handle most controllers plug and play, including the F310. So if you did anything really custom besides just flashing the stock image to sd card, it may be worth trying it out again with a stock install. I doubt this would be the reason, unless your install isn't recognizing any controllers at all.

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.