Solution: Raspberry Pi VNC connection screen is not fully displayed

Table of contents

Foreword: I was re-burning the Raspberry Pi system to play. After I turned on VNC and connected, I found that my Raspberry Pi remote desktop screen was not fully displayed. It was very uncomfortable to watch!

PS: The process of starting the VNC service

 The problem is as follows:

 Problem Analysis: When the Raspberry Pi is connected via VNC, the incomplete display of the screen may be caused by mismatched resolutions.

The solution steps are as follows:

 Note: Raspberry Pi needs to be restarted


Foreword: I was re-burning the Raspberry Pi system to play. After I turned on VNC and connected, I found that my Raspberry Pi remote desktop screen was not fully displayed. It was very uncomfortable to watch!

PS: The process of starting the VNC service

Execute: sudo raspi-config

 

 

 

 

 The problem is as follows:

 

 Problem Analysis: When the Raspberry Pi is connected via VNC, the incomplete display of the screen may be caused by mismatched resolutions.

The solution steps are as follows:

To connect to your Raspberry Pi with ssh, execute the following command:

sudo raspi-config

 Select display settings:

 选择"VNC Resolution Set resolution for headeress use"

 It depends on personal preference here, choose a resolution you like, I chose 1920*1080, I like bigger ones, if you choose other resolutions, the problem has not been solved, you can try another resolution .

 

 

 Note: Raspberry Pi needs to be restarted

 Then connect your Raspberry Pi through the VNC service:

Guess you like

Origin blog.csdn.net/weixin_53000184/article/details/132120702