Forum Replies Created

Viewing 35 posts - 1 through 35 (of 44 total)
  • Author
    Posts
  • in reply to: Odroid XU4 and Retropie #122497
    efraimsangil
    Participant

    Hi!

    I take two days testing the system in Android. I do not know all emulators, or kernels, or anything! I am very new to Android.

    But I am tested Retrobox TV and others alone platforms it’s working with my Xbox 360 Wireless stick.

    I think that in a few days or more… I could write my experiences with this prototype.

    in reply to: Odroid XU4 and Retropie #122437
    efraimsangil
    Participant

    For Odroid XU4, the best platform for Gaming is Android with some apps installed.

    in reply to: Retroarch save problem in Retropie 3.6 #121351
    efraimsangil
    Participant

    Ok, retroarch people has been fixed. Now, from retropie-setup download the new binary and it’s working :)

    in reply to: mupen64plus.cfg don't save changes #120676
    efraimsangil
    Participant

    Thanks a lot , I solve my problem. :)

    in reply to: Mupen64plus audio problems #117711
    efraimsangil
    Participant

    [quote=117704]normally caused by the weak CPU of the pis, i’m afraid. not much you can do beyond using the right plugin for the right game. try mupen64plus-glesn64, and if that doesn’t work try mupen64plus-rice. even then, most games will have some sort of glitches/audio/slowdown issues.

    [/quote]

    Thanks, I think that this emulator is not optimized.

    in reply to: Kodi controller support #117608
    efraimsangil
    Participant

    [quote=117607]I’m not an expert but isn’t part of your RC.local command #’d out which means it get skipped.

    Take out the # before the Xboxdrv bit?

    [/quote]

    I have two lines :) One’s commented :) Thanks, a7mag3ddon

    in reply to: Kodi controller support #117583
    efraimsangil
    Participant

    Hi!

    I am trying to use Xbox controller with Kodi but it’s doesn’t work… for now :)

    This is my rc.local:

    #!/bin/sh -e
    #
    # rc.local
    #
    # This script is executed at the end of each multiuser runlevel.
    # Make sure that the script will "exit 0" on success or any other
    # value on error.
    #
    # In order to enable or disable this script just change the execution
    # bits.
    #
    # By default this script does nothing.
    
    # xboxdrv -D i 0  --alt-config /usr/local/xboxdrv_player1.cfg --alt-config /usr/local/mouse.cfg --next-controller -i 1 --alt-config /usr/local/xboxdrv_player2.cfg --next-controller -i 2 --next-controller -i 3 --deadzone 4000 --dbus disabled &
    /opt/retropie/supplementary/xboxdrv/bin/xboxdrv –daemon –id 0 –led 2 –deadzone 4000 –silent –trigger-as-button –alt-config –mouse –next-controller –id 1 –led 3 –deadzone 4000 –silent –trigger-as-button –dbus disabled –detach-kernel-driver &
    exit 0

    And I have this files in /usr/local

    pi@retropie:/usr/local $ ls -la
    total 52
    drwxrwsr-x 10 root staff 4096 Feb 20 12:23 .
    drwxr-xr-x 10 root root  4096 Nov 21 18:50 ..
    drwxrwsr-x  2 root staff 4096 Nov 21 18:50 bin
    drwxrwsr-x  2 root staff 4096 Nov 21 18:50 etc
    drwxrwsr-x  2 root staff 4096 Nov 21 18:50 games
    drwxrwsr-x  2 root staff 4096 Nov 21 18:50 include
    drwxrwsr-x  4 root staff 4096 Feb  5 11:41 lib
    lrwxrwxrwx  1 root staff    9 Nov 21 18:50 man -> share/man
    -rwxr-xr--  1 pi   pi     470 Feb 20 12:23 mouse.cfg
    drwxrwsr-x  2 root staff 4096 Nov 21 18:50 sbin
    drwxrwsr-x  7 root staff 4096 Dec 16 01:16 share
    drwxrwsr-x  2 root staff 4096 Nov 21 18:50 src
    -rwxr-xr--  1 pi   pi     364 Feb 20 12:22 xboxdrv_player1.cfg
    -rwxr-xr--  1 pi   pi     397 Feb 20 12:23 xboxdrv_player2.cfg
    

    What’s I’m doing wrong?

    Regards

    in reply to: Retropie on Odroid XU4 #115926
    efraimsangil
    Participant

    First…

    odroid@odroid:~/RetroPie-Setup$ sudo ./retropie_setup.sh 
    [sudo] password for odroid: 
    Unknown platform - please manually set the __platform variable to one of the following: armv7-mali generic-x11 odroid-c1 rpi1 rpi2 x86

    So… I am added this lines in system.sh:

                ODROID-XU3)
                    __platform="odroid-c1"
                    ;;
                *)

    More problems…

    = = = = = = = = = = = = = = = = = = = = =
    Installing dependencies for 'sdl2' : SDL (Simple DirectMedia Layer) v2.x
    = = = = = = = = = = = = = = = = = = = = =
    
    Did not find needed package(s): devscripts libxss-dev mali-fbdev.
    in reply to: Retropie on Odroid XU4 #115922
    efraimsangil
    Participant

    [quote=115914]https://github.com/retropie/RetroPie-Setup/wiki/Odroid[/quote]

    Thanks, I am going to try your notes :)

    in reply to: Retropie on Odroid XU4 #115906
    efraimsangil
    Participant

    Hmmm, I going to try same steps with this version of ubuntu:

    http://odroid.in/ubuntu_14.04lts/

    in reply to: Retropie on Odroid XU4 #115901
    efraimsangil
    Participant

    Well, I try:

    xinit xclock

    And works perfectly… So… I don’t know what’s the next step… :-/

    in reply to: Retropie on Odroid XU4 #115866
    efraimsangil
    Participant

    [quote=115850]You CAN install X11 and launch EmulationStation with xinit emulationstation i use this command to launch Attract Mode, wich require Xorg, from EmulationStation in Retropie on Raspberry pi 2.

    [/quote]

    I try with other distribution…

    ODROID-GameStation-Turbo-3.1-RC2-20150920-XU3-Jessie.img

    I make some changes to prevent start X11:

    root@gamestation-turbo:~# cat /etc/X11/default-display-manager 
    # /usr/sbin/lightdm

    And changes in inittab

    # /etc/inittab: init(8) configuration.
    # $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
    
    # The default runlevel.
    id:2:initdefault:

    Then I try with:

    xinit emulationstation

    And the results:

    X.Org X Server 1.16.4
    Release Date: 2014-12-20
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.16.0-0.bpo.4-armmp-lpae armv7l Debian
    Current Operating System: Linux gamestation-turbo 3.10.82+ #29 SMP PREEMPT Sun Oct 4 11:37:23 CEST 2015 armv7l
    Kernel command line: coherent_pool=2M console=tty1 console=ttySAC2,115200n8 root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait ro fsck.repair=yes smsc95xx.macaddr=00:1e:06:61:7a:88 governor=performance hdmi_tx_amp_lvl=31 hdmi_tx_lvl_ch0=3 hdmi_tx_lvl_ch1=3 hdmi_tx_lvl_ch2=3 hdmi_tx_emp_lvl=6 hdmi_clk_amp_lvl=31 hdmi_tx_res=0 HPD=true
    Build Date: 11 February 2015  01:18:06AM
    xorg-server 2:1.16.4-1 (http://www.debian.org/support) 
    Current version of pixman: 0.32.6
    	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb  1 15:04:31 2016
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    xinit: connection to X server lost
    
    waiting for X server to shut down (EE) Server terminated successfully (0). Closing log file.

    I don’t have a lot of knowlegde of Linux… but… I read a lot and I try everything to learn.

    in reply to: Retropie on Odroid XU4 #115857
    efraimsangil
    Participant

    [quote=115856]What linux distro? May be you need to install the mali driver…

    [/quote]

    Debian-Jessie-1.0-RC2-20151123-XU3.img

    Downloaded from: http://forum.odroid.com/viewtopic.php?f=96&t=17542

    in reply to: Retropie on Odroid XU4 #115855
    efraimsangil
    Participant

    Ops! Problems…

    lvl0: 	Error initializing SDL!
    	No available video device
    lvl0: 	Renderer failed to initialize!
    lvl0: 	Window failed to initialize!
    

    Now, I need study how to fix that.

    in reply to: Retropie on Odroid XU4 #115851
    efraimsangil
    Participant

    Hmmm I try, yes, thanks devil78. Now I am compiling ES…

    in reply to: Retropie on Odroid XU4 #115849
    efraimsangil
    Participant

    Yes, I am agree with you, Buzz. In odroid forum, the users are using EmulationStation under X11 but I think that this solution it’s not better. I think the better option it’s run Retropie without X11 because… –> Best performance :)

    I’ll make more testing :)

    in reply to: Retropie on Odroid XU4 #115797
    efraimsangil
    Participant

    It doesn’t work… there exists a lot of errors…

    = = = = = = = = = = = = = = = = = = = = =
    Installing dependencies for 'retroarch' : RetroArch
    = = = = = = = = = = = = = = = = = = = = =
    
    Did not find needed package(s): libudev-dev libxkbcommon-dev libsdl2-dev mali-fbdev libusb-1.0-0-dev. I am trying to install them now.
    
    = = = = = = = = = = = = = = = = = = = = =
    Installing dependencies for 'sdl2' : SDL (Simple DirectMedia Layer) v2.x
    = = = = = = = = = = = = = = = = = = = = =
    
    Did not find needed package(s): devscripts debhelper dh-autoreconf libudev-dev libdbus-1-dev mali-fbdev. I am trying to install them now.
    Reading package lists...
    Building dependency tree...
    Reading state information...
    E: Unable to locate package mali-fbdev
    Could not install package(s): devscripts debhelper dh-autoreconf libudev-dev libdbus-1-dev mali-fbdev.
    Reading package lists...
    Building dependency tree...
    Reading state information...
    E: Unable to locate package mali-fbdev
    Could not install package(s): libudev-dev libxkbcommon-dev mali-fbdev libusb-1.0-0-dev.

    Ok… now… find how to fix it :)

    in reply to: Retropie on Odroid XU4 #115774
    efraimsangil
    Participant

    Hi!

    I have ODROID XU4 too and I am very interested to have Retropie with emulationStation :)

    I will try the gizmo98 suggestion :)

    Regards

    efraimsangil
    Participant

    Nice work!!! :)

    in reply to: GUI in PiFBA? #115290
    efraimsangil
    Participant

    In PIFBA you must modify C code and compile again.

    efraimsangil
    Participant

    I am agree with you, Dankcushions.

    in reply to: Game & Watch emulator #113796
    efraimsangil
    Participant

    Ops! I’m so sorry. :-/

    in reply to: Game & Watch emulator #113767
    efraimsangil
    Participant

    removed

    efraimsangil
    Participant

    Congrats for your amazing article :)

    efraimsangil
    Participant

    Jejejeje, yes!!!

    pi@retropie ~ $ jstest /dev/input/js0
    Driver version is 2.1.0.
    Joystick (GPIO Controller 1) has 2 axes (X, Y)
    and 9 buttons (BtnX, BtnY, BtnTL, BtnTR, BtnTR2, BtnSelect, BtnThumbL, BtnThumbR, ?).
    Testing ... (interrupt to exit)
    Axes:  0:     0  1:     0 Buttons:  0:off  1:off  2:off  3:off  4:off  5:off  6:off  7:off  8:off
    

    You are great! :) Thanks a lot.

    efraimsangil
    Participant

    I follow the Manual Installation Steps and work perfectly but when I test de joystick with ‘jstest /dev/input/js0’ only appear 8 buttons, no HK:

    Driver version is 2.1.0.
    Joystick (GPIO Controller 1) has 2 axes (X, Y)
    and 8 buttons (BtnX, BtnY, BtnTL, BtnTR, BtnTR2, BtnSelect, BtnThumbL, BtnThumbR).
    Testing ... (interrupt to exit)
    Axes:  0:     0  1:     0 Buttons:  0:off  1:off  2:off  3:off  4:off  5:off  6:off  7:off
    

    I’m using button 6 for START and 7 for CREDITS (SELECT).

    efraimsangil
    Participant

    Ok, I see this link, I say the file is updated 12 days ago.

    https://github.com/recalbox/mk_arcade_joystick_rpi/blob/master/mk_arcade_joystick_rpi.c

    Your link the file is 4 months ago.

    I don’t understand… Whos is the good repository? :)

    efraimsangil
    Participant

    I am checked the source code of mk_arcade_joystick_rpi and it doesn’t exist 9 buttons:

    // Map of the gpios :                     up, down, left, right, start, select, a,  b,  tr, y,  x,  tl
    static const int mk_arcade_gpio_maps[] = {4,  17,    27,  22,    10,    9,      25, 24, 23, 18, 15, 14 };

    Recalbox distribution is using an earlier version that exist in github :-/

    in reply to: HDMI Sound Problem #110346
    efraimsangil
    Participant

    Ohhhh, I am stupid. I forget check this propertie in config.txt

    Thanks a lot!!!!Now it’s working fine.

    in reply to: Update error #109534
    efraimsangil
    Participant

    Ahhhhh! Yes, I remember that! I change permisions of this file.

    The original is 644 :)

    Thanks a lot!

    in reply to: YAMSQ – Yet another Mame setup question #109493
    efraimsangil
    Participant
    in reply to: PSP Compatibility List #109233
    efraimsangil
    Participant

    Thanks a lot! :)

    in reply to: PPSSPP Won't build RPI2 3.2 #109103
    efraimsangil
    Participant

    I tried God of War- Ghost of Sparta and run very slow… :-/

    in reply to: 2 x joystick config #107950
    efraimsangil
    Participant

    Yes, always that you update Retropie with script (retropie-setup.sh), you must apply the path again :)

    in reply to: 2 x joystick config #107917
    efraimsangil
    Participant
Viewing 35 posts - 1 through 35 (of 44 total)