我在使用pi2的新飞利浦284E5QHAD上的显示器分辨率上遇到了一些麻烦。显示器可以处理全高清,但我的pi2似乎不这样做。
这是我的基本配置(/boot/config.txt)
#middle overclocking
arm_freq=900
core_freq=250
sdram_freq=450
over_voltage=2
# GPU RAM upgrade
gpu_mem=128
# Set sdtv mode to PAL (as used in Europe)
sdtv_mode=2
sdtv_aspect=3
# Force the monitor to HDMI mode so that sound will be sent over HDMI cable
hdmi_drive=2
# Set monitor resolution
#overscan_left=0
#overscan_right=0
#overscan_top=0
#overscan_bottom=0
disable_overscan=1这是我尝试使用的设置,但没有成功:
Test1
hdmi_group=1 x- hdmi_mode=16
Test2
hdmi_group=2 x- hdmi_mode=32
Test3
hdmi_group=2 x- hdmi_mode=82
结果都是一样的。有人给我主意了吗?
发布于 2015-10-09 07:16:46
我重新安装了映像,它只在
disable_overscan=1https://stackoverflow.com/questions/33008586
复制相似问题