树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法

新手入门,装好了系统,ssh已经设置好了。插入SD卡、电源。绿灯闪烁代表正常开机。
查树莓派IP,最快捷方法直接进入路由器后台配置界面,查看ip地址
在这里插入图片描述
或者下载工具:advanced_ip_scanner进行ip扫描
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第1张图片
Putty输入IP连接,输入账号:pi,密码:raspberry
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第2张图片
输入

sudo raspi-config

进入树莓派的配置界面,设置开启VNC。
选择 Interfacing Options
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第3张图片
选择VNC
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第4张图片
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第5张图片
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第6张图片
方向盘右键,选择Finish
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第7张图片
树莓派连接VNC Viewer,输入树莓派ip,账号密码连接,出现问题
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第8张图片
原因是分辨率设置问题。解决方法:
输入

sudo raspi-config

进入树莓派的配置界面,选择Advanced Options
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第9张图片
选择Resolution
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第10张图片
选择1280720或19201080 16:9分辨率
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第11张图片
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第12张图片
方向盘右键,选择Finish,完成设置
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第13张图片

重启生效
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第14张图片
成功显示桌面
树莓派入门操作及VNC显示 cannot currently show the desktop 解决方法_第15张图片

你可能感兴趣的:(树莓派)