hi, i have a raspberry pi connected to a small screen without a keyboard i want to be able to let it auto login and start a screen session that i can access and control via SSH. So i chose the custom auto-start option on AutoStart options and added the following command to custom.sh :
causes screen to ignore the $STY environment variable. With "screen -m" creation of a new session is enforced, regardless whether screen is called from within another screen session or not. This flag has a special meaning in connection with the '-d' option:
-d
-m Start screen in "detached" mode. This creates a new session but doesn't attach to it. This is useful for system startup scripts.