eggnogg on the pi zero 2w !
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

33 rader
879 B

  1. # nodm configuration
  2. # Set NODM_ENABLED to something different than 'false' to enable nodm
  3. NODM_ENABLED=true
  4. # User to autologin for
  5. NODM_USER=pi
  6. # First vt to try when looking for free VTs
  7. NODM_FIRST_VT='7'
  8. # X session
  9. NODM_XSESSION=/etc/X11/Xsession
  10. # Options for nodm itself
  11. NODM_OPTIONS=
  12. # Options for the X server.
  13. #
  14. # Format: [/usr/bin/<Xserver>] [:<disp>] <Xserver-options>
  15. #
  16. # The Xserver executable and the display name can be omitted, but should
  17. # be placed in front, if nodm's defaults shall be overridden.
  18. NODM_X_OPTIONS='-nolisten tcp'
  19. # If an X session will run for less than this time in seconds, nodm will wait an
  20. # increasing bit of time before restarting the session.
  21. NODM_MIN_SESSION_TIME=60
  22. # Timeout (in seconds) to wait for X to be ready to accept connections. If X is
  23. # not ready before this timeout, it is killed and restarted.
  24. NODM_X_TIMEOUT=300