- Hands-On Robotics Programming with C++
- Dinesh Tavasalkar
- 123字
- 2021-06-24 15:30:27
Increase the VNC's screen resolution
After viewing the RPi's display output in the VNC Viewer, you will notice that the screen resolution of the VNC Viewer is small and it does not cover the entire screen. To increase the screen resolution, we need to edit the config.txt file:
- Enter the following command in the terminal window:
sudo nano /boot/config.txt
- Next, below the #hdmi_mode=1 code, enter the following three lines:
hdmi_ignore_edid=0xa5000080
hdmi_group=2
hdmi_mode=85
- After this, press Ctrl + O and then press Enter to save the file. Press Ctrl + X to exit:

- Next, reboot your RPi to apply these changes:
sudo reboot
Once rebooted, you will notice that the VNC's screen resolution has increased and it now covers the entire screen.
推薦閱讀
- Learning Java Functional Programming
- Microsoft Application Virtualization Cookbook
- 簡單高效LATEX
- Java Web開發之道
- MATLAB 2020從入門到精通
- Multithreading in C# 5.0 Cookbook
- Getting Started with Polymer
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- Visual Basic語言程序設計上機指導與練習(第3版)
- Spring Boot 2+Thymeleaf企業應用實戰
- Mastering Vim
- Java網絡編程實用精解
- Developing RESTful Web Services with Jersey 2.0
- Learning C# by Developing Games with Unity 3D Beginner's Guide
- ROS機器人程序設計