当前位置:网站首页>3. Transbot modifies the display resolution
3. Transbot modifies the display resolution
2022-07-22 18:28:00 【My. research chicken】
Transbot The resolution of is the default adaptation 7 Inch display , If the user doesn't buy 7 Inch portable display , It can also be used normally , But by VNC The resolution of the interface seen by remote login is not the best , At this time, you can modify it by the following method :
(1)、 modify /boot/firmware/config.txt File permissions for . And then restart ;
sudo chmod 777 /boot/firmware/config.txt
reboot
(2)、 Open and edit /boot/firmware/config.txt, Find the following at the end of the file , Use this paragraph #, Comment them out , Then save , restart ;
sudo gedit /boot/firmware/config.txt
Code snippets that need comments
max_usb_current=1
hdmi_force_hotplug=1
config_hdmi_boost=7
hdmi_group=2
hdmi_mode=87
hdmi_drive=1
display_rotate=0
hdmi_cvt 1024 600 60 6 0 0 0
PS: Raspberry pie does not connect to the display to solve the startup failure , hold hdmi_force_hotplug=1 Remove the comment from this sentence
边栏推荐
- QT笔记——网络通信 之 QUdpSocket
- 线程学习笔记
- Gbase8s database set database object mode statement
- 力扣解法汇总1252-奇数值单元格的数目
- MySQL密碼正確但是啟動報錯Unable to create initial connections of pool.Access denied for user ‘root‘@‘localhost
- 腾讯持久化框架MMKV原理探究
- 力扣解法汇总515-在每个树行中找最大值
- Using pypyodbc in Ubuntu cannot connect to SQL Server
- Solve typescript error: a computed property name in an interface must refer to an expression why type
- "Review of software engineering in Wuhan University of technology" Chapter 5 | software architecture
猜你喜欢
随机推荐
[10:00 public class]: cloud video conference system privatization practice
Microsoft SQL Server数据库语言及功能使用(十二)
力扣解法汇总498-对角线遍历
主动降噪耳机排行榜10强,主动降噪耳机十大品牌
QT笔记—— QTableWidget 之 拖拽行数 和 移动
Fabric.js 居中元素
Le mot de passe MySQL est correct, mais une erreur de démarrage n'a pas été signalée pour créer des connexions initiales de pool. Accès refusé pour l'utilisateur 'root' @ 'localhost
Internet Download Manager2022试用版(简称 IDM)
【Rust】为什么我建议你学一下 Rust | Rust 初探
Mutexes and semaphores
Lesson 12 MySQL high availability component MHA
QT笔记——QtXml
Fcntl function
基于混合深度学习的多类型低速率DDoS攻击检测方法
2021-10-18使用eop烧写裸板程序
fcntl函数
SQL多条件查询无法实现
力扣解法汇总1217-玩筹码
"Review of software engineering in Wuhan University of technology" Chapter 7 | software testing
「武汉理工大学 软件工程复习」第一章 | 软件工程概述