- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Oracle從入門到精通(第3版)
- Learning Java Functional Programming
- 兩周自制腳本語言
- Elastic Stack應(yīng)用寶典
- Python程序設(shè)計(jì)案例教程
- Kinect for Windows SDK Programming Guide
- Python機(jī)器學(xué)習(xí)編程與實(shí)戰(zhàn)
- The Complete Coding Interview Guide in Java
- Mastering Business Intelligence with MicroStrategy
- Clojure for Machine Learning
- Java編程從入門到精通
- Secret Recipes of the Python Ninja
- Appcelerator Titanium:Patterns and Best Practices
- Mastering ASP.NET Core 2.0