修改树莓派配置文档config.txt
在树莓派的启动分区(system-boot)里,有个config.txt,

树莓派4不接显示器不工作的问题

 

里面有两行

# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
其中hdmi_force_hotplug代表强制树莓派使用HDMI端口,即使树莓派没有检测到显示器连接仍然使用HDMI端口。该值为0时允许树莓派尝试检测显示器,当该值为1时,强制树莓派使用HDMI。即改为

# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1
重启后,即使不接显示器,树莓派4依然会认为有显示插入,之后就可以顺利进入系统桌面了~
 

相关文章:

  • 2022-12-23
  • 2021-09-18
  • 2021-05-13
  • 2021-11-02
  • 2021-12-28
  • 2021-06-13
  • 2022-01-06
  • 2022-12-23
猜你喜欢
  • 2021-12-10
  • 2021-04-08
  • 2022-12-23
  • 2021-12-04
  • 2021-12-23
  • 2021-10-23
相关资源
相似解决方案