• 0 Votes
    4 Posts
    485 Views
    C

    @mitu Thanks for the reply to both of you.

    It turns out, I had set my ui settings to detailed. I switched it over to video and made sure the theme I was using supported video and... bingo. all set.

  • Duke Nukem 3D - strong video glitch in PAL mode

    2
    0 Votes
    2 Posts
    295 Views
    P

    By the way, I found the solution of this problem. You must edit ~/.config/eduke32/eduke32.cfg. You must use there ScreenMode = 0, ScreenHeight = 576 and ScreenWidth = 720 (you can play with ScreenHeight and ScreenWidth to fit the picture to the screen).

  • fsck on boot.

    Locked
    10
    0 Votes
    10 Posts
    5k Views
    mituM

    @POPEYE Please don't necro-post. Open a separate topic and if you consider the current topic to be related your question then add a link to it.

  • 0 Votes
    2 Posts
    434 Views
    L

    I ended up fixing the problem on my own.

    The issue was that Drastic and Retroarch were trying to render the resolution at 640W x 480H, which would cause squishing issues.

    By adding in:

    hdmi_cvt 480 640 60

    Into the config.txt, I was able to give drastic another resolution to render at, solving the issue. For retroarch, I made the auto fullscreens resolution the 480W x 640H that the display was native to, which also solved the squishing.

  • Kodi- Youtube- video not playing

    Locked
    10
    0 Votes
    10 Posts
    2k Views
    S

    @Rascas My version of Kodi is 1.87. But YouTube is still not working. What should I do?

  • Raspi-Config Resolution Options Not Saving

    2
    0 Votes
    2 Posts
    398 Views
    T

    @tp3107 apologies, I have now fixed this through trial and error. Believe there was an override somewhere along the line.

  • 0 Votes
    2 Posts
    291 Views
    mituM

    RetroPie just packages RetroArch - you may want to report to the upstream project. You should add a way to reproduce the issue without relying on a specific device, so that any developer familiar with RetroArch's input system may be able to analyze and maybe fix your issue.

  • 0 Votes
    2 Posts
    357 Views
    A

    This one is fixed now.

    Did a chkdsk on Windows and repaired the drive.

    All working now.

  • 0 Votes
    6 Posts
    797 Views
    mituM

    @pibell90 said in A new resoloution option should be added to raspi-config:

    @pibell90 Yeah I don't think that 720x480 has a DMT mode, so is there anyway to bypass that altogether?

    You can create a custom video mode - see https://forums.raspberrypi.com/viewtopic.php?t=24679, which is aimerd specifically at this kind of scenarios.

  • Retroarch no Core installer

    4
    0 Votes
    4 Posts
    2k Views
    mituM

    @CobraDesign47 said in Retroarch no Core installer:

    . Could someone help?

    RetroPie doesn't have a 'standard' RetroArch installation w.r.t. cores. Cores are managed manually from RetroPie setup and they're automatically set to be started depending on the system where the ROM/game is located. You don't need to start RetroArch and then open a core/content like you'd normalluy do on a bare RetroArch installation, instead you launch the game/ROM directly from EmulationStation.

    As for the original question - did you configure your keyboard in EmulationStation - as an input/controller ? It should automatically configure the keyboard for RetroArch also.

  • 0 Votes
    2 Posts
    831 Views
    J

    @jdoc I reached out to Xarcade, and this was their response:

    Hi John,

    Thank you for your interest in our Tankstick Max.

    To address the issue with the trackball/spinner for Raspberry Pi, we have two solutions:

    Custom Script: We have designed a custom script specifically for switching in the Raspberry Pi system. You can find the details here:
    I've attached the instructions for installing and using the spinner/trackball switching script on your RetroPie system. This document will guide you through setting up the script and provide details on how to utilize it effectively.

    Trackball/Spinner Mixing Adapter: We are releasing a trackball/spinner mixing adapter that combines both the spinner and trackball into a single device. This will resolve the issue for Raspberry Pi users. The adapter will be available at a low cost and ready for purchase in 1-2 months.

    I hope this helps!

    Best regards,

    Xgaming Support

    From the attached PDF:

    INSTALLATION INSTRUCTIONS

    AUTOMATIC INSTALLATION
    From terminal (press [F4] from EmulationStation to enter terminal) or, using SSH, enter the following
    commands EXACTLY as they appear:
    • cd
    • wget https://downloads.sourceforge.net/project/build-a-cade/xarcade.sh
    • chmod +x xarcade.sh
    • sudo ./xarcade.sh
    When the installation completes, you will be prompted to cleanup installation files (optional) and to
    reboot for changes to take effect.
    After the system is reloaded, load a game of your choice. Ensure the correct device (SPINNER or
    TRACKBALL) is active for the game. If not, press the RED BUTTON and then reload the game (exit with
    HOTKEY+START). After reloading, the correct device should be active. The current device remains active
    until the RED BUTTON is pressed, which switches input to the OTHER device. MANUAL INSTALLATION
    From terminal (press [F4] from EmulationStation to enter terminal) or, using SSH, enter the following
    commands EXACTLY as they appear:
    • cd
    • sudo apt update
    • sudo apt-get install python3-pip
    • sudo pip3 install evdev
    • wget https://downloads.sourceforge.net/project/build-a-cade/switchmouse.py
    • wget https://downloads.sourceforge.net/project/build-a-cade/red-button.sh
    • chmod +x red-button.sh
    • sed -i '1i sudo python3 /home/pi/switchmouse.py &' /opt/retropie/configs/all/autostart.sh
    • sudo reboot
    USAGE INSTRUCTIONS
    After installation and reboot, pressing the red button on the X-Arcade Tankstick MAX changes the
    input_player1_mouse_index in retroarch.cfg for the ARCADE system. Changes to the file are made
    instantly, but, if pressed while a game is running, the newly selected mouse won’t be active until the
    game is reloaded.
    To disable or reenable this feature, exit emulationstation by pressing [F4] on the keyboard, and enter the
    following command: sudo ./red-button.sh
    FILE DESCRIPTIONS
    xarcade.sh
    This Bash script automates the installation process for setting up X-Arcade switchmouse.py, a script used
    for changing the active mouse device in Retroarch between a Spinner and a Trackball using the RED
    button on the X-Arcade Tankstick MAX. Here's a breakdown of what the script does: Download Script: Downloads the switchmouse.py script and red-button.sh script from a
    specified URL. Update System Files: Updates the system's package lists to ensure it has the latest information
    about available packages. Install Dependencies: Installs necessary dependencies for running the switchmouse.py script,
    including python3-pip and evdev. Modify autostart.sh: Checks if the line sudo python3 /home/pi/switchmouse.py & is already
    present in the autostart.sh file. If not, it adds this line to the beginning of the file. Set File Ownership: Changes ownership of files to ensure they are owned by the user pi. Cleanup Installation Files: Offers the option to remove the installation files (xarcade.sh, which is
    the current script being executed) after installation. If the user chooses not to remove it, informs
    where the script is stored for manual deletion. Prompt for Reboot: Asks the user if they want to reboot the system to apply changes. If the user
    agrees, initiates a reboot; otherwise, informs the user that changes will take effect on the next
    reboot.
    Additionally, the script provides information on how to disable or enable the feature in the future by
    running sudo ./red-button.sh from the terminal.
    This script automates the setup process, making it easier for users to configure their systems for using X-
    Arcade switchmouse.py functionality.
    switchmouse.py Change Mouse Input for Retroarch: This script is designed to change the
    input_player1_mouse_index configuration in Retroarch between a Spinner and a Trackball using
    the RED button on the X-Arcade Tankstick MAX (middle mouse button). Create Configuration File: The script checks for the existence of the Retroarch configuration file
    (retroarch.cfg) in /opt/retropie/configs/arcade/. If the file doesn't exist, it creates it and sets
    the default value for input_player1_mouse_index. Find Next Mouse Device: It finds the next available Tankstick MAX mouse device in the system.
    This is done by looking for devices with the identifier "1241_1111" in the /dev/input/by-id/
    directory. Update Configuration File: The script updates the retroarch.cfg file with the index of the next
    mouse device found. It modifies the input_player1_mouse_index configuration line accordingly. Find Middle Mouse Button Event Device: It searches for the event device corresponding to the
    middle mouse button on the X-Arcade Tankstick MAX. This is done by scanning the /dev/input/
    directory for devices that support the middle mouse button event. Main Function: The main function of the script continuously monitors events from the middle
    mouse button device. When the middle mouse button is pressed, it triggers the process to
    switch to the next available mouse device and updates the Retroarch configuration file
    accordingly.
    Overall, this script automates the process of switching between Spinner and Trackball inputs in Retroarch
    using the middle mouse button on the X-Arcade Tankstick MAX, providing a convenient way for users to
    toggle between these input devices during gameplay.
    red-button.sh
    This Bash script automates the process of enabling or disabling mouse switching functionality using the
    red button the X-Arcade Tankstick MAX. Here's what the script accomplishes: Check Current Status: The script checks if the line sudo python3 /home/pi/switchmouse.py is
    present in the autostart.sh file located at /opt/retropie/configs/all/autostart.sh. This line
    initiates the functionality responsible for toggling between different mouse inputs. Toggle Functionality: If the line is found, indicating that mouse switching is currently enabled,
    the script prompts the user to confirm whether they want to disable it. Conversely, if the line is
    not found, indicating that mouse switching is disabled, it prompts the user to enable it. Update autostart.sh: Depending on the user's response, the script either removes or adds the
    line responsible for mouse switching to the autostart.sh file. This modification is performed
    using sed commands. Reboot Prompt: If any changes are made to the autostart.sh file, indicating a modification in
    mouse switching status, the script prompts the user to reboot the system for the changes to take
    effect. It ensures that the user's response is validated and provides appropriate feedback. Feedback: If no changes are made, the script informs the user that no modifications were
    performed.
    This script streamlines the process of managing mouse switching functionality, providing users with a
    convenient way to enable or disable this feature using the red button on their X-Arcade Tankstick MAX,
    with clear prompts and feedback throughout the process.
  • Kodi version is out-of-date

    4
    0 Votes
    4 Posts
    1k Views
  • retropie on USB

    2
    0 Votes
    2 Posts
    370 Views
    mituM

    If you can install RaspiOS on that partition and have it working, then you can install RetroPie (manually) over it. Using the Raspberry Pi image provided is not going to work to install RetroPie just for a partition.

  • Feature Request: Addition of Mupen64Plus GLide64MK2.

    1
    0 Votes
    1 Posts
    269 Views
    No one has replied
  • A Pi 5 Question

    3
    0 Votes
    3 Posts
    585 Views
    M

    @ExarKunIv That's what I figured. Thank you for the reply & link.

  • Can't run eduke32 on Raspberry pi 5 and Retropie 4.8.7

    1
    0 Votes
    1 Posts
    331 Views
    No one has replied
  • Can't run eduke32 (RPI 1B, RetroPie 4.8)

    Locked
    4
    0 Votes
    4 Posts
    454 Views
    mituM

    This is a 2 years old topic, please stop necro-posting.

    @shift support for the PI5 is still developed and some things may not work at this time. Post your logs in the PI5 topic please.

  • How to remove not fully installed package?

    2
    0 Votes
    2 Posts
    588 Views
    mituM

    Please add some info about your setup (like detailed in https://retropie.org.uk/forum/topic/3/read-this-first) when opening a support topic.

    You can uninstall the .deb package manually, but to skip the post-install/post-remove scripts, look for the /var/lib/dpkg/info/<package-name>.postrm or /var/lib/dpkg/info/<package-name>.postinst files and remove them before manually removing the .deb package.

  • Emulationstation custom collection rom names

    7
    0 Votes
    7 Posts
    2k Views
    mituM

    Looking at the code, it seems the removal of any (extra) text from the game names is intentional and not a bug, probably to eliminate confusion when the system name is appended.
    So if the game is named "Street Figther II' (World)", then in the collection it would be displayed (by default) as "Street Figther II' (arcade)" instead of "Street Figther II' (World) (arcade)". With the Show System Name in Collections option disabled, the game is displayed as "Street Figther II' (World)", since there's no additional (arcade) suffix to be displayed.

  • problem with audio in retropie

    6
    0 Votes
    6 Posts
    1k Views
    mituM

    @zipino82 Yes, I can see it, thank you. Please also provide the rest of the info requested.

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.