blues667 发表于 2013-5-18 16:00:32

raspbian配树老板家买的HDMI-》VGA,屏幕分辨设置求助

断断续续花费几个小时的时间,阻塞了两个多星期,分辨率还没配上去。
目前好像是640*480, X下好像也是这个分辨率。

OS是Raspbian系统,硬件是通过hdmi-》vga接个19寸的LED显示器。

不知有哪位达人解决过类似的问题,烦请指点1、2,这里先拜谢了。

下面是我config.txt文件的内容(只修改此文件就能将分辨率配好么?hdmi=16、19、35都试过,都不好用):# uncomment if you get no picture on HDMI for a default "safe" mode //cjl uncommented
hdmi_safe=1

hdmi_group=2

# uncomment to force a specific HDMI mode (this will force VGA)
#以下是计算机显示器使用的分辨率。
#这些分辨率的hdmi_group=2。
#hdmi_mode=1    640x350   85Hz
#hdmi_mode=2    640x400   85Hz//cjl uncommneted


# Set monitor resolution to 1024x768 XGA 60Hz (HDMI_DMT_XGA_60)//cjl added
# hdmi_mode=16
# hdmi_mode=17
# hdmi_mode=18
# 19 1024*768 85hz
hdmi_mode=19
# hdmi_mode=20

# 35 1280*1024 60hz
# hdmi_mode=35
# hdmi_mode=20

#另外一项“hdmi_ignore_edid”,是命令树莓派不检测HDMI设备的任何信息,只按照我们指定的分辨率输出。
#如果不加,树莓派可能仍会“自作聪明”的检测HDMI设备的分辨率,结果造成我们设置的分辨率无效。
hdmi_ignore_edid=0xa5000080

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan //cjl uncommented
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=-64
#overscan_right=-48
#overscan_top=-48
#overscan_bottom=-48

# uncomment to force a console size. By default it will be display's size minus
# overscan. //cjl uncommented
# framebuffer_width=1024
# framebuffer_height=768

# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=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

树老大 发表于 2013-5-18 16:52:57

hdmi_safe=1 这个注释掉。尝试配置一下其他的分辨率,及修改其他参数值。尝试过程中,可能会黑屏或无信号等。
或者按照这个教程来。
http://www.shumeipai.net/forum.php?mod=viewthread&tid=380

blues667 发表于 2013-5-18 17:43:01

树老大 发表于 2013-5-18 16:52 static/image/common/back.gif
hdmi_safe=1 这个注释掉。尝试配置一下其他的分辨率,及修改其他参数值。尝试过程中,可能会黑屏或无信号等 ...

哦,这个hdmi_safe=1, 还是从你那里学的呢; 好,那我注释掉,再折腾折腾。先谢谢树老大。

blues667 发表于 2013-5-18 17:56:09

树老大 发表于 2013-5-18 16:52 static/image/common/back.gif
hdmi_safe=1 这个注释掉。尝试配置一下其他的分辨率,及修改其他参数值。尝试过程中,可能会黑屏或无信号等 ...

树老大这个“hdmi_safe=1”害人不浅呀。:(:L:(:L

注释掉该行后,设置为hdmi_mode=16, 分辨率马上就上来了。还是树老大是专家。:handshake

树老大 发表于 2013-5-18 18:16:12

哈哈,好了就行
页: [1]
查看完整版本: raspbian配树老板家买的HDMI-》VGA,屏幕分辨设置求助