1、登录系统 2、安装qemu-ga 1 2 3 4 5 6 7 8 9 10 11 12 # 安装 opkg update opkginstallqemu-ga # 设置脚本权限 chmod+x/etc/init.d/qemu-ga # 启用服务 /etc/init.d/qemu-gaenable # 重启 reboot 3、重启检查进程 1 psaux |grepqemu-ga