[Seek Help] 有没有无授权要求的vncserver可下载?或者xrdp怎么弄不黑屏??
Tofloor
poster avatar
a***1@163.com
deepin
2021-05-27 01:24
Author

vncserver去官网下了deb64版本的,安装没问题但是程序双击没反应。

命令行运行vncserver报没有license授权。。。

用的uos系统。然后xrdp用终端apt安装完连过去黑屏。

坛子里的帖子补丁用起来貌似没卵用。

内网怎么远程管理?

 

哪个大佬有vncserver不用授权的话甩一个过来啊。万分感谢啊。

Reply Favorite View the author
All Replies
观摩
deepin
2021-05-27 01:35
#1

没明白说的是什么,遇到了什么问题?

如果想在Deepin安装VNC Server,其实 x11vnc 就挺好用的。

# 安装

sudo apt install -y x11vnc

# 配置密码

x11vnc -storepasswd

# 启动

nohup /usr/bin/x11vnc -auth guess -once -loop -noxdamage -repeat -rfbauth /home/yourname/.vnc/passwd -rfbport 5900 -shared -capslock -nomodtweak > /dev/null 2>&1 &

如果需要开机启动,可以借用 rc.local 或者自己编写 .service 文件,命令行就是上面的。

 

其他机器使用任意 vnc client 都可以,输入自己设定的密码。

Reply View the author
a***1@163.com
deepin
2021-05-27 03:22
#2
观摩

没明白说的是什么,遇到了什么问题?

如果想在Deepin安装VNC Server,其实 x11vnc 就挺好用的。

# 安装

sudo apt install -y x11vnc

# 配置密码

x11vnc -storepasswd

# 启动

nohup /usr/bin/x11vnc -auth guess -once -loop -noxdamage -repeat -rfbauth /home/yourname/.vnc/passwd -rfbport 5900 -shared -capslock -nomodtweak > /dev/null 2>&1 &

如果需要开机启动,可以借用 rc.local 或者自己编写 .service 文件,命令行就是上面的。

 

其他机器使用任意 vnc client 都可以,输入自己设定的密码。

喔,试试。谢谢

Reply View the author
shishan
deepin
2021-05-27 05:16
#3

咱的系统有可以画漫画的软件吗

Reply View the author