Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. lrodri
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    lrodri

    @lrodri

    0
    Reputation
    117
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lrodri Unfollow Follow

    Latest posts made by lrodri

    • install recalbox in chroot

      hello

      I installed Recallbox in Debian x86_64, inside a chroot environment with this script:

      partx -v -a recalbox.img
      fdisk -l
      # mount second image partition
      mount /dev/loop0p2 /mnt
      ls /mnt
      cd /mnt
      mount -t proc proc proc/
      mount --rbind /sys sys/
      mount --rbind /dev dev/
      chroot /mnt /bin/bash
      export DISPLAY=:0
      emulationstation

      In host machine previusly ran this command

      xhost +local:

      emulationstation not started correctly because config files not find it.

      Then,

      cp -r /recalbox/share_init/* /recalbox/share/

      now configure the control all ok, but when I lauch a game and press start, the button but not work.

      I have two questions

      1. how do I make the games detect the control buttons?

      2. how I make a correct system initialization step by step?

      thanks in advance

      posted in Recalbox General
      lrodri
      lrodri