debian9 X11vnc

Posted fr5s

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了debian9 X11vnc相关的知识,希望对你有一定的参考价值。

apt-get install x11vnc
x11vnc -storepasswd VNCpasswordHERE /etc/x11vnc.pass
vi /lib/systemd/system/x11vnc.service
[Unit]
Description="x11vnc"
Requires=display-manager.service
After=display-manager.service

[Service]
ExecStart=/usr/bin/x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth guess -ncache 10 -rfbauth /etc/x11vnc.pass -rfbport 55528 -forever -shared
ExecStop=/usr/bin/killall x11vnc
Restart=on-failure
Restart-sec=2

[Install]
WantedBy=multi-user.target
chmod 775 /lib/systemd/system/x11vnc.servicesystemctl daemon-reload
systemctl start x11vnc
systemctl enable x11vnc

 

以上是关于debian9 X11vnc的主要内容,如果未能解决你的问题,请参考以下文章

X11VNC中X11的部分是啥?

x11vnc

x11vnc 显示光标和光标运动

使用x11vnc作为vncserver端

Debian9.5解决在root用户下启用VNC后lightdm+Xfce4只能使用root登录,其他用户无法登陆

deepin安装x11vnc远程服务