• How Can I Send OMX Player To Background?

    8
    0 Votes
    8 Posts
    2k Views
    A

    @mitu said in How Can I Send OMX Player To Background?:

    @AlphaBetaPie said in How Can I Send OMX Player To Background?:

    Can anyone direct on this?

    Yes, it's not possible, since the layer parameter is set by EmulationStation internally and you can't modify it directly or configure it. The documentation in the topic you referenced is still correct.

    Thanks, that's what I suspected. Fortunately, I found a workaround by using the default player and turning off power saving mode (which was the culprit, in this thread). Just an FYI for others finding this thread later.

  • Sometimes My Videos Freeze

    6
    0 Votes
    6 Posts
    775 Views
    A

    @sleve_mcdichael said in Sometimes My Videos Freeze:

    @AlphaBetaPie said in Sometimes My Videos Freeze:

    Update Again:

    I know I'm just kinda talking out loud now, but I may have narrowed down another fix without having to switch to OMX player. It would appear that turning power saving mode off can also allow the default video player to work without freezing.

    Anyone care to give insights into this? I'm curious as to why and how it's affecting it. I have flipped it off and on several times, and the issue goes and comes with those tests.

    Power saving disables redndering of redundant frames after the description or title has scrolled once (or, instantly, or never):

    https://github.com/RetroPie/EmulationStation/pull/172

    Is that when the freeze occurs?

    This seems exactly right. I just never noticed the correlation between the description scrolling and the freeze. After it scrolls once, that is pretty much when the video freezes each time (can vary, but ballpark). This is why it would seem turn ing PS mode off stops this. So very good info!

    I will say this line seems to conflict with what we already know: "PS is disabled while running Videos through VLC." If you have to turn OMX on, wouldn't VLC be the video player by default? And we know it does not disable the freezing unless we manualy turn it off. But other than that, it seems all good now!

  • 1 Votes
    9 Posts
    16k Views
    mituM

    @GoshGeeGolly Please don't bump old topics. Open a separate topic describing your issue and provide the info requested in https://retropie.org.uk/forum/topic/3/read-this-first

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Are there any file readers in the repos?

    6
    0 Votes
    6 Posts
    638 Views
    E

    @IanDaemon I actually tried to use the same method for an image viewer. The problem was that the ones I have tested needed an X11 system to work. And this is not available on a fresh installation. I wonder if and how it would work when the RPOS desktop is installed. But I'm not the one who will try it. Still have to finish some other projects. :)

  • MAME Player Two Controls Not Working Except for Start and Select

    2
    0 Votes
    2 Posts
    426 Views
    S

    @Bushmeister Frogger and Pac-Man (and many others) only had one set of controls; there was no need to install a second set of hardware, since the players take turns anyway. As far as the game is concerned, there aren't any "player 2" inputs except for the second coin slot and the 2-player start button (select and start on the second controller.)

    You could remap this so that both sides control "player 1" (except for start button of course) and you can even make it only for these games so that 2p simultaneous still works on other titles -- the only catch is, they will both be always active so you have to trust the other person not to interfere when it's your turn.

  • ingame save from gb pokemon red lost

    2
    0 Votes
    2 Posts
    319 Views
    windgW

    Maybe is possible. I have recover saves that i delete accidentally, i use the free open source program Testdisk. I install it on Raspberry Pi Os with the command

    sudo apt install testdisk
  • [Solved] Good cli text reader?

    7
    0 Votes
    7 Posts
    2k Views
    E

    I tinkered around a bit more and got rid of the extra script by moving the commands completly in the es_systems file. Here is the full entry, if anybody wants to add it themself. Just don't forget to create the docs directory in the roms folder. Also remember, that this is probably not well supported by themes.

    <system> <name>docs</name> <fullname>Documents</fullname> <path>/home/pi/RetroPie/roms/docs</path> <extension>.txt .TXT</extension> <command>/opt/retropie/admin/joy2key/joy2key start; whiptail --clear --scrolltext --msgbox "$(cat "%ROM%")" $(stty size); /opt/retropie/admin/joy2key/joy2key stop</command> <theme>docs</theme> </system>
  • Nintendo DS games fail with drastic

    1
    0 Votes
    1 Posts
    432 Views
    No one has replied
  • [Solved]RPi3 B+ don't boot after new install

    8
    0 Votes
    8 Posts
    1k Views
    Q

    Searching for some new game pad I remember that mine's has X-imput and D-imput capabilities. As standard comes in X-imput, and it works fine in previous versions of Retropie, now I'm on 4.8, but now I have issues with it and tried to change to D-imput and, it works!!! I don't know why but it works.

    Maybe this information will be appreciated by some, one.

  • Stop "Port Notifications" when starting a game...

    7
    0 Votes
    7 Posts
    1k Views
    G

    @dankcushions...I understand. Thank you for your time!

  • RetroFlag with CM4 no audio

    22
    0 Votes
    22 Posts
    3k Views
    R

    @EctoOne

    Oh yeah. Will do. Thank you!

  • 0 Votes
    2 Posts
    465 Views
    vic-viper-001V

    @vic-viper-001 Well, now I feel like a complete moron. All I needed to do was re-install LzDoom, and overwrite the new lzdoom.ini with my old one.
    Everything works again like it's supposed to.

  • XBox 360 Receiver Adapter Compatibility

    1
    0 Votes
    1 Posts
    277 Views
    No one has replied
  • 3.5 inch lcd screen issue

    1
    0 Votes
    1 Posts
    195 Views
    No one has replied
  • Arkanoid high score save issues

    1
    0 Votes
    1 Posts
    216 Views
    No one has replied
  • 0 Votes
    6 Posts
    1k Views
    lostlessL

    @AkatoshTheGreat also it is fixable in mame via mames menus, but if you want to add other emulators, you will have issues as they expect a different device for each player. Unless you plan only using 1 player.

  • Supplement Joystick with Keyboard

    2
    0 Votes
    2 Posts
    344 Views
    S

    It should already have these defaults:

    Arrow keys = D-pad
    ZXASQW = BAYXLR
    RShift = Select
    Enter = Start

    You can add additional binds in /opt/retropie/configs/all/retroarch.cfg:

    input_player1_b = "z" input_player1_a = "x" input_player1_y = "a" input_player1_x = "s" input_player1_start = "enter" input_player1_select = "rshift" input_player1_l = "q" input_player1_r = "w" input_player1_left = "left" input_player1_right = "right" input_player1_up = "up" input_player1_down = "down" # input_player1_l2 = # input_player1_r2 = # input_player1_l3 = # input_player1_r3 = # input_player1_l_x_plus = # input_player1_l_x_minus = # input_player1_l_y_plus = # input_player1_l_y_minus = # input_player1_r_x_plus = # input_player1_r_x_minus = # input_player1_r_y_plus = # input_player1_r_y_minus =

    This works in conjunction with the gamepad. Right now I am playing Double Dragon (arcade, ddragonw.zip under lr-fbneo) using the d-pad to walk around and the keyboard to punch and kick.

  • Retroflag GPI Case 2 Dock Controller

    1
    1 Votes
    1 Posts
    610 Views
    No one has replied
  • 0 Votes
    8 Posts
    1k Views
    windgW

    @dawc21 said in PS3 Clone Controller is recognized however 2 buttons are not recognized:

    @windg

    Thank-you for sharing this information. What is the path so that it changes globally? I can find these configurations in a few different places...

    The path I think it is :

    /opt/retropie/configs/all/retroarch/autoconfig

    Yes this the path for the file, this is what i change too.

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.