在开启vnc之前我们需要先设置vnc的分别率,使用命令??
vncserver -geometry 1422x800
然而这时候可能出现报错
To start an instance of VNC Server in Virtual Mode, run the following command:
vncserver-virtual
To start the VNC Server in Virtual Mode daemon, run the following command as
root:
/etc/vnc/vncservice start vncserver-virtuald
To start VNC Server in Service Mode, run the following command as root:
/etc/vnc/vncservice start vncserver-x11-serviced
To start VNC Server in User Mode, run the following command:
vncserver-x11
大意为让你选择启动模式,但是这时候因为官方系统缺少配置,可能无法启动
使用命令:
sudo raspi-config
`sudo raspi-config` 是一个用于配置树莓派操作系统的命令行工具。通过这个命令,用户可以进行各种设置,如扩展文件系统、配置网络、修改密码、启用/禁用硬件功能等。它提供了一个交互式的界面,使用户可以方便地对树莓派进行各种配置和管理操作。
输入后进入交互式界面
选择Interface Options ? ?Configure connections to peripherals?
将vnc配置为enabled
确认后就可以直接使用vnc连接,这是不需要端口号。