I am trying to get my new Pi to autostart into lets just say google.com whenever its turned on. I am using the following to try and do this and am having no luck getting to work.
I use terminal to open Nano. then type in the text below, do a control O to write file and tell it to write as MS DOS. this doesn't seem to be the right procedure. I have also tried to exit (ctl x) but it doesn't save any file when I do that.
Any thoughts or insights would be appreciated.
Here is text I am using.
sudo nano ~/.config/lxsession/LXDE-pi/autostart
@xset s off
@xset -dpms
@xset s nonblank
@chromium-browser --noerrdialogs --incognito --kiosk www.google.com