sinferwu

 

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去连接远程桌面

 

分类:

技术点:

相关文章:

  • 2021-12-30
  • 2021-11-01
  • 2021-10-05
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2021-06-16
猜你喜欢
  • 2021-07-18
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
相关资源
相似解决方案