Author Topic: Attract mode not Autostarting anymore?  (Read 2979 times)

fumblingwisdom

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Attract mode not Autostarting anymore?
« on: February 03, 2017, 11:09:08 PM »
Can someone please post what the autostart.sh and AM-Start.sh files should read like ? I was attempting to delay the boot time by editing the files and now I can't get Attract mode to launch at startup

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: Attract mode not Autostarting anymore?
« Reply #1 on: February 03, 2017, 11:22:19 PM »
The only thing you really need in the autostart.sh file is

Code: [Select]
attract

If you want a delay use
Code: [Select]
sleep 5
attract

fumblingwisdom

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: Attract mode not Autostarting anymore?
« Reply #2 on: February 04, 2017, 09:52:18 AM »
# Original
# emulationstation #auto
# stty -echo;attract &> /dev/null; stty echo
# attract > /dev/null 2>&1
attract


This what my autostart.sh looks like, I also tried deleting everything and only having

sleep 5
attract

Neither is working, any help?? In the terminal is says

/opt/retropie/configs/all/autostart.sh: Line 5: $`attract\r`: command not found

/opt/retropie/configs/all/autostart.sh: Line 6: $`\r`: command not found
« Last Edit: February 04, 2017, 10:10:46 AM by fumblingwisdom »