Forum / NoMachine for ARM / The session negotiation failed/Cannot create a new display
- This topic has 3 replies, 2 voices, and was last updated 1 year ago by
Britgirl.
-
AuthorPosts
-
March 19, 2025 at 09:05 #52340
winzolutionParticipantI was trying to connect to my NVDIA Jetson Nano (server) for headless operation from Windows 11 PC (client). The NVIDIA Jetson Nano run on Ubuntu 18.04.6 LTS. Both the Jetson Nano and my Windows are using free version NoMachine v.8.16. However, this error below occurred whenever I try to connect:
The session negotiation failed. Error: Cannot create a new display, please contact your system administrator
Here are the previous installation steps that I have done following the instruction shown in this article https://kb.nomachine.com/AR02R01074
wget https://www.nomachine.com/free/arm/v8/deb -O nomachine.deb ls sudo dpkg -i nomachine.deb sudo systemctl set-default multi-user.target sudo /usr/NX/bin/nxserver --restartSome approaches I have tried to tackle the issue include: 1. Uninstall NoMachine, sudo apt update, and re-install NoMachine again 2. Change desktop environment to XFCE by:
sudo apt install xfce4 sudo systemctl set-default multi-user.target sudo /usr/NX/bin/nxserver --restartEditing the configuration file using: sudo subl /usr/NX/etc/node.cfg change line to following:
DefaultDesktopCommand "/usr/bin/startxfce4"After all of these approaches, the issue is still persist.
March 20, 2025 at 18:43 #52379
BritgirlKeymasterDefaultDesktopCommand "/usr/bin/startxfce4"works for us.You could be having issues with dbus. Try this instead:
DefaultDesktopCommand "/usr/bin/dbus-launch --exit-with-session /usr/bin/startxfce4"March 21, 2025 at 03:23 #52382
winzolutionParticipantUpdate: I have tried to disable the headless mode and enable back the graphical mode using:
sudo systemctl set-default graphical.target
sudo reboot
After that, I connect the NVIDIA Jetson Nano to my monitor via HDMI, then only after the Jetson Nano successfully booted I try to reconnect using NoMachine and it works! Hence, for every time I want to connect using NoMachine I have to do the steps below:
- After enabling graphical mode, power up Jetson Nano with display attached via HDMI,
- After finish booting, try to connect using NoMachine,
- Then, unplug the HDMI (display).
March 21, 2025 at 12:06 #52388
BritgirlKeymasterGood to know it’s now working.
-
AuthorPosts
This topic was marked as solved, you can't post.
