求助,调不了分辨率怎么办

das_ist_gut 2022-06-291175 次点击
显示器分辨率为1024x600,显示器设置说无法获取屏幕信息,raspi-config后重启还是老样子,config.txt如下
```
# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for d$

# 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 $
# and your display can output without overscan
#disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if$
# 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 $
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being ou$
hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=2
hdmi_mode=87

# uncomment to force a HDMI mode rather than DVI. This can make audio$
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, bla$

# 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

# Uncomment some or all of these to enable the optional hardware inte$
#dtparam=i2c_arm=on
#dtparam=i2s=on

# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18

# Additional overlays and parameters are documented /boot/overlays/RE$

# Enable audio (loads snd_bcm2835)
dtparam=audio=on

[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2

[all]
#dtoverlay=vc4-fkms-v3d
max_usb_current=1
hdmi_force_hotplug=1
config_hdmi_boost=7
hdmi_group=2
hdmi_mode=87
hdmi_mode=87
hdmi_drive=1
display_rotate=0
hdmi_cvt 1024 600 60 6 0 0 0
```
收藏 ♥ 感谢
Spoony 小组长 2022-06-29 
看到配置里面有重复的 hdmi_mode=87
去掉一个看看,如果还不行的话,可能要换默认的模式
https://shumeipai.nxez.com/2013/08/31/custom-display-resolution-raspberry-pie.html

hdmi_force_hotplug=1
config_hdmi_boost=4
hdmi_group=2
hdmi_mode=9
hdmi_drive=2
hdmi_ignore_edid=0xa5000080
disable_overscan=1

新版的 rpios 的 raspi-config 里面有 hdmi 输出配置,建议的话也选择 default
das_ist_gut 2022-06-30 
谢谢,以解决
das_ist_gut 2022-07-01 

登录注册 后可回复。