• Revenge of Death Adder Working?

    18
    0 Votes
    18 Posts
    7k Views
    K

    yes it works well in fbneo

  • 0 Votes
    3 Posts
    7k Views
    johnodonJ

    Thanks @brandflake11

    I got this one figured out. It was a PITA! :)

    Long and short of it is this...

    xrandr treats both displays and one large one (extended). You can see below that Screen 0: is recognized as 5760x1080 (4K TV + 1080P monitor):

    Screen 0: minimum 320 x 200, current 5760 x 1080, maximum 16384 x 16384 VGA-1 disconnected (normal left inverted right x axis y axis) DP-1 disconnected (normal left inverted right x axis y axis) HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 800mm x 450mm 3840x2160 30.00 + 24.00 29.97 23.98 4096x2160 30.00 24.00 29.97 23.98 1920x1080 60.00* 59.94 30.00 24.00 29.97 23.98 1920x1080i 60.00 59.94 1680x1050 59.88 1280x1024 75.02 60.02 1440x900 59.90 1280x960 60.00 1280x800 59.91 1152x864 75.00 1280x720 60.00 30.00 59.94 29.97 24.00 23.98 1024x768 75.03 70.07 60.00 800x600 72.19 75.00 60.32 720x480 60.00 59.94 720x480i 60.00 59.94 640x480 75.00 72.81 60.00 59.94 720x400 70.08 DP-2 connected 1920x1080+3840+0 (normal left inverted right x axis y axis) 509mm x 286mm 1920x1080 60.00*+ 50.00 59.94 1920x1080i 60.00 50.00 59.94 1680x1050 59.88 1280x1024 60.02 1440x900 59.90 1280x800 59.91 1152x864 75.00 1280x720 60.00 50.00 59.94 1024x768 70.07 60.00 800x600 60.32 56.25 720x576 50.00 720x480 60.00 59.94 640x480 66.67 60.00 59.95 59.94 720x400 70.08 HDMI-2 disconnected (normal left inverted right x axis y axis)

    This is what my autostart.sh file looks like:

    #! /bin/bash #set primary display and resolution. xrandr --display :0 --output HDMI-1 --mode 1920x1080 --primary & #call cvlc to play a startup animation. Wait for it to end before continuing. cvlc --random --play-and-stop --play-and-exit --fullscreen --video-on-top --no-video-title-show --quiet --gl=any --preferred-resolution=1080 ~/RetroPie/splashscreens &> /dev/null #start ES in a terminal (openbox). gnome-terminal --full-screen --hide-menubar -- emulationstation --no-splash

    Naturally, feh sees the display the same way so you need to use the --geometry switch to identify the starting pixel on the 2nd monitor. This is what my runcommand-onstart.sh looks like:

    #! /bin/bash ROMPATH="$3" ROM_BN_EXT="${ROMPATH##*/}" ROM_BN="${ROM_BN_EXT%.*}" CONTROLSIMAGE="/home/pi/RetroPie/roms/$1/images/$ROM_BN-controls.png" feh --geometry +3840+0 "$CONTROLSIMAGE" &>/dev/null &

    This essentially gets the full path to the romfile and trims the extension to get the rom base name.
    It then builds the path to the controls image I need and displays at the starting position I tell it to (3840x0) which is the entire screen of the 2nd monitor. When I exit the game, and merely kill feh via runcommand-onend.sh:

    #! /bin/bash killall feh &

    This is working perfectly. Now I just need to find a fancy graphic to display on the 2nd monitor when it isn't showing controls. :)

    John

  • Some roms not working with lr-fbneo

    12
    0 Votes
    12 Posts
    5k Views
    B

    @luckyluca said in Some roms not working with lr-fbneo:

    The only reason why I haven't updated the core yet, is that I don't know if doing so might affect other systems I already built, and would necessitate updating their roms too (neogeocd for instance, and anything else I might not think of right now).

    Your version is over 6 months old, so no doubt there will be romset updates/additions (we probably added over a dozen of new systems since then), neogeo cd won't be a problem though.

  • Long Press to exit or reset game.

    4
    0 Votes
    4 Posts
    2k Views
    mituM

    @flynnz said in Long Press to exit or reset game.:

    I am trying to understand what you mean. I can use the 'press hold for 3+ seconds to exit' as long as I don't use a hotkey?

    Yes, that was the wording, but I think I've confused the exit option with some other binding - I can't find any exit related option in RetroArch's menu.

  • SOLVED: joy2key_sdl.py throwing error

    9
    0 Votes
    9 Posts
    1k Views
  • Strange issue with DosBOX control config

    2
    0 Votes
    2 Posts
    385 Views
    jamrom2J

    @codafire

    Hi. You kinda skipped a few steps in describing the issue. What emulator are you using. What version of Retropie? RetroArch? There are 4 emulator options for Dos and each is slightly different version from each other. So that's really important.

    Also... Are you saving the config to the same file or renaming it to a new one? How are you doing this in the emulator? Do you know how to look at the files of RetroPie? If so, what does the .map file say?

  • Web interface help

    1
    0 Votes
    1 Posts
    258 Views
    No one has replied
  • RP4B 4GB How to play games on HDMI-1

    6
    0 Votes
    6 Posts
    893 Views
    I

    @vulture2600

    try

    framebuffer_priority=7

    in config.txt

    (works for me, I had to move from hdmi 0 as my fat micro hdmi adapter was pressing against the usb-c power connector)

  • 0 Votes
    4 Posts
    2k Views
    I

    framebuffer_priority=7

    was the only option I needed in config.txt to get emulation station to work from hdmi 1.

    (I needed to use this as the fat micro hdmi adapter I was using pressed against the usb-c power connector)

    These are the only options I have set in config.txt (audio and video on second hdmi port 1 work fine in emulation station)

    framebuffer_priority=7 # OVERCLOCK SETTINGS arm_freq=1800 # CPU Frequency gpu_freq=600 # GPU Frequency over_voltage=2 # Electric power sent to CPU / GPU (4 = 1.3V) dtparam=audio=on # Enable DRM VC4 V3D driver on top of the dispmanx display stack dtoverlay=vc4-fkms-v3d max_framebuffers=2
  • 0 Votes
    1 Posts
    166 Views
    No one has replied
  • 0 Votes
    2 Posts
    465 Views
    mituM

    You can use a similar solution to the one in this post, where the requirement was to have the Pause function being triggered without a hotkey.

  • PC Engine - US Games Loading to Black Screen

    11
    0 Votes
    11 Posts
    1k Views
    UnknownU

    @bberlin1 unfortunately you probably will have to

  • Scraped Metadata not "sticking"

    4
    0 Votes
    4 Posts
    752 Views
    jamrom2J

    @billydent no problem. Glad I could help.

  • [solved] Help start game with bash script

    5
    0 Votes
    5 Posts
    819 Views
    T

    OK I solved the issue by using wmctrl instead of xdotool:

    #!/bin/bash wine start /unix "/home/tar/Applications/flashpoint/FPSoftware/Flash/flashplayer_32_sa.exe" /home/tar/Retropie/roms/flash/FPAWorld1_07a.swf && antimicro --tray --profile /home/tar/RetroPie/fancypants.gamecontroller.amgp & sleep 2 && wmctrl -r 'Adobe Flash Player 32' -b toggle,fullscreen & sleep 2 && wmctrl -r 'Adobe Flash Player 32' -b add,above

    @mitu Thanks for your help

  • lr-mame , how do you find out romset used?

    3
    0 Votes
    3 Posts
    328 Views
    L

    @dankcushions
    thanks, I need to start wrapping my head around github at some point

  • Linux mint + retropie asking password to run/play games

    Moved
    3
    0 Votes
    3 Posts
    497 Views
    D

    I already fix it:

    https://mintguide.org/other/355-how-to-make-sudo-without-a-password-on-linux-mint.html/amp

    I just don't know way works great and after some update or something like that that starts to ask password...

    Works nice!

  • Help batch running arcade games

    40
    0 Votes
    40 Posts
    7k Views
    B

    @luckyluca said in Help batch running arcade games:

    what is the difference between .fs and .nv files in the roms/arcade/fbneo folder?

    Basically the same thing (non-volatile ram to save cabinet settings), just different methods to save them.

  • Why does EmulationStation keep screwing up my box shots?

    2
    0 Votes
    2 Posts
    496 Views
    mituM

    It's a resize issue, I think it's fixed in the development branch of EmulationStation. You can install the dev branch from the experimental section of the packages, it's called emulationstation-dev.

  • Losing controller config

    13
    0 Votes
    13 Posts
    6k Views
    ClydeC

    @x8xid82 The user is unlikely to notice it, since their profile shows the last login in October 2016 (I reflexively check that for old posts). But still a nice gesture. 🙂

  • 0 Votes
    5 Posts
    3k Views
    D

    @lolkthxbai just got this message as well. I have sound before EmulationStation boot in my video splash but nothing after that. Not in the previews and not in retroarch

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.