3

Since couple of days I am trying to set VNC Connection with my "server" Ubuntu desktop 20.04. I want to use it as remote workstation and I want to use gnome3 environment, VNC Connect or NoMachine (for better management). Everything works well as long as monitor is attached. As soon as I remove monitor - connection breaks. Ok, that's how it works. I have created dummy screen...

sudo apt-get install xserver-xorg-video-dummy

With config based on this post:

https://askubuntu.com/questions/453109/add-fake-display-when-no-monitor-is-plugged-in

I can access server, but it stuck on login screen with password prompt. When I put password, nothing happen. Still login screen with password prompt.

sawax
  • 41

1 Answers1

1

Dummy VGA to HDMI solved the problem.

Description here:

https://www.geeks3d.com/20091230/vga-hack-how-to-make-a-vga-dummy-plug/

This one I have made

sawax
  • 41