- 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.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- 軟件安全技術(shù)
- Python機器學(xué)習(xí):數(shù)據(jù)分析與評分卡建模(微課版)
- 單片機C語言程序設(shè)計實訓(xùn)100例:基于STC8051+Proteus仿真與實戰(zhàn)
- NLTK基礎(chǔ)教程:用NLTK和Python庫構(gòu)建機器學(xué)習(xí)應(yīng)用
- Node.js Design Patterns
- Linux:Embedded Development
- 青少年信息學(xué)競賽
- Mastering Unity 2D Game Development(Second Edition)
- HTML5+CSS3 Web前端開發(fā)技術(shù)(第2版)
- Python入門很輕松(微課超值版)
- Scala Functional Programming Patterns
- Java EE程序設(shè)計與開發(fā)實踐教程
- 一步一步學(xué)Spring Boot:微服務(wù)項目實戰(zhàn)(第2版)
- 劍指大數(shù)據(jù):企業(yè)級電商數(shù)據(jù)倉庫項目實戰(zhàn)(精華版)