VNC (Virtual Network Computing) software makes it possible to view and
interact with one computer (the "server") from any other computer or
mobile device (the "viewer") anywhere on a network.
1、编译QTE(我这是mips平台,不同平台修改mkspecs/qws/linux-mipel-g++/qmake.conf)
./configure -qt-gfx-vnc -depths all ...
make
cd demo/browser
./browser -qws -display VNC:0
2、客户端连接
打开VNC viewer进行连接,当然也可以选择其它相应client工具。
3、分辨率设置
QVNCServer会读取环境变量QWS_SIZE的值,如果没有设置,默认的是640x480
export QWS_SIZE=1280x720(注意这里是x,不是*)
4、framebuffer与vnc
嵌入式平台一般会输出到framebuffer,如果是运行-display VNC:0,framebuffer就不起作用了,要想两者都起作用,需要export QWS_DISPLAY="VNC:LinuxFb"
阅读(3405) | 评论(0) | 转发(0) |