码迷,mamicode.com
首页 > 其他好文 > 详细

VNC server running on 127.0.0.1:5900

时间:2020-04-07 00:06:16      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:viewer   conf   server   连接   serve   color   running   dev   出现   

 

QEMU出现VNC server running on 127.0.0.1:5900 

这是因为在安装QEMU过程中

./configure --prefix=/usr/local/qemu

执行后出现了 SDL support       no

 

解决方法

sudo apt install libsdl2-dev -y

./configure --prefix=/usr/local/qemu

SDL support       yes (2.0.8)

 

重新配置QEMU,显示SDL support yes即为成功,然后重新编译安装

 

也可以不用安装  直接使用VNC Viewer去连接远程桌面

 

VNC server running on 127.0.0.1:5900

标签:viewer   conf   server   连接   serve   color   running   dev   出现   

原文地址:https://www.cnblogs.com/sinferwu/p/12650224.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!