📅  最后修改于: 2023-12-03 15:34:52.535000             🧑  作者: Mango
If you are a Linux X11 user and want to share your screen with someone using Zoom, this tutorial is for you. In this tutorial, we will guide you step-by-step on how to share your Linux X11 screen with Zoom.
Before we start, you need to have the following software installed on your Linux X11 system:
sudo apt-get update
sudo apt-get install x11vnc -y
x11vnc -display :0
ssh user@your.linux.x11.ip
Start Zoom client on your local machine and join the meeting.
ssh -L 5900:127.0.0.1:5900 user@your.linux.x11.ip 'x11vnc -localhost -display :0'
In Zoom, select "Share Screen" and choose "Desktop". Then, select "Share" and choose the VNC client option "localhost:0".
In this tutorial, we have shown you how to share your Linux X11 screen with Zoom. Now, you can easily share your screen with someone using Zoom, without any additional software or tools.