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
-
how do I make the games detect the control buttons?
-
how I make a correct system initialization step by step?
thanks in advance