I've got Ubuntu 20.04.5 LTS, Gnome 3.36.8 running on an HP ProBook 4730s. I'm trying to remotely access it via my home network from a System76 machine running Pop!_OS 22.04 LTS.
On the HP machine:
1. Settings -> Sharing -> Screen Sharing, it is enabled and the check box for "Allow connections to control the screen" is checked. The same window says I should be able to connect to vnc://erik-HP-ProBook-4730s.local .
2. In terminal, I executeand the output isCode:sudo x11vnc -localhost -once -nopw -auth guess -find
The output ofCode:erik@erik-HP-ProBook-4730s:~$ sudo x11vnc -localhost -once -nopw -auth guess -find [sudo] password for erik: 03/11/2022 08:03:10 x11vnc version: 0.9.16 lastmod: 2019-01-05 pid: 32415 03/11/2022 08:03:10 03/11/2022 08:03:10 wait_for_client: WAIT:cmd=FINDDISPLAY 03/11/2022 08:03:10 03/11/2022 08:03:10 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/2560 03/11/2022 08:03:10 03/11/2022 08:03:10 Autoprobing TCP port 03/11/2022 08:03:10 Autoprobing selected TCP port 5900 03/11/2022 08:03:10 Autoprobing TCP6 port 03/11/2022 08:03:10 Autoprobing selected TCP6 port 5900 03/11/2022 08:03:10 listen6: bind: Address already in use 03/11/2022 08:03:10 Not listening on IPv6 interface. 03/11/2022 08:03:10 The VNC desktop is: erik-HP-ProBook-4730s:0 PORT=5900isCode:xauth list
Code:erik@erik-HP-ProBook-4730s:~$ xauth list erik-HP-ProBook-4730s/unix: MIT-MAGIC-COOKIE-1 6e9ed65843d0b5dda423d9be20e22b61 #ffff#6572696b2d48502d50726f426f6f6b2d3437333073#: MIT-MAGIC-COOKIE-1 6e9ed65843d0b5dda423d9be20e22b61
On the System76 machine, I am using gnome connections. Sometimes it says "Unable to connect to HP-ProBook-4730s.local:5900: Error resolving "erik-HP-ProBook-4730s.local": Temporary failure in name resolution. Other times, it seems to connect, but the window is completely black. I am able to ping the ip address of the HP machine and it responds. I've also tried to connect to vnc://192.168.0.131:5900 and it says connection refused. I tried Remmina and it won't even connect.
Is there anything I am doing wrong? Why isn't this working?
I also looked through https://help.ubuntu.com/community/VNC/Servers and tried the Remmina tutorial.
Bookmarks