博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
树莓派 config.txt
阅读量:6848 次
发布时间:2019-06-26

本文共 1835 字,大约阅读时间需要 6 分钟。

树莓派开机默认配置文件:/boot/config.txt

1 # For more options and information see 2 # http://www.raspberrypi.org/documentation/configuration/config-txt.md 3 # Some settings may impact device functionality. See link above for details 4  5 # uncomment if you get no picture on HDMI for a default "safe" mode 6 #hdmi_safe=1 7  8 # uncomment this if your display has a black border of unused pixels visible 9 # and your display can output without overscan10 disable_overscan=111 12 # uncomment the following to adjust overscan. Use positive numbers if console13 # goes off screen, and negative if there is too much border14 #overscan_left=1615 #overscan_right=1616 #overscan_top=1617 #overscan_bottom=1618 19 # uncomment to force a console size. By default it will be display's size minus20 # overscan.21 #framebuffer_width=128022 #framebuffer_height=72023 24 # uncomment if hdmi display is not detected and composite is being output25 #hdmi_force_hotplug=126 27 # uncomment to force a specific HDMI mode (this will force VGA)28 #hdmi_group=129 #hdmi_mode=130 31 # uncomment to force a HDMI mode rather than DVI. This can make audio work in32 # DMT (computer monitor) modes33 #hdmi_drive=234 35 # uncomment to increase signal to HDMI, if you have interference, blanking, or36 # no display37 #config_hdmi_boost=438 39 # uncomment for composite PAL40 #sdtv_mode=241 42 #uncomment to overclock the arm. 700 MHz is the default.43 #arm_freq=80044 45 # Uncomment some or all of these to enable the optional hardware interfaces46 #dtparam=i2c_arm=on47 #dtparam=i2s=on48 #dtparam=spi=on49 50 # Uncomment this to enable the lirc-rpi module51 #dtoverlay=lirc-rpi52 53 # Additional overlays and parameters are documented /boot/overlays/README54 55 # Enable audio (loads snd_bcm2835)56 dtparam=audio=on57 58 # NOOBS Auto-generated Settings:59 hdmi_force_hotplug=1

 

转载地址:http://kcrul.baihongyu.com/

你可能感兴趣的文章
运行脚本下的 类tail -f sed -n
查看>>
[Python]学习基础篇:字典
查看>>
观察者模式
查看>>
Android WebView缓存机制详解
查看>>
Linux iptables命令高级网络
查看>>
STL中mem_fun和mem_fun_ref的用法
查看>>
Mysql管理总结
查看>>
Exchange2007的规划和安装
查看>>
同步时间
查看>>
去除TFS版本控制信息
查看>>
南海区妇幼保健院HIS数据容灾备份系统项目
查看>>
思科3560交换机端口限速
查看>>
linux网络设备无法启动问题处理
查看>>
生活大爆炸系列之磨望远镜
查看>>
文档:Windows Server 2012 配置Hyper-V复制
查看>>
正则表达式
查看>>
Angular企业级开发(1)-AngularJS简介
查看>>
如何查看自己电脑系统的安装日期-Window上
查看>>
tomcat 连接数设置(转)
查看>>
Windows压缩包安装MySQL
查看>>