So, I’ve tried the solution below to access the Jetson without a monitor and edited the xorg.conf file as suggested. It didn’t work and now I cannot even access my jetson because the hdmi display is not showing anything… any ideas?
Thanks
Continuing the discussion from Jetson Orin No monitor, VNC only splash screen until monitor connected :
Steps:
Reflash Jetpack 5.0.1 DP using SDKManager (follow instruction inside sdkmanager).
* Run commands according to this .
```
cd /usr/lib/systemd/user/graphical-session.target.wants
sudo ln -s …/vino-server.service ./.
gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino require-encryption false
gsettings set org.gnome.Vino authentication-methods “[‘vnc’]”
gsettings set org.gnome.Vino vnc-password $(echo -n ‘password’|base64)
3. Edit /etc/X11/xorg.conf. Add the following to the end of the file (according to README-vnc.txt)
Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Tegra0”
SubSection “Display”
Depth 24
Virtual 1280 800 # Modify the resolution by editing these values
EndSubSection
EndSection
4. Sudo reboot now
5. Connect VNC viewer to Jetson Orin (splashscreen shown)</i>
Got it solved with ssh connection, thanks!
system
Closed
May 20, 2024, 2:15pm
3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.