Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. DJMatrix-HU3
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 25
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by DJMatrix-HU3

    • RE: Can not update recalbox raspberry pi 3

      @oyyodams I checked my router, there are no problems with my network ...

      I tried the cable connection and I was not successful ..

      is there any way to update offline via pendrive or something like that?

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • RE: How to Map Joystick Buttons in fba2x ?

      Nobody anyone really know how to map fba2x to recalbox?

      This is frustrating ๐Ÿ˜ž

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • Can not update recalbox raspberry pi 3

      My raspberry is connected to the internet but in the menu updates does not show new update available

      I tried something by ssh but also did not succeed
      alt text
      my current version is 18.04.20

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • RE: RecalBox not working properly

      @jimybassy Specify make and model of your laptop maybe recalbox drivers are not compatible with it

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • RE: How to Map Joystick Buttons in fba2x ?

      @acris

      recalbox.conf

      fba2x.configfile=/recalbox/share/system/configs/fba/fba2x.cfg
      fba.configfile=/recalbox/share/system/configs/fba/fba2x.cfg

      does not work for me

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • How to Map Joystick Buttons in fba2x ?

      how to change buttons in fba2x?

      there is absolutely nothing in google about doing this in recalbox

      help?

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • how to enter text on screen using theme.xml

      how to enter text on screen using theme.xml??

      I Tried

      <view name="basic, detailed, grid">                                 <fontPath>./_art/menu.ttf</fontPath>    
      <fontSize>0.018</fontSize>
      <pos>0.48 0.98</pos>
      <textColor>FFFFFF</textColor>
      <text>MY TEXT</text>                                                                    </view>
      

      images I can add without problems .. but I can not add text .. anyone help me?

      <image name="logo2" extra="true">
      <path>./$system/system.png</path>
      <color>ffffff</color>
      <origin>0.5 0.5</origin>
      <pos>0.695 0.14</pos> <!-- logo 2 edit-->
      <maxSize>0.14 0.1</maxSize>
      </image>

      posted in Themes & Interface
      DJMatrix-HU3
      DJMatrix-HU3
    • recalbox ignores changes in gamelist.xml

      accidentally deletes my KOF rom folder from my recalbox ... however I have a backup on macbook ... when I did send the gamelist.xml recalbox simply ignores .. it seems to dont have gamelist.xml inside the folder ... What do??? do I need to clear some cache for the changes to be made?

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • SOLVED:script does not run at startup

      I do not understand why my script does not execute at initialization I've researched a lot in google without success.

      /recalbox/share/system/custom.sh:

      #!/bin/sh
      #/recalbox/share/system/custom.sh
      cd /recalbox/share/system/
      python counter.py &

      the script normally runs in terminal:

      python counter.py

      Help ???

      SOLVED:

      cd /recalbox/share/system/
      chmod u+x counter.py
      chmod u+x custom.sh

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • RE: run app with recalbox

      @paradadf said in run app with recalbox:

      @djmatrix-hu3 I hope you are aware of what you are legally entitled to do and what you arenโ€˜t.

      Yes, I'm aware
      I am not using for profit, but for statistical purposes and study..

      I made a python script that sends the numbers to my IOS app
      I could post the script, but some people may use it for illegal purposes

      alt text

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • RE: run app with recalbox

      @paradadf I want to put a MAME cabinet in a public place

      get numbers of how many people will play during the day

      alt text alt text

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • RE: run app with recalbox

      @djmatrix-hu3
      I'm using a USB joystick
      Not GPIO alt text

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • run app with recalbox

      can I initialize a debian application with recalbox?

      I want to create a counter
      to find out how many times the player presses select button
      I created a debian application that does this for me.

      if not possible
      is there a way to create a script that does this function?

      example

      if Key = Button_Select
      {
      ini.LoadFile ("counter.ini");
      ini.GetValue ("counter", "pulses", NULL);
      ini.SetValue ("counter", "pulses", "NULL + 1");
      }

      File counter.ini

      [COUNTER]
      Pulses=12

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • RE: How to align the system to display correctly on the screen

      @substring said in How to align the system to display correctly on the screen:

      @djmatrix-hu3 the overscan settings do not have an impact in every displays of the pi ... And i think that 3D rendered context is one of those things tbat don't carr about overscan ...
      The only trick left is to go in the system menu of your tv

      my tv there is no option for resolution rate

      Solution for anyone who has this type of problem:

      edit theme.xml and realign objects according to screen size

      Thank you for your support @Substring

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • RE: How to align the system to display correctly on the screen

      @substring will changing overscan settings not working for me would be a raspberry pi 3 bug?

      disable_overscan = 0
      overscan_left = 900
      overscan_right = 600
      overscan_top = 900
      overscan_bottom = 600

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • RE: How to align the system to display correctly on the screen

      @substring said in How to align the system to display correctly on the screen:

      @djmatrix-hu3 are you on a crt screen ?

      yes

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • How to align the system to display correctly on the screen

      How to align the system to display correctly on the screen?

      I tried the following settings in config.txt

      sdtv_mode=0 ( 0 ,1 ,2 , 3 )
      sdtv_aspect=3 ( 1,2,3 )

      Help??

      alt text
      alt text
      alt text

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • RE: block or change key to access the recalbox configuration menu

      @acris Thanks

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • block or change key to access the recalbox configuration menu

      I need to know how to lock the menu access button ... or change to hotkey + button ....

      is there any way to block access to the menu of a specific joystick? or simply change the button ??

      alt text

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3
    • RE: Problem Raspberry pi 3 + recalbox EXT4-fs error

      @ivwshane

      really the cards are fake that was the reason for the problem, I sent back to the seller to receive the refund .. Thanks ๐Ÿ˜„

      posted in Recalbox General
      DJMatrix-HU3
      DJMatrix-HU3