Ubuntu下向日葵远程画面黑屏问题解决 因为ubutu默认桌面使用Wayland。而向日葵不支持Wayland。我们需要关闭它。 编辑custom.conf文件。 sudo nano /etc/gdm3/custom.conf 删除前面的#号,取消以下行的注释: #WaylandEnable=false 保存后重启桌面: sudo systemctl restart gdm3 再去使用向日葵远程连接。画面就正常了。