[SOLVED] SARPI (fatdog) on RPi4 - no HDMI video [SOLVED]
Slackware - ARMThis forum is for the discussion of Slackware ARM.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
When I booted the RPi4 from the newly "xc"'d sdcard there was no HDMI video. The fix was to uncomment the following two lines in config.txt (in the mmcblk0p1 partition):
Code:
# Uncomment if you get no picture on HDMI for a default "safe" mode
hdmi_safe=1
# Uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1
After installing SARPI and rebooting, again, no HDMI video... Again, the fix was to uncomment the same two lines in /boot/config.txt
When I booted the RPi4 from the newly "xc"'d sdcard there was no HDMI video. The fix was to uncomment the following two lines in config.txt (in the mmcblk0p1 partition):
Code:
# Uncomment if you get no picture on HDMI for a default "safe" mode
hdmi_safe=1
# Uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1
After installing SARPI and rebooting, again, no HDMI video... Again, the fix was to uncomment the same two lines in /boot/config.txt
OK cool. Thanks for this. I will certainly bear it in mind and if any other Slackers have the same experience as you then it'll become an issue to address. I've not had any problems of the kind you've described with Slackware ARM current on the RPi4. In fact, much the opposite.
OK cool. Thanks for this. I will certainly bear it in mind and if any other Slackers have the same experience as you then it'll become an issue to address. I've not had any problems of the kind you've described with Slackware ARM current on the RPi4. In fact, much the opposite.
No problems here with HDMI video. Haven’t tried audio.
I found out WHY the HDMI video doesn't work on some installs....
If you use an OLD monitor (or a TV) for the install, they may not be able to handle the high default resolution of the RPi4. When this is the case, the monitor just shows a black or a "no input signal" screen.
You can fix this by changing monitors -OR- changing the config file as I described in the first post.
I found out WHY the HDMI video doesn't work on some installs....
If you use an OLD monitor (or a TV) for the install, they may not be able to handle the high default resolution of the RPi4. When this is the case, the monitor just shows a black or a "no input signal" screen.
You can fix this by changing monitors -OR- changing the config file as I described in the first post.
Sure thing. This happens when the video mode of the screen display cannot match the video mode that the RPi is using. It's a known quantity and can usually be fixed by altering one's /boot/config.txt settings to operate on a lower/lesser level. Part of the fun in getting things to work in Slackware ARM is solving issues such as these. Although, this is not a Slackware ARM [or SARPi] issue. It's all down to the capabilities of the screen display that you're using.
I generally try to connect via ssh when there's no expected display, and if that is working OK I then look at the video mode(s), then cables, etc.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.