Forum Replies Created
-
AuthorPosts
-
petrockblog
Keymasterthe joy2key feature currently uses the first axis on the joypad – so dpad on some, and on others it might be an analog stick. It works on my xbox and ibuffalo controllers at least.
petrockblog
KeymasterTO be on a safer side you can add a 220R resistor. However, it is not absolutely needed from what I have experiences so far.
The current revision of the ControlBlock does not come with a series resistor for the LED, but this will change with an upcoming revision.petrockblog
Keymasteralternatively you could comment out the joy2key lines so it ignored joystick input.
changes like this would get overwritten when updating – I do plan at some point to use the ES configured controls for the joy2key functionality.
Are you using the ps3controller driver ? That has the accelerometer disabled by default afair.
petrockblog
KeymasterThere is a compatibility list on the wiki – you might need to switch emulator/rendering driver etc.
petrockblog
Keymasteryou can choose whatever mapping you want. You can have player 1 start as the up control if you wanted.
Map what feels comfortable – you can remap per emulator on top if needed (https://www.youtube.com/watch?v=liJKFUZX4PM) – you can see on the retropie wiki for each system how the retroarch buttons map to each controller to work out what might be best for your xarcade stick.
petrockblog
Keymasterits already fixed – update the emulator from menu 5 in retropie-setup.
petrockblog
Keymastercan be done from retropie-setup
petrockblog
Keymasternot 100% sure what you are asking – you need to know xarcade mapping ? it should be in the manual etc
petrockblog
Keymasterthe default emulator should run at full speed on a model B
Please try:
a) overclock to at least “medium”
b) turn on threaded_video as described in the link below.
Shaders make the emulation very slow [Retropie v3.00 Final RPi2]
petrockblog
Keymasterothers have reported it solves it for them. so dont know. maybe another problem ?
petrockblog
Keymaster1. depends on how many files / games you want to put on it
2. yes
3. which standard 1a psu ? The one on their website is 2a – http://swag.raspberrypi.org/products/raspberry-pi-universal-power-supply you will need a 2a PSU for reliable working / and to use USB peripheralspetrockblog
Keymasterdid you do the other things i mentioned – removing usbmount ?
petrockblog
KeymasterIt’s easier to understand if you don’t abbreviate words like “you”. I’m too old to appreciate/understand txtspk.. :)
Change the last 2 to a 3 in fstab in the line starting with UUID=45885bbb-3164-4d6d-9a0e-809b428475c2 (or change it to a 0 to skip the filesysten check).
“man fstab” to learn more about these numbers.
And also make sure the usbmount daemon is not enabled as mentioned earlier (apt-get remove it)
petrockblog
Keymasterfstab is not complete – you should have more than 1 line in /etc/fstab
not sure what the rest of your message means but I’m saying to make sure the usbmount daemon is not running.
Are you using google translate ? :) y = you ?
petrockblog
Keymasteralso make sure you have the “USB ROM service” disabled. (can be done from retropie-setup). you might want to
sudo apt-get remove usbmount
also.petrockblog
Keymasterplayer 2 for keyboard based controllers has to be done manually – I have already explained this earlier – is anyone listening? :) [edit] actually I explained it on another thread – but just yesterday.
manually edit configs/all/retroarch.cfg and duplicate the config entries for player 2 but using “player_2” instead.
This has also been brought up multiple times – Here’s one solution https://github.com/scottnath/retropie-with-dual-x-arcades
Even if not using the solution above, you can see from it the config lines for the controllers – adjust as needed.
petrockblog
Keymasteryou should put log output between code tags on the forum for readability.
Also – that is not a complete fstab – When postting logs/configs, please post complete logs (via pastebin if they are large).
petrockblog
Keymasterhttp://serverfault.com/a/43636
Add the uid/gid of the pi user. (Probably uid=1000,gid=1000)
petrockblog
KeymasterPlease share your fix so it can be of help to anyone else who may come across this thread. thanks.
petrockblog
Keymasteryou would need to upload a log to a pastebin site and link it. logs are generated in the logs folder by date etc.
petrockblog
Keymasterwhether or not you think there is a risk, you don’t run this forum. It’s wise to be discreet when discussing things. You got that reply due to your last paragraph in the first post. I thought the same TBH.
petrockblog
Keymasterthe plaeyr 2 inputs wont show up in the retropie input config thing until they are uncommented from the config file.
petrockblog
Keymastermap the keys manually via editing configs/all/retroarch.cfg (see how player 1 is configured). you can do this from the config editor under supplementary.
petrockblog
KeymasterTry removing “send host-name = gethostname();” from /etc/dhcp/dhclient.conf
http://superuser.com/questions/556608/change-dns-name-on-raspbian-debian
petrockblog
Keymasteremulationstation doesn’t run on X – so that config file is unrelated. Emulationstation uses the Pi GPU apis directly DISPMANX / GLES (via SDL2)
It may well be that this will not be compatible with that display – you would have to speak to the vendor.
09/15/2015 at 19:03 in reply to: Emulation station does not recognize resolution from config.txt #106143petrockblog
KeymasterES won’t use the framebuffer width/height values. You could try switching to a 4:3 screenmode though.
you can pass emulationstation a
--resolution WIDTH HEIGHT
parameter to change the render resolution which might help. you would need to edit /usr/bin/emulationstation to add the parameters or make your own launch script in /usr/local/binhowever it may not position correctly on your screen, but it’s worth a try
you may have performance issue using display_rotate btw – unfortunately es has no rotation setting of its own even though retroarch etc does.
petrockblog
KeymasterPerhaps there is a problem with the latest firmware – did you see if doing
sudo apt-get update; sudo apt-get dist-upgrade
on a working raspbian wheezy to see if that breaks things also ?
petrockblog
KeymasterThere are no differences regarding retropie and raspbian wheezy in terms of this apart from overscan_scale=1 being set by retropie in /boot/config.txt and retropie image having a splashscreen on boot (which can be disabled)
you can install retropie on top of raspbian, so perhaps start with a working raspbian image and go from there ?
petrockblog
KeymasterPlease can you link me to the display you bought ?
petrockblog
Keymasterif you disable emulationstation on bootup (via retropie-setup / supplementary menu), and boot into console, does the resolution look correct ?
If not, you might want to try changing some config.txt related settings. Although I know little about this screen / hardware though and need to read up on it.
petrockblog
Keymasterif you exit out of emulationstation without launching any games, does it still do this ?
petrockblog
Keymasternot support with the default emu. the uae4arm emulator may support it (would need to check docs of this emulator). What you could do it set it to boot to a HD with whdload installed games – which will then run quicker than running games off floppy.
petrockblog
Keymasterif you are using a keyboard you may well prefer another emulator – the default is a libretro emulator designed for operating with joystick etc. switch to “fuse” and you can use a keyboard as standard.
-
AuthorPosts