spanezz / nodm

Automatic display manager
GNU General Public License v2.0
141 stars 21 forks source link

NODM Does Not Start at Boot #23

Closed weswitt closed 1 year ago

weswitt commented 1 year ago

I'm trying to get nodm working on the latest raspbian os running on a raspberry pi 3b+. i have this working on an older version of the os so i'm familiar with the setup.

i have nodem installed and it does work, but only if i do "systemctl start nodm" after i login. not sure what is wrong but i expect that nodm will start at boot, but that doesn't seem to be happening. what can i check to see why this isn't working?

weswitt commented 1 year ago

figured this out. to fix this i had to do "sudo systemctl set-default graphical.target".