Homepage Forums Search Search Results for 'dual'

Viewing 35 results - 36 through 70 (of 888 total)
  • Author
    Search Results
  • Dinofly
    Participant

    OK problem solved.
    The udev configuration should use the name that “evtest” outputs. evtest is not installed by default, so i just apt-get install evtest to get it.

    I fixed the rule like this:
    ATTRS{name}=="D_R_M JUYAO Dual Arcade",ACTION=="add",MODE="0666",ENV{ID_INPUT_TABLET}="0",ENV{ID_INPUT_JOYSTICK}="1"

    And i added a “usbquirks” item to the /boot/cmdline.txt file (at the end of the existing line, not on a new line!) :
    usbhid.quirks=0x314:0x326:0x040

    #120407
    smithers
    Participant

    [quote=120404]Not trying to be an ass, but will there be a triple boot image for RP3 also? :) I suddenly got the urge tu use the RP as a computer as well! When/if that happens, can I just copy the .Kodi folder and the PI folder to transfer all my roms, settings, bios etc? Thanks!

    [/quote]

    Haha, yes there will be. I aim to get it done this week, just a bit busy with work for a few days then I will concentrate on getting it done and out asap. Its the one that takes the most setting up so I will get the Plex build out first then work on triple boot.

    And yes – you can copy all your files from your current build, that’s not an issue and that is one of the reasons I love OpenELEC – a dedicated emebedded setup with its own filesystem. Makes it easy to work with and the added benefit of being ‘superuser’ by default means there is less worry about permissions when handling files. On the subject – I have a script that I set up to update KODI with my own build that is outside of the normal ‘Backup’ or ‘Update’ function of OpenELEC. I’m happy to share if you’d find it useful. It can be used to update from USB or from a static link on the web, so for example I create a backup of my KODI build, compress it and upload it to the web as (for example):

    http://www.mysite.com/kodi.tar.xz

    Then I have a script on my personal OpenELEC setup that I can click on named ‘Update KODI’ and it will download that file, extract it, check that the relevant files are present from the extract (and halt if they are not!), copy the existing custom keymaps I have setup for my KODI remote then proceed to delete my current setup and replace it with the downloaded setup and finally copy over my original keymap files and delete all the downloaded data that is no longer needed then reboot into my new setup. All this is done automatically for me at the click of a button and it means I can tinker with a separate OpenELEC build until I am happy with it then simply upload it to the net (using the same static link, replacing the old file) and update on my master dual boot setup and other Pi’s in the house. It also means that I don’t need to visit my mothers house every time she messes up her KODI setup (bless her!), so if it goes wrong she just has to click ‘update KODI’ at her end and it’ll fix itself automatically. Its a lot easier for me! ;)

    Well, sorry that turned into a lengthy post! I will be writing a blog on how to set up that type of script so will post a link if anyone here is interested. It may sound like a faff but it makes things a lot more easy to update, especially if you have a few builds set up yourself or for family & friends.

    All the best
    Steve

    #120324
    milas
    Participant

    RetroPie 3.6 & OpenELEC 6.0.3 DualBoot works lik’e charm on RPi 2 i installed from USB Drive without any problems. Im waiting for my Pi 3 and let known whats with it.

    #120316
    jazzman
    Participant

    [quote=120315]Just downloaded the zip file at 7pm tonight and as I type, the dual boot install is at 84%

    [/quote]

    OSMC or OpenELEC?

    #120315
    rustymg
    Participant

    Just downloaded the zip file at 7pm tonight and as I type, the dual boot install is at 84%

    #120296
    Anonymous
    Inactive

    [EDIT: Sorry, I misread your post initially and it looks like you’ve already tried some of the stuff I’ve suggested. Still, the rest should still be useful for narrowing down the problem.]

    Hi there shortbuskid, you’ve got perfect timing – I’ve just started coming to these forums again after a while away. If any of the menu options I’m saying are wrong or not there or anything, let me know as I’m away from my Pi at the moment and doing this from memory.

    First, I know it’s a hassle, but the most common cause of this not working is either file permissions or capitalisation, so double triple quadruple check those. Also, shootersf makes a very good point that I think I forgot to mention in the OP – this does only work on RetroArch based emulators.

    I don’t think your problem lies in the main RetroArch cfg file. How it works is this: First Retroarch looks at its main cfg file to get its settings. Then it looks at the one for the core it’s using – this is the one that’s in the emulator’s individual folder in the configs directory. Any settings in there take priority over the ones in the main retroarch.cfg. Then when it’s done with that, it looks for a .cfg for the individual rom it’s loading. Again, any settings in that config take priority over the ones in the other two configs. What I reckon might be happening is that for some reason it either can’t find or can’t access the cfg files for the roms you’re loading.

    Without the full details of what you’ve got running I can’t say exactly what your problem is, but there are a couple of things you might try to narrow it down. It could be because RetroPie has updated since I made this guide, and I’m not sure if its new way of working breaks something in my configs.

    First, we’re going to check whether the overlays themselves are working properly in the first place. go into your configs folder, and go into the folder for a different RetroArch emulator that you’ve got some games for. Let’s say SNES, everyone loves SNES games. Back up the retroarch.cfg file in there, then try adding the overlay lines into that one – the lines beginning “input_overlay_enable” and so on. It doesn’t matter which of your bezel cfgs you specify here, just one that you know exists.

    Save the file and try starting a SNES game. If it comes up with the overlay on it, then we know it’s not the overlays themselves. Doesn’t matter if it’s all in the wrong places or covers the game or whatever at the moment, we just need it to appear in the first place.

    If that works, scroll down.

    If it doesn’t, double check all the options you’ve got there – opacity, scale and so on. If it’s a big 1080p overlay which just has a bezel at the bottom and you’re running your emulator at a much lower resolution, the bezel could be working right but you can’t see it because it’s off the bottom of the screen. Remember, you need your retroarch render resolution to be set to “Use video output resolution” in the runcommand menu to get RetroArch to use the resolution you’ve set. You can test whether the bezel is going off the bottom of the screen by setting the scale to something like 0.25 – if that was your problem, you’ll see the bezel up in the top left corner.

    So, if your overlay works when it’s in the console’s retroarch.cfg but not when it’s in the individual rom’s .cfg file, try this. Go into the runcommand menu, and open up the option for using a specific per-game config file. If the contents of that rom’s .cfg file appear there, then RetroArch will see it and you’ll have to come back to me to try something else. If they don’t appear, try entering in the contents of the .cfg file into that box, then running it and see what happens.

    If none of this works, please feel free to come back on here and ask again. I’ve just wiped my Pi and started over and I’m just about to do the arcade games, so if I run into anything useful I’ll let you know. If you do need more help, it’d be really useful to know:

    – What model of Pi you’re using.
    – What version of RetroPie you’re using.
    – Whether it’s from a clean install or whether it’s upgraded from an earlier RetroPie.
    – Which rom and overlay you’re testing it with (assuming it’s one of the ones I made).
    – What other emulators / games you have on the system.

    The more I know, the better I can help – because knowing is half the battle ;-)

    jperezmedina
    Participant

    Hello,

    I need to buy a wireless dongle for use my dual-shock 4 with Retropie in a raspberry pi 2 B.
    Have you which model device is the better for my case ?

    Thanks

    #120242
    smithers
    Participant

    [quote=120041]Hi Steve,

    Thanks a lot for creating these multi-boot images. Greatly appreciated.

    I’m just wondering, is there any possibility to include Volumio as another OS that we can switch to?

    The current stable version is v1.55. FYI, version 2 is in beta stage.

    If this can be done, it will be an ultimate entertainment machine.

    Thanks.

    Cheers,
    YungYaw

    [/quote]

    Hi. Its on my todo list so I will certainly give it a try yes! I have never used Volumio before so not sure if it supports running script shortcuts etc. but if it does then it shouldn’t be a problem, in theory.

    [quote=120050]Amazing project! I am looking to migrate my exisitng openelec setup to this openelec/retropie dual boot. In the past I have kept all my openelec data as backup, by copying the whole “storage” partition. When I tried to do this with the dual boot sd card, I couldn’t find any kind of folder structure that was familiar to me, ie no storage and boot partitions. I know they are there somewhere, because when I ssh into openelec I can see them. However how can I access them when I connect the sd card to my laptop?

    Thank you very much

    PS: Is this openelec setup working with plexbmc?

    [/quote]

    Hmmm that is strange because the folder structure should be exactly the same aside from the storage and boot partitions will be numbered differently. Are you trying to view your SD card on a Windows machine? If so then you will only see the boot partition as that is the only ‘FAT’ formatted partition on the card. You’d need a Linux machine to view the other EXT4 partitions where the KODI data is held (or you can use a program to view and backup from within Windows).

    Plexbmc should work fine for this, however I have never tried it.

    [quote=120217]hey guys im new to this can anybody help me im trying to add my snes roms, do i add them to my sd card or to the usb drive help please

    [/quote]

    Hi.

    You add your roms onto the SD card but to do this you will need to either SSH into your Pi or use a Linux PC to transfer them directly onto the SD card. I think you can also use a memory stick and it will transfer the roms automatically for you, but I have never tried this myself (have a search through the Wiki guide and Im sure it will explain in better detail than me). Good luck!

    #120229
    djquad
    Participant

    Hey all! This might be more of a Raspbian question, but I’m curious about ways to go about streaming gameplay to a Windows PC.

    I’m a Twitch.tv broadcaster/streamer. The broadcasting software needs “sources”, whether they are webcams or individual windows such as games, Skype, a web browser, etc.. Sure I could simply use MAME on Windows and capture that, but I’d much rather have a physical arcade cabinet running RetroPie.

    Attached is a screenshot of the sources. As long as RetroPie can be “seen” on a Windows PC, that would work.

    Dinofly
    Participant

    Hi,

    I can’t get my device to work. I tried adding the udev rule and the cmdline.txt usb quirk but nothing changed.
    I wonder, what is the string that should be used in the udev rule to identify the device ? My device does not seem to have the same name than the one i see on different topics when searching Google.
    For example, its name in “lsusb” is… empty:

    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
    Bus 001 Device 004: ID 413c:1010 Dell Computer Corp.
    Bus 001 Device 005: ID 0314:0328
    Bus 001 Device 007: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
    Bus 001 Device 006: ID 413c:2110 Dell Computer Corp.

    Here is the full output of “lsusb -v”: http://pastebin.com/54jvby3W
    Notice this:

    iManufacturer           1 D_R_M
    iProduct                2 JUYAO Dual Arcade

    I’ll try with the following udev rule to match with the name of my device:
    ATTRS{name}=="JUYAO Dual Arcade",ACTION=="add",ENV{ID_INPUT_TABLET}="0",ENV{ID_INPUT_JOYSTICK}:="1"

    Edit: still no luck with this one :(
    Any idea ?

    #120168
    Anonymous
    Inactive

    Just bought a Pi3 and your YouTube videos led me here. I ordered 2x SNES style USB gamepads and can’t wait for your dualboot version. :)

    I hope you don’t hit an obstacle along the way.

    #120050
    dettol
    Participant

    Amazing project! I am looking to migrate my exisitng openelec setup to this openelec/retropie dual boot. In the past I have kept all my openelec data as backup, by copying the whole “storage” partition. When I tried to do this with the dual boot sd card, I couldn’t find any kind of folder structure that was familiar to me, ie no storage and boot partitions. I know they are there somewhere, because when I ssh into openelec I can see them. However how can I access them when I connect the sd card to my laptop?

    Thank you very much

    PS: Is this openelec setup working with plexbmc?

    mike777
    Participant

    My kid was playing SNES (snes9x) and when I came back in the room it seemed my nes and SNES emulators are all screwed up. For SNES when I got start alone, it kicks me out of the game, like when you hit select and start together. And with nes, if I as soon as I launch a game, it quits back to the retropie game select screen. I don’t know what happened, the Genesis emulator is acting fine.nis there a way to reset individual emulators or some way to fix this. I already remapped my SNES usb controller with no avail.

    piface
    Participant

    -I’m using the official power supply bundled with the pi3, so I’m guessing that’s not going to be an issue?
    -I might give installing the broadcom bluetooth software a go and see if that helps.

    Initially I was trying with my Dualshock….then I tried with an older SixAxis I have, then I went back to trying with the Dualshock….and….it worked?!

    ..I unplugged it, it vibrated and I could see that it had paired by the LEDs on the side of the controller. I was then able to configure all of the buttons within EmulationStation. I haven’t tried it again since, so god knows if it’s going to work next time I fire it up.

    Seems like the pi does not like the controller being connected by a cable very much?

    My problems are not over however – the controller does not work in all games.

    -Doom, works fine.
    -Quake, completely spazzes out inputting random buttons without me pressing anything.
    -Duke Nukem, sort of works, some of the buttons don’t do anything.
    Can anyone advise on this?

    Also, Could we possibly try and get a collection of helpful commands concerning controller setup together? Such as
    – how to clear the existing controller config?
    – how to manually input the config with the references for the buttons included.
    – how to manually pair the controller and then load emulationstation without disconnecting the controller.
    – etc etc

    Thanks guys.

    #119849
    yanivano
    Participant

    Hi Smithers,

    I’m a new Rpi user and just got my Rpi 3 today! :-)
    After going through this topic, I’m really looking forward to your dual boot image for the Rpi 3, hope it’s working out ok for you.

    Cheers,
    Yannick

    Anonymous
    Inactive

    I am having the same problem, I just can’t get a DualShock 3 configured in RetroPie.

    The “CONFIGURE INPUT” screen verifies that it is seeing a “Sony Playstation 3 Controller”, but when it gets to the “CONFIGURING” screen, most of the buttons do NOT register.

    Oddly enough, binding the controller’s buttons in RetroArch works flawlessly.

    retroshaun
    Participant

    I just spent a whole afternoon trying to get a PS3 Dual Shock 3 controller working with retropie 3.6 on a Pi 3 and – nothing.

    First off, isn’t it meant to be automatically configured in 3.6? Doesn’t seem so.

    Its hard to say exactly what problems I had as they are different each time. First try I had it connected via USB and it was recognized in controller setup but only some of the buttons (maybe half?) were responding in the setup menu.

    Since then (and with a fresh image) its not seeing it at all. Occasionally when I press the Playstation button it flashes up PS3 controller but nothing is recognized in the button config.

    Manually going into the pairing menu and installing the drivers and selecting ‘pair’ doesn’t do anything either, thereafter I get no devices found when going back to controller setup. Aside from keyboard.

    Super frustrating. What am I missing here?

    #119786
    mameshane
    Participant

    Hmm I’m not sure what could be wrong as it works at my end? Can I check you are using ‘.zip’ files for the roms? I’m guessing you must be as that is standard format (and they are appearing when placed in the other folders). I see that one of the recent changes to RetroPie incorporates an ‘Arcade’ rom folder as standard now so maybe my folder clashes with it (if you have updated RetroPie)? Not sure but I guess the issue will be eradicated when I use the latest version of RetroPie on my next dual boot build.

    *Edit* – Ahh just realised as I pressed ‘submit’ – it sounds like you haven’t put the rom files into the /home/pi/RetroPie/roms/arcade folder, am I right? I made it so you had the option of using the separate folders as normal (ie mame4all, lr-mame etc), OR use the /arcade/ folder as a catch-all for every arcade system. You need to place the roms files into that folder before the ‘Arcade’ menu appears in Emulation Station, and you will also see screenshots appear (but bare in mind there will be a number of games that are not yet screenshotted due to the new versions of MAME now included that weren’t out when I originally made my image).

    Hope this makes sense and Im not barking up the wrong tree but it sounds like that is where the issue is.

    Cheers.
    Steve

    this was the case. thankyou, im still not getting any images show though :( i will have to have more of a look tonight because i think i may have stuffed something up along the way, as i keep getting an error message now loading a mame rom using mame4all emulator.

    #119721
    windale
    Participant

    [quote=119697]

    However powerful Raspberry Pi’s get, most people are never satisfied anyway and end up frying it by overclocking to the max ?!? I like to use mine at the stock speed (or retropie safe defaults) the way it was intended when it was built. Any Android TV device, which are very cheap now, can wipe the floor with the Pi on every emulator. For example, ePSXe on Android has almost 100% compatibility. They even ported some of the code to the PC version of ePSXe because it is so good.

    I’m not sure why they added a 64-bit compatible processor, there isn’t even a 64-bit operating system yet. I suppose it’s just for future proofing. The Pi wasn’t actually made for emulation, it’s just possible to do.

    I have an Nvidia Shield TV, which is pretty impressive at emulating more modern consoles. I can get stable framerates in various GameCube (Wind Waker, Twilight Princess) and Wii (New Super Mario Bros) titles with the latest Dolphin emulator, which I never would have guessed considering the PC hardware requirements for those titles.

    But I’d still rather use my pi for nes/mastersystem/snes/genesis/tg16/etc emulation. As good as the individual emulators are for Android, I have yet to find a frontend that comes even close to Emulation Station. GameSome is quite lame in comparison. Once you get RetroPie setup it’s a far more satisfying experience, and the community surrounding it is great too.

    I haven’t gotten my hands on a pi 3 yet, but I’m looking forward to it, even if the performance improvements are relatively small.

    [/quote]

    You can buy a “MadCatz Mojo” Android TV device for £60 which has a Tegra 4 Graphics chip and a free X-Box 360 style bluetooth joypad ! That’s cheaper than buying a Pi 3 package (with the new case and power supply etc.) and you’d have to use your own joypad. The Pi 3 is nowhere near as powerful. When you hear people trying to run PSP, Dreamcast and N64 on a seriously overclocked Pi and still get choppy framerates it makes you laugh a bit. Someone even asked for a PS2 emulator ! Don’t get me wrong, I still use my Pi (mainly for the Amiga, Atari ST and KODI etc.) because Android runs everything at 60Hz which is crap for PAL computer emulators and watching movies. At the end of the day, the Pi is a great device for the less demanding systems, so far.

    Also, I thought EmulationStation was also on Android ? (Don’t quote me on that though).

    #119697
    cacophony555
    Participant

    [quote=119584]However powerful Raspberry Pi’s get, most people are never satisfied anyway and end up frying it by overclocking to the max ?!? I like to use mine at the stock speed (or retropie safe defaults) the way it was intended when it was built. Any Android TV device, which are very cheap now, can wipe the floor with the Pi on every emulator. For example, ePSXe on Android has almost 100% compatibility. They even ported some of the code to the PC version of ePSXe because it is so good.

    I’m not sure why they added a 64-bit compatible processor, there isn’t even a 64-bit operating system yet. I suppose it’s just for future proofing. The Pi wasn’t actually made for emulation, it’s just possible to do.
    [/quote]

    I have an Nvidia Shield TV, which is pretty impressive at emulating more modern consoles. I can get stable framerates in various GameCube (Wind Waker, Twilight Princess) and Wii (New Super Mario Bros) titles with the latest Dolphin emulator, which I never would have guessed considering the PC hardware requirements for those titles.

    But I’d still rather use my pi for nes/mastersystem/snes/genesis/tg16/etc emulation. As good as the individual emulators are for Android, I have yet to find a frontend that comes even close to Emulation Station. GameSome is quite lame in comparison. Once you get RetroPie setup it’s a far more satisfying experience, and the community surrounding it is great too.

    I haven’t gotten my hands on a pi 3 yet, but I’m looking forward to it, even if the performance improvements are relatively small.

    #119685
    xd3l
    Participant

    This shipped for under $3.00 (been using them for years, they are solid)

    http://www.ebay.com/itm/2-Ports-PS2-to-PC-USB-Game-Controller-Converter-Adapter-Adaptor-New-/131741244812?hash=item1eac63dd8c:g:PB0AAOSwYlJW1tcb

    Along with PS1 or PS 2 dual analog controllers.

    Configure intially with analogs turned on, and you are set.

    #119636
    smithers
    Participant

    [quote=119622]Hi,

    Just to tell you smithers, great setup you have done.
    I have a question, I’m curious how you did the dual boot, do you have a procedure on how to do the dual boot

    Thank you :)

    [/quote]

    Thanks! I have full intentions on creating a guide on how to make these, I’m just currently looking for some reasonabley priced web hosting so I can create a blog style page to share it on (and also to host my builds on). Its not a majorly hard process really, just very time consuming!

    #119622
    donovan
    Participant

    Hi,

    Just to tell you smithers, great setup you have done.
    I have a question, I’m curious how you did the dual boot, do you have a procedure on how to do the dual boot

    Thank you :)

    #119594
    smithers
    Participant

    [quote=119592] what do I do with my RP2 overclock setting “config.txt”? It’s set up with RP2 overclocking settings.. I want it to be properly configured for RP3 when I boot it up :). [/quote]

    All you need to do there is comment all the overclocking lines out using a # symbol at the start of each line, and then it will boot into the standard clock settings for the device it detects (Pi2 or Pi3). Or you could dabble with Pi3 overclocking values of course but I don’t know what they are so can’t advise until I get one to play with myself!

    [quote=119592]
    Your duaboot image is the best I’ve ever tried by the way. I would never go back to running Kodi on Raspbian via Retropie. The performance difference is like night and day!

    [/quote]

    Thanks! I find it very stable and great performance too but like I said above I haven’t tried the Raspbian installer version of KODI in a long time so wasn’t sure if that was now as good as OpenELEC or not. Personally I prefer to have OpenELEC regardless and keep its own filesystem setup etc. It makes it easier to work with when its on its own partition and there’s no chance of one OS affecting the other.

    [quote=119553]Hi,

    thanks for the image file. i have been wanting to do this for ages.

    i having an issue with the roms appearing in the ‘combined arcade menu’ i have added roms into imame4all, advmame and pifba. and roms appear in those menu items. (i end up with 2 classic arcade menus) but they dont appear under the arcade one.

    also no artwork is appearing for any roms?

    any help would be appreciated.

    thanks

    [/quote]

    Hmm I’m not sure what could be wrong as it works at my end? Can I check you are using ‘.zip’ files for the roms? I’m guessing you must be as that is standard format (and they are appearing when placed in the other folders). I see that one of the recent changes to RetroPie incorporates an ‘Arcade’ rom folder as standard now so maybe my folder clashes with it (if you have updated RetroPie)? Not sure but I guess the issue will be eradicated when I use the latest version of RetroPie on my next dual boot build.

    *Edit* – Ahh just realised as I pressed ‘submit’ – it sounds like you haven’t put the rom files into the /home/pi/RetroPie/roms/arcade folder, am I right? I made it so you had the option of using the separate folders as normal (ie mame4all, lr-mame etc), OR use the /arcade/ folder as a catch-all for every arcade system. You need to place the roms files into that folder before the ‘Arcade’ menu appears in Emulation Station, and you will also see screenshots appear (but bare in mind there will be a number of games that are not yet screenshotted due to the new versions of MAME now included that weren’t out when I originally made my image).

    Hope this makes sense and Im not barking up the wrong tree but it sounds like that is where the issue is.

    Cheers.
    Steve

    #119551
    Anonymous
    Inactive

    I’m wondering if the current problem for DC, PSP and N64 really comes from the CPU.

    From Pi2 to Pi3 CPU has really been improved but the GPU is still the VC IV (overclocked that’s it) with the same drivers…

    My bet is the VC IV doesn’t have enough horsepower and/or the drivers are shit.

    If you take a look at what a simple Odroid C1 can do…you realize that it can run DC full speed:

    https://www.youtube.com/watch?v=bPpihqiDWHM

    Neither the Pi2 nor the Pi3 can do that…

    The Odroid C1 has a quad core A5 at 1.4 Ghz wich is < Pi3 CPU…but the Odroid C1 also has a dual core Mali 450…wich is significantly faster than the Pi VC IV.

    N.B.: Hope I didn’t make to much mistakes, English is not my native language (French is…)…

    #119549
    keem85
    Participant

    [quote=119544]Hi.

    I will be ordering my Pi3 in the next couple of days so will create a vanilla image using RetroPie 3.6 and OpenELEC 15.2 / 16. I’ll post a link soon as it’s ready.

    As for “what is the advantage of a dual boot setup vs standard single partition setup” – well when I first made my dual boot setup it was the only way to guarantee a stable KODI experience by using OpenELEC rather than the Raspbian installer version of KODI (which had bugs at that time). You cannot install OpenELEC alongside RetroPie (as far as I know), so it has to be in its own partition. It makes for a rock solid KODI experience with a dedicated RetroPie partition with only it’s own filesystem layout and I can have a nice menu to be able to switch between the two OS’s seamlessly. It may not be for everyone, but for me it’s perfect. Its also the only way you can use Plex and RetroPie together (as far as I know). Not that I use Plex, but a lot of folk were looking for a solution to that.

    Hope that answers your question! I guess If you’re having no issues with the Rasbian installer version of KODI then there’s no need for a dual boot build. I prefer OpenELEC so this is my only option. It was also a good Linux learning tool for me along the way!

    All the best
    Steve

    [/quote]

    Thanks for your reply! Do you know a good way for me to backup my Retropie and OpenELEC from RP2 and over to RP3 once it’s done?.. Which folder in Retropie and OpenELEC can I backup from my current setup?

    And where will you post your link? :) Thanks!! (Hoping it will be Jarvis. It supports AirPlay on iOS 9 it seems)

    joyrider3774
    Participant

    yeah i still have to test more but i already noticed once of the hacks (which said speedup) actually decreased performance when i last tested before going to work. Didn’t had time to test other games yet, cause i seem to be having an input problem as well before i left. for some reason one of my button presses on my picade doesn’t register constantly making acceleration in games like ridge racer and toca race driver 2 not work. Don’t know why though but it did work with my joypad hooked up to the pi. I’m not that concerned about it.

    1500mhz on a pi 2 isn’t that like a huge overclock ? i have a pi2 as well did not try yet to boot my sd card in the pi2 to see what the diffrence is like.

    I might start with a clean config again when i get home and test each setting individually using savestates on for example star ocean 2 in the town after the 1st (little) fight cause that game out of all the ones i tested had the worst performance. Not sure if it’s a good way to go though settings that work for one game might not work for others and certain games have problems with certain hacks like mediëval resurrect with the timing hack as far as i can remember without testing. It locked up on the main menu well just before the main menu appears if i had that enabled. But would need to check again to be sure if that was actually the setting. It was one of the 1st games, besides tekken that i tested.

    Also i’m not certain if this could have an impact on performance but i removed the roms/psp folder and made a symblic link for roms/psp to /media/usb0 i’m not certain but i do not think symbolic links could have a performance impact can it ?

    i’ll try y’s series as well to see if there’s a diffrence, i noticed ridge racer 2 was running already a lot better then any other game i tried although could not really test due to the input problem and possibly bugs due to hacks / speedups checked (the road / surroundings was all black).

    I’ll post again when i tested more games / played more with the settings

    #119544
    smithers
    Participant

    Hi.

    I will be ordering my Pi3 in the next couple of days so will create a vanilla image using RetroPie 3.6 and OpenELEC 15.2 / 16. I’ll post a link soon as it’s ready.

    As for “what is the advantage of a dual boot setup vs standard single partition setup” – well when I first made my dual boot setup it was the only way to guarantee a stable KODI experience by using OpenELEC rather than the Raspbian installer version of KODI (which had bugs at that time). You cannot install OpenELEC alongside RetroPie (as far as I know), so it has to be in its own partition. It makes for a rock solid KODI experience with a dedicated RetroPie partition with only it’s own filesystem layout and I can have a nice menu to be able to switch between the two OS’s seamlessly. It may not be for everyone, but for me it’s perfect. Its also the only way you can use Plex and RetroPie together (as far as I know). Not that I use Plex, but a lot of folk were looking for a solution to that.

    Hope that answers your question! I guess If you’re having no issues with the Rasbian installer version of KODI then there’s no need for a dual boot build. I prefer OpenELEC so this is my only option. It was also a good Linux learning tool for me along the way!

    All the best
    Steve

    #119471
    Anonymous
    Inactive

    ResidualVM should have opengles2 support. There are some parameters for it in the build configuration, but the compile fails if you try and force it.

    #119462
    keem85
    Participant

    Hi!

    Will there be a dual boot image for Retropie+OpenELEC with the new Raspberry Pi 3? I want to swap out my old RP2 with a new RP3.

    K

    Anonymous
    Inactive

    Hello,

    I just started with RetroPie and I absolutely love it. I’ve built in my Raspberry in a SNES console with the original working Power button, reset button and power LED. It looks awesome! If you want pic’s i can give them! :) But i have one problem which i can’t seem to fix.

    I searched and searched but could not find any answer so i’ll try my luck here.

    I’m having troubles with RetroPie controlling two controllers. Here is my setup.

    Raspberry Pi 1 with 4GB SD Card with RetroPie 3.5 installed (also tried a fresh 3.6)
    16GB USB Stick attached for the ROM Storage
    WiFi Dongle attached
    Wireless Keyboard and Mouse dongle attached
    D-Link 7 ports USB hub is powering the Pi and provides extra USB ports
    2 after market SNES cloned controllers, they are named in their chip “usb gamepad ”

    Problem:
    When starting Super Mario World in 2 player mode i can’t control luigi with the second controller, it does not react but it will only react on the first controller. Donkey Kong Country does not work at all, the D-Pad does not react. Super Mario Kart does not work at all. Can’t even press start or B.

    What i noticed:
    When starting the game when the automatic controller configuration is active it says that it sees the two controllers in that yellow text left below, It says USB Gamepad connected on 0 and after that on 1. So the controllers are recognized. Also they both work fine in Emulationstation. Havent tried another system. I did try instead of Pocketsnes the Snes9x emulator but that doesnt even work with the first controller.

    What i tried:
    * two different controllers (that SNES controller and an Logitech Dual Action) didnt work.
    * Tried to hard-code the controller configuration in retroarch.cfg with putting the autodetection to false and set the player1 and player2 controls. Saw a youtube video of 30 minutes about this :) didnt work afterwards.
    * deleting existing controller config, reboot and let emulationstation do the whole thing again. (Both the controller.cfg and the ES_config.cfg) First setup controller one, then from the menu setup controller two. Didnt work. Although the two controllers can be used in Emulationstation.

    I’m breaking my brains here on this. This afternoon i will try my Raspberry Pi 3 to see if that will work fine.

    Hope that somebody can help me!

    Thanks!

    Best Regards,
    Cl3tus

    #119322
    dudleydes
    Participant

    [quote=119258]I just got back home and decided to have another crack with Grim and this time when the video began to chop out, it just crashed and went back to emulation station.

    EDIT: I just hit F4 to exit emulation station and now I sit facing a still image of the Grim Fandango intro movie where it had crashed…

    [/quote]

    Same is happening to me on a Pi 2 running Wheezy, both with and without overclocking.

    Here is the log from runcommand at the time of the crash:

    pi@retropie ~ $ cat /tmp/runcommand.log 
    Using joystick: Sony PLAYSTATION(R)3 Controller
    WARNING: Could not find theme 'modern' falling back to builtin!
    Virtual keyboard pack 'vkeybd_default' loaded successfully
    WARNING: No hardware input were defined, using defaults!
    WARNING: Lua_V1::SetGamma, implement opcode, level: 0.000000!
    WARNING: !!!! Trying to call MakeSectorActive without a scene!
    WARNING: !!!! Trying to call MakeSectorActive without a scene!
    WARNING: !!!! Trying to call MakeSectorActive without a scene!
    WARNING: !!!! Trying to call MakeSectorActive without a scene!
    WARNING: !!!! Trying to call MakeSectorActive without a scene!
    ALSA lib pcm.c:7339:(snd_pcm_recover) underrun occurred
    ALSA lib pcm.c:7339:(snd_pcm_recover) underrun occurred
    ALSA lib pcm.c:7339:(snd_pcm_recover) underrun occurred
    residualvm: graphics/surface.cpp:75: void Graphics::Surface::create(uint16, uint16, const Graphics::PixelFormat&): Assertion pixels' failed.
    User picked target 'grim-win' (gameid 'grim')...
      Looking for a plugin supporting this gameid... Grim Engine
      Starting 'Grim Fandango'
    /home/pi/RetroPie/roms/residualvm/+Start ResidualVM.sh: line 5:  2488 Aborted                 /opt/retropie/emulators/residualvm/bin/residualvm --fullscreen --joystick=0 --extrapath="/opt/retropie/emulators/residualvm/extra" $game
    #119255

    In reply to: Pixel Theme

    Anonymous
    Inactive

    I agree, I think ResidualVM should be added as an emulator option within the ScummVM menu.

    dlarussa95
    Participant

    I bought 2 generic PS3 controllers from Amazon, both bluetooth, and I can’t seem to figure out how to register them for use in retropie. I tried the Dualshock installer with no luck, and if I use the controllers over USB(Which I don’t want to do, since i bought the bluetooth ones) they work, but constantly vibrate lightly.

    I’ve also tried registering it with the “Register/Pair Bluetooth Devices” options in EmulationStation/RetroPie and anytime I try to register a new device it just freezes up. I’m new to the whole raspberry pi game and just trying to get my box going!

    THanks in advance everyone!
    https://drive.google.com/file/d/0B5IBBzXbp78ANFRNQVVVVnlFNGc/view?usp=sharing

    Here is a link to the Model info on the controller

    xd3l
    Participant

    From Retropie:

    Bus 001 Device 009: ID 0810:0001 Personal Communication Systems, Inc. Dual PSX Adaptor
    Bus 001 Device 007: ID 0781:5575 SanDisk Corp.
    Bus 001 Device 005: ID 046d:c52b Logitech, Inc. Unifying Receiver
    Bus 001 Device 008: ID 0609:031d SMK Manufacturing, Inc. eHome Infrared Receiver
    Bus 001 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
    Bus 001 Device 004: ID 24ed:0451
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    From Raspian:

    Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver
    Bus 001 Device 006: ID 0781:5575 SanDisk Corp.
    Bus 001 Device 005: ID 0e6f:011f Logic3
    Bus 001 Device 004: ID 046d:c00c Logitech, Inc. Optical Wheel Mouse
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    pi@raspberrypi:~ $

Viewing 35 results - 36 through 70 (of 888 total)