• Not able to connect with VNC Viewer

    8
    0 Votes
    8 Posts
    5k Views
    Jacksons20J

    @mitu VNC still says that there is no desktop there and its running

  • how to turn off bluetooth and wifi?

    2
    0 Votes
    2 Posts
    1k Views
    A

    You can use overlays to disable them, in your config.txt add

    pi3-disable-wifi
    pi3-disable-bt

    This has been documented [here].(https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README)

  • Re-configure keyboard mapping

    3
    0 Votes
    3 Posts
    95 Views
    B

    Argh, dammit - I thought I just can redefine the joypad-mapping, because the dialogue said "1 Joypad detected" :-X
    Works, thanks :-)

    Greets,
    Buzzy

  • Mono sound from a USB sound card

    2
    0 Votes
    2 Posts
    618 Views
    ChimpsInTiesC

    Just in case anyone else comes across this I got it working. It wasn't easy and took some trial and error, there isn't very much documentation out there about the inner workings of the asound.conf file but I must have read it all.

    The asound.conf file needs to look like this. Obviously if your usb sound card is a different number or you didn't disable the default sound output of the pi yours might be a little differnt bit this should mean you get no errors about mixers and both game sound and background music on ES play ok all through the left channel only.

    pcm.custom { type plug slave { pcm "dmix:1,0" } ttable { # Copy both input channels to output channel 0 (Left). 0.0 1 1.0 1 # Send nothing to output channel 1 (Right). 0.1 0 1.1 0 } } ctl.custom { type hw card S2 } pcm.!default pcm.custom ctl.!default ctl.custom
  • Naomi / Atomiswave problem

    15
    0 Votes
    15 Posts
    5k Views
    B

    @sirhenrythe5th said in Naomi / Atomiswave problem:

    Does every NAOMI-Rom need a CHD?

    No, the chd are only required for games that were on optical media, in this case the zip file only contains some stuff to decrypt the chd and sometimes a default eeprom.

  • Rpi 4 with RetroPie 4.6 fps lag.

    8
    0 Votes
    8 Posts
    3k Views
    P

    Actually, it did work but instead of adding these lines I uncommented the same in the config file and just changed the values. Thank you very much for you fast and adequate response.

  • How to use SNES controller with N64 games?

    3
    0 Votes
    3 Posts
    2k Views
    mituM

    @lupsyn Those settings are for the Libretro core, not for the standalone Mupen64 emulator. Did you try running your games with the lr-mupen64plus or lr-mupen64plus-nx cores ?

  • SVG format for EmulationStation

    49
    1 Votes
    49 Posts
    38k Views
    UDb23U

    @videokid14 Link to my github repo with all the SVG logos here.

  • Upgrade from weekly build to beta

    3
    0 Votes
    3 Posts
    279 Views
    djchewmaccaD

    @BuZz Brilliant. That's great!!! This will save me a lot of time as I have a 256GB microSD card full of ROMS and scraped covers. Thanks for your reply.

  • Cannot install Sonic Robo Blast 2, no matter what.

    6
    0 Votes
    6 Posts
    895 Views
    R

    PERFECT! Thank you, It is running smoooooth.

  • Joust Crash - Retropie 4.6 - Raspberry Pi 4B

    19
    0 Votes
    19 Posts
    469 Views
    RiverstormR

    @mitu said in Joust Crash - Retropie 4.6 - Raspberry Pi 4B:

    for me it's always imagined as Christopher Reeves.

    I wholeheartedly agree Christopher Reeves defined the face of Superman for cinema in the 70's. :) I'm still not sure what "sparked" the Marvel/DC craze of this past decade but I'm certain Disney getting their meat hooks in Marvel helped it along. They seem to know profitable marketing and branding for sure, or maybe technology as a whole, as the visuals are pretty stunning. No doubt it'll be part of what defines pop culture of the 10's.

  • 0 Votes
    13 Posts
    2k Views
    D

    I have tried it with the simple configuration you suggest in /opt/retropie/configs/msx/retroarch.cfg and have not been successful. I have run different combinations and, after no luck, I have reintalled from scracth:

    Latest RetroPie 4.6
    Only SNES Compatible USB Controller
    Installed only xboxdrv and lr-bluemsx

    to reach the same situation in previous message. Briefly:

    pi@retropie:~ $ ls -alh /dev/input/by-id/ total 0 drwxr-xr-x 2 root root 80 Apr 29 21:26 . drwxr-xr-x 4 root root 200 Apr 29 21:26 .. lrwxrwxrwx 1 root root 9 Apr 29 21:26 usb-0810_usb_gamepad-event-joystick -> ../event0 lrwxrwxrwx 1 root root 6 Apr 29 21:26 usb-0810_usb_gamepad-joystick -> ../js0 pi@retropie:~ $ sudo cat /etc/rc.local if [ "$_IP" ]; then printf "My IP address is %s\n" "$_IP" fi sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv \ --evdev /dev/input/by-id/usb-0810_usb_gamepad-event-joystick \ --silent \ --detach-kernel-driver \ --force-feedback \ --deadzone-trigger 15% \ --deadzone 4000 \ --device-name "VIRTUAL-SNES2XBOX-CONTROLLER" \ --evdev-absmap ABS_X=dpad_x,ABS_Y=dpad_y \ --evdev-keymap BTN_THUMB=a,BTN_THUMB2=b,BTN_TRIGGER=x,BTN_WEST=y \ --evdev-keymap BTN_BASE3=back,BTN_BASE4=start \ --evdev-keymap BTN_TOP2=lb,BTN_PINKIE=rb \ --dpad-only \ --ui-axismap lt=void,rt=void \ --ui-buttonmap y=KEY_SPACE \ --ui-buttonmap lb=void,rb=KEY_0 \ & exit 0 pi@retropie:~ $ sudo cat /opt/retropie/configs/all/retroarch-joypads/VIRTUAL-SNES2XBOX-CONTROLLER.cfg input_device = "VIRTUAL-SNES2XBOX-CONTROLLER" input_driver = "udev" input_enable_hotkey_btn = "4" input_up_axis = "-1" input_left_axis = "-0" input_state_slot_decrease_axis = "-0" input_select_btn = "4" input_right_axis = "+0" input_state_slot_increase_axis = "+0" input_y_btn = "3" input_x_btn = "2" input_menu_toggle_btn = "2" input_down_axis = "+1" input_start_btn = "5" input_exit_emulator_btn = "5" input_b_btn = "1" input_reset_btn = "1" input_a_btn = "0" pi@retropie:~ $ cat /opt/retropie/configs/all/runcommand-onstart.sh pi@retropie:~ $ cat /opt/retropie/configs/all/runcommand-onend.sh cat: /opt/retropie/configs/all/runcommand-onend.sh: No such file or directory

    runcommand-onstart.sh is an empty file and runcommand-onend.sh does not exist

    pi@retropie:~ $ evtest No device specified, trying to scan all of /dev/input/event* Not running as root, no devices may be available. Available devices: /dev/input/event0: usb gamepad /dev/input/event1: VIRTUAL-SNES2XBOX-CONTROLLER - Keyboard Emulation /dev/input/event2: VIRTUAL-SNES2XBOX-CONTROLLER Select the device event number [0-2]: ^C

    Mind it is event2 that responds to SNES Compatible USB Controller (not event1) and mind controller configuration is set to global (all).

    pi@retropie:~ $ sudo cat /opt/retropie/configs/all/retroarch.cfg [...] input_player1_joypad_index = "1" input_player2_joypad_index = "0" input_player3_joypad_index = "2" input_player4_joypad_index = "3" [...]

    With the configuration above SNES Compatible USB Controller is usable in EmulationStation. When entering RetroPie > Retroarch (usable as well)...
    usb gampead configured in port #0
    VIRTUAL-SNES2XBOX-CONTROLLER configured in port #1

    Retroarch > Settings > Input >
    Port 1 Binds VIRTUAL-SNES2XBOX-CONTROLLER
    Port 2 Binds usb gamepad

    So the correlation between /opt/retropie/configs/all/retroarch.cfg and Port Binds is obvious.

    Entering MSX videogame...

    usb gampead configured in port #0
    VIRTUAL-SNES2XBOX-CONTROLLER configured in port #1

    Controller is irresponsive. However, Select+Start (exit emulator) works at least and I can return to EmulationStation. At this stage, I don't know what else to test...

    Many thanks in advance for your support all the way.

  • accessing RGUI with keyboard

    13
    0 Votes
    13 Posts
    3k Views
    mituM

    @benjaminjay said in accessing RGUI with keyboard:

    @mitu could I simply start up a game from EmulationStation, open RGUI then close the game but leave RetroArch running and make the changes ?

    No, because it would still save the configuration only for that particular system where the core was running.

  • 0 Votes
    2 Posts
    385 Views
    mituM

    Please use the libretro forum. This is a dedicated RetroPie forum and, while we use RetroArch, it's just on Linux/Raspberry Pi and not on Windows.

  • (Pi4) Emulationstation not saving my inputs.

    3
    0 Votes
    3 Posts
    102 Views
    DarksaviorD

    @mitu Seems to be random whenever I write a new image. It has worked the second time I wrote the image. The microsd card is a few months old, though.

  • x68000 not showing up in emulationstation

    14
    0 Votes
    14 Posts
    2k Views
    P

    perfect - got it all set up now. thanks for all the help!

  • download fail-forbidden Retropie 4.6 raspberry pi 4

    8
    0 Votes
    8 Posts
    361 Views
    mituM

    @trust4068 Yes, it's an image that you can flash and it's installed.

  • 0 Votes
    1 Posts
    324 Views
    No one has replied
  • Have a Pi3b+ should I update or create a new image?

    3
    0 Votes
    3 Posts
    113 Views
    T

    Yeah should have searched before, thanks.

    If anyone's seeing this and having the same doubt, it is recommended to install from scratch.

  • Scraping m3u files in skyscraper

    1
    0 Votes
    1 Posts
    398 Views
    No one has replied

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.