HDMI,HDMI-VGA转换器黑屏解决方法 转载
这个配置提供了HDMI的所有故障排除用的保守设置。请将SD卡插入电脑,将这些内容存为config.txt。(原来的config.txt可以备份一下。)hdmi_force_hotplug:强制使用HDMI输出(强行认为HDMI口已经插入了设备)
config_hdmi_boost:HDMI信号增强。
hdmi_group、hdmi_mode:决定分辨率。group=2, mode=9 代表800x600 @ 60Hz。
hdmi_ignore_edid:强行按hdmi_group和hdmi_mode规定的分辨率输出。不检测显示器自身的分辨率。
disable_overscan:强行禁止保留黑边功能。这个文件会命令树莓派:强制使用800x600分辨率,60Hz刷新率,并强制从HDMI输出。
请先尝试这样开机。如果开机能成功,就把hdmi_group和hdmi_mode,更改成自己显示器的分辨率即可。
如果不行,请更改hdmi_mode的值更换以下其他分辨率:
hdmi_mode=4 640x480 60Hz
hdmi_mode=9 800x600 60Hz
hdmi_mode=16 1024x76860Hz
hdmi_mode=17 1024x76870Hz
hdmi_mode=23 1280x76860Hz 我怎么觉得老大你的 config文件都没给参数啊 都是说明啊 wangku001wei 发表于 2013-3-18 02:09 static/image/common/back.gif
我怎么觉得老大你的 config文件都没给参数啊 都是说明啊
看这个:http://www.shumeipai.net/thread-13936-1-1.html
根据自己需要设置,选择 本帖最后由 沙渺 于 2013-3-19 15:02 编辑
这个帖子由我做必要的答疑和更新。
回帖建议点一下本楼层的‘回复’,这样我就能收到提醒。 先顶了,会有用的 谢谢,这样设置成功了。但是我没有键盘,如何跳过那个Raspi-config向导 沙渺 发表于 2013-3-18 13:42 static/image/common/back.gif
这个帖子由我做必要的答疑和更新。
回帖建议点一下本楼层的‘回复’,这样我就能收到提醒。
你好新装系统raspbian系统下hdmi转vga黑屏 raspbmc系统下显示正常 请指教一下 谢谢 沙渺 发表于 2013-3-18 13:42 static/image/common/back.gif
这个帖子由我做必要的答疑和更新。
回帖建议点一下本楼层的‘回复’,这样我就能收到提醒。
# 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=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# 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 PAL
#sdtv_mode=2
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
# for more options see http://elinux.org/RPi_config.txt
帮我看看怎么修改 先谢谢了 yingangg 发表于 2013-4-4 16:15 static/image/common/back.gif
你好新装系统raspbian系统下hdmi转vga黑屏 raspbmc系统下显示正常 请指教一下 谢谢
这样就简单了:把raspbmc的config.txt拷给raspbian用就可以。
config.txt任意操作系统都通用。(config.txt的读取和处理先于操作系统) 太感谢了,终于成功了啊 啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
页:
[1]
2