• Supermodel screenshot location?

    1
    0 Votes
    1 Posts
    253 Views
    No one has replied
  • 0 Votes
    3 Posts
    297 Views
    E

    @abj Will look thru these again, thank you

  • Coleco Mapping Arcade Machine-Cool CV Mapping

    3
    0 Votes
    3 Posts
    491 Views
    C

    @BAZLOCO thanks. I did this years ago and the notepad file must have been overwritten. I will run the test then later the file w mappings. Appreciate it. Once done I will take a stab at altering intellivision. Much appreciated.

  • Enable gamelist filter by default

    1
    0 Votes
    1 Posts
    294 Views
    No one has replied
  • Ports: no way to launch CGoban from EmulationStation

    4
    0 Votes
    4 Posts
    143 Views
    M

    Well, I solved the launching of CGoban thanks to the man startfluxbox like this:

    #!/bin/bash exec fluxbox & fbpid=$! sleep 1 { xsetroot -cursor_name left_ptr -fg white -bg black & /usr/games/cgoban } & wait $fbpid

    Hope It will help everybody about that kind of games with several windows.

  • Could not install libpng12-dev

    5
    0 Votes
    5 Posts
    1k Views
    mituM

    @OpossumQueen Without any context (distro/platform/package) I can't offer any advice. Why din't you start a separate topic instead of necro-bumping an old topic and add the info requested in https://retropie.org.uk/forum/topic/3/read-this-first to your question ?

  • Has anyone ever got this working?

    Moved
    1
    0 Votes
    1 Posts
    370 Views
    No one has replied
  • RetroPie-Extra help

    8
    0 Votes
    8 Posts
    2k Views
    duglorD

    Hi. I tried installing lr-applewin and this is the error i got...

    Log started at: Fri 5 Apr 08:12:40 PDT 2024

    RetroPie-Setup version: 4.7.1 (5b137bf4)
    System: rpi4 (armv7l) - Raspbian GNU/Linux 10 (buster) - Linux retropie 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/Linux

    = = = = = = = = = = = = = = = = = = = = =
    Installing dependencies for 'lr-applewin' : Apple2e emulator: AppleWin (current) port for libretro
    = = = = = = = = = = = = = = = = = = = = =

    /home/pi/RetroPie-Setup/tmp/build/lr-applewin /home/pi

    = = = = = = = = = = = = = = = = = = = = =
    Getting sources for 'lr-applewin' : Apple2e emulator: AppleWin (current) port for libretro
    = = = = = = = = = = = = = = = = = = = = =

    Already on 'master'
    Your branch is up to date with 'origin/master'.
    Already up to date.
    HEAD is now in branch 'master' at commit '129077f9870426d1b7b3a8239d8b5a50bee017b4'
    git clone --recursive --depth 1 --branch master "" ""
    fatal: repository '' does not exist
    HEAD is now in branch 'master' at commit '5b137bf44727cfa71ad2845cf792ce2a73383c10'
    sed: can't read /home/pi/RetroPie-Setup/tmp/build/lr-applewin/source/frontends/common2/gnuframe.cpp: No such file or directory
    /home/pi
    Error running 'git clone --recursive --depth 1 --branch master ' - returned 128

    Log ended at: Fri 5 Apr 08:12:42 PDT 2024
    Total running time: 0 hours, 0 mins, 2 secs

    Help! :D

  • 0 Votes
    3 Posts
    462 Views
    duglorD

    @mitu Yes retropie-extras. Ok i will.

  • NO SOUND - Raspberry Pi Zero 2W + Retroflag GPi Case

    3
    0 Votes
    3 Posts
    573 Views
    C

    @mitu

    I use this config file now and it works:

    # For more options and information see # http://rpf.io/configtxt # Some settings may impact device functionality. See link above for details # uncomment if you get no picture on HDMI for a default "safe" mode #hdmi_safe=1 # uncomment this if your display has a black border of unused pixels visible # and your display can output without overscan #disable_overscan=1 # uncomment the following to adjust overscan. Use positive numbers if console # goes off screen, and negative if there is too much border #overscan_left=16 #overscan_right=16 #overscan_top=16 #overscan_bottom=16 # uncomment to force a console size. By default it will be display's size minus # overscan. #framebuffer_width=1280 #framebuffer_height=720 # uncomment if hdmi display is not detected and composite is being output #hdmi_force_hotplug=1 # uncomment to force a specific HDMI mode (this will force VGA) #hdmi_group=1 #hdmi_mode=1 # uncomment to force a HDMI mode rather than DVI. This can make audio work in # DMT (computer monitor) modes #hdmi_drive=2 # uncomment to increase signal to HDMI, if you have interference, blanking, or # no display #config_hdmi_boost=4 # uncomment for composite PAL #sdtv_mode=2 #uncomment to overclock the arm. 700 MHz is the default. #arm_freq=800 # Uncomment some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable infrared communication. #dtoverlay=gpio-ir,gpio_pin=17 #dtoverlay=gpio-ir-tx,gpio_pin=18 # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on [pi4] # Enable DRM VC4 V3D driver on top of the dispmanx display stack dtoverlay=vc4-fkms-v3d max_framebuffers=2 [all] #dtoverlay=vc4-fkms-v3d gpu_mem_256=128 gpu_mem_512=256 gpu_mem_1024=256 overscan_scale=1 #Pi Zero 2 W GPi Config dtoverlay=audremap,pins_18_19,swap_lr display_rotate=1 dtoverlay=dpi24 overscan_left=0 overscan_right=0 overscan_top=0 overscan_bottom=0 framebuffer_width=320 framebuffer_height=240 enable_dpi_lcd=1 display_default_lcd=1 dpi_group=2 dpi_mode=87 dpi_output_format=0x6016 #hdmi_timings=320 0 28 18 28 480 0 2 2 4 0 0 0 60 0 32000000 6 hdmi_timings=240 1 38 10 20 320 1 20 4 4 0 0 0 60 0 6400000 1
  • 0 Votes
    4 Posts
    721 Views
    mituM

    @fuenlamame197303 EDIT: there's no need to post another topic with the same issue, I have merged both your topics into one.

    Please post what Raspberry PI kit you have right now, as detailed in https://retropie.org.uk/forum/topic/3/read-this-first.

    Also, post the details about the kit you have bought right now and which you intend to connect to the Pi.

  • This topic is deleted!

    0
    0 Votes
    0 Posts
    8 Views
    No one has replied
  • Wolfenstein 3d won't launch full version

    5
    0 Votes
    5 Posts
    718 Views
    mituM

    @jg1212 Yes, I'll add the order to the port page.

  • Emulation station doesn't load in Pi 5

    10
    0 Votes
    10 Posts
    3k Views
    E

    @abj Thank you, it started working now.

    Not sure what was wrong but it works :)

    Have a good day !

  • Image for pi zero w

    4
    0 Votes
    4 Posts
    552 Views
    S

    @abj Thank so much!!!

  • Atari800 colo(u)r washed out

    1
    0 Votes
    1 Posts
    260 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    1 Posts
    290 Views
    No one has replied
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    19 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.