Author Topic: Raspberry Pi 3 Image  (Read 52465 times)

Omamez

  • Sr. Member
  • ****
  • Posts: 222
    • View Profile
Re: Raspberry Pi 3 Image
« Reply #75 on: April 18, 2016, 02:24:57 PM »
thanks omegaman and floobs

I had to play with th e hdmi group and mode from this site floobs posted (group 2, mode 32 which gave me a centred 1280 x 900.

thank you

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: Raspberry Pi 3 Image
« Reply #76 on: April 19, 2016, 05:33:14 PM »
Floob, thanks for the great image. I tried it and learned several things that I didn't know. I have my own RetroPie/Attractmode build and would like to know how you did a few things.

1) How did you fix the keyboard from not responding?
2) How did you remove/hide the white dialog box when Attractmode launches and when a game is launched?

Floob

  • Full Member
  • ***
  • Posts: 84
    • View Profile
Re: Raspberry Pi 3 Image
« Reply #77 on: April 20, 2016, 12:00:37 PM »
@progets
I added a "sleep 10" command here:
/etc/profile.d/10-emulationstation.sh

although I think a usbwait command in the cmdline.txt may work better.

To get rid of the white dialog, I cheated and set the colour to black
xinit attract -bg black -fg black
RetroPie Help Guides: https://goo.gl/3gcNsT

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: Raspberry Pi 3 Image
« Reply #78 on: April 20, 2016, 02:12:13 PM »
Floob, thanks for fast reply. It works great!

Thanks for your contributions on Attractmode and RetroPie.


Omamez

  • Sr. Member
  • ****
  • Posts: 222
    • View Profile
Re: Raspberry Pi 3 Image
« Reply #79 on: April 21, 2016, 05:48:13 PM »
Floob having issues with xbox360 wireless controller , I have mapped it in emulationstation and it works in emulation station, although in attract mode controller does not work with default console you have already on your image the start and select work only to back out of teh game.

any hints towards the right direction?

Omamez

omegaman

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 880
    • View Profile
Re: Raspberry Pi 3 Image
« Reply #80 on: April 21, 2016, 06:19:38 PM »
Omamez-

Try remapping your controls in attract? Hit tab and select controls.

Omamez

  • Sr. Member
  • ****
  • Posts: 222
    • View Profile
Re: Raspberry Pi 3 Image
« Reply #81 on: April 21, 2016, 07:33:38 PM »
how can i get the id's to remap it in attract mode if its not recognized do I need to get usb xbox360 controller first or is there website with the xbox360 controller id's for up , down etc?

omegaman

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 880
    • View Profile
Re: Raspberry Pi 3 Image
« Reply #82 on: April 21, 2016, 08:19:34 PM »
Check this file /etc/rc.local and see if you have something like this:

xboxdrv --trigger-as-button --wid 0 --led 2 --deadzone 4000 --silent &
sleep 1

--wid is needed for wireless
--id is for a wired

Omamez

  • Sr. Member
  • ****
  • Posts: 222
    • View Profile
Re: Raspberry Pi 3 Image
« Reply #83 on: April 22, 2016, 12:56:07 AM »
yes that is there, I hav eeven went to the extent to re flash my img file to standard , no whave sound again but still no xbox360 wireless controls only couple of buttons work, not sure how else to set them in attract mode :'(