Digital Signage/Displays: Difference between revisions

Jump to navigation Jump to search
m
Line 96: Line 96:
</syntaxhighlight>
</syntaxhighlight>
===== Set kiosk user .profile =====
===== Set kiosk user .profile =====
Change /home/kiosk/.profile to the contents below:
Change '''''/home/kiosk/.profile''''' to the contents below:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 146: Line 146:
#[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx -- -nocursor
#[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx -- -nocursor
</syntaxhighlight>
</syntaxhighlight>
==== First Time Startup ====
==== First Time Startup ====
Now restart the SBC and it should automatically login as your kiosk user and stop at the command prompt.
Now restart the SBC and it should automatically login as your kiosk user and stop at the command prompt.

Navigation menu