This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # setup-jetson.sh | |
| # | |
| # One-shot setup for Jetson Orin Nano Super on JetPack 6.2 (Ubuntu 22.04 | |
| # ARM64, GNOME) to run headless with: | |
| # * x11vnc tuned for macOS Screen Sharing.app (Mac's built-in client) | |
| # * GDM3 autologin (so an X session exists at :0 for VNC to attach to; | |
| # without autologin, x11vnc accepts connections and immediately drops | |
| # them because it can't read GDM's Xauthority) |