- 精华
- 0
- 帖子
- 5553
- 威望
- 0 点
- 积分
- 6171 点
- 种子
- 628 点
- 注册时间
- 2015-12-23
- 最后登录
- 2024-1-15
|
发表于 2016-10-9 20:32 · 广东
|
显示全部楼层
miniz 发表于 2016-10-9 20:21
哥们你好!能请教一下,av输出需要设置些什么吗?谢谢啦
写好Retropie的TF卡插回电脑,里面有个config.txt,用notepad++打开
参考我这个配置文件
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=0
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border 过扫描设置,自己根据实际修改
overscan_left=4
overscan_right=20
overscan_top=20
overscan_bottom=4
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# uncomment for composite 设置输出电视制式为NTSC
sdtv_mode=0
# for more options see http://elinux.org/RPi_config.txt
gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=256
最主要需要一条树莓派专用的3.5mm转RCA的线
|
|