guysoft / FullPageOS

A raspberrypi distro to display a full page browser on boot
GNU General Public License v3.0
3.79k stars 229 forks source link

New TV, black screen. #128

Closed mgjuhler closed 5 years ago

mgjuhler commented 7 years ago

Today i have bought a new TV for use with my pi and FullPageOS. I put my pi into my new tv and power it up, there comes this "colored" boot thing and after that nothing happens, the screen is black. I do not get any mouse or similar response when using keyboard and mouse. However, I can ssh to it and use it as i must without picture on the tv. If I put my pi in my old tv then there is no problem.

I have checked the settings on the new TV and have been through it all without luck. The new TV does not write "no signal" unless i remove the hdmi cable from it.

I really hope that someone can help me :(

Build: fullpageos-jessie-lite-0.7.0_RC1 (Nightly) Pi version: 3 B

New TV: philips 49PFS5301 Old TV: samsung UE55H8005SQ

mgjuhler commented 7 years ago

Any help?

SManAT commented 7 years ago

just a quick shot, i have the same problem on a normal LED Monitor i tried the option hdmi_safe=1 in the config file (hope syntax is correct) after that i got the OS on the screen here. But it hangs at logon screen .... more in future ;)

SManAT commented 7 years ago

Other approach that worked. Lightdm seems to be the problem, so i used another manager

sudo apt-get install slim
sudo dpkg-reconfigure slim

now i can login to the system, but right now, nothing more ....

mgjuhler commented 6 years ago

Well.. now i have tryed with "hdmi_safe=1" and nothing changed.. so i tryed "2017-03-30_2017-03-02-fullpageos-jessie-lite-0.7.0_RC2" and still no changes.. when i run "2017-04-10-raspbian-jessie" on it works fine. So its a FullPageOS problem. i really need som kind of help to fix this problem :(

hlandao commented 6 years ago

I have the same issue

tailorvj commented 6 years ago

I've seen this happen with low voltage power input. Try to feed the Pi with at least 2V or even 2.5V power input. A lot of USB power outputs and phone chargers only provide 1A

guysoft commented 6 years ago

please use RC3. Which is the latest

muoi commented 6 years ago

Just had the same issue, it works on one monitor but not the other (both Dell). Although first boots works on both.

rbened commented 6 years ago

Having the same issues. Ruled out the possibility being low voltage, tried with different versions of the OS, including the lastest.

Works fine on the old TV (LG43UH661V), the new TV (LG43UJ670V) only shows the 'color logo' and with a fresh install briefly shows the initial boot screen.

guysoft commented 6 years ago

If you see the color screen it means the pi is not booting and it should not be affected by what you plug into the HDMI

rbened commented 6 years ago

The color screen shows only briefly, not permanent. I'll try to make a video later to show what happens exactly.

guysoft commented 6 years ago

Does the pi boot? Do you see the green LED flashing after that? If so then its clearly an HDMI issue.

muoi commented 6 years ago

I ended up using another distro and have been since my last comment and it works fine on all monitors. There's a problem with this distro for some monitors I believe.

guysoft commented 6 years ago

Can you link to that distro? The way to solve this is finding out what is difference between the two distros.

Gun-neR commented 6 years ago

I just downloaded the latest version and installed after setting my WiFi. on the TV/monitor I watched it boot, resize the SD, run through the colour splash and boot process... then blank.

Now whenever I power the RPi the monitor indicates a signal, but screen stays black ... then after about 20 seconds, the monitor switches to sleep as it looses the signal.

I have confirmed this on two different monitors, the 1st a 1280x1024 Monitor and the 2nd one a full 1920x1080.

I can SSH in and even see what I probably should see on the TV/monitor when I set my browser to http:///welcome/

Running on an RPi Zero W... yes I know it is slow, but it is all I have right now... and should still display something.

guysoft commented 6 years ago

I tried a rpi 1 for the sake it, it didn't work.

Gun-neR commented 6 years ago

That reminded me, I did have a RPi Model B v2.0. So I jammed the micro SD into an adapter and powered it up... and, same reaction in the monitor (very brief flash of the colour swatch, then no signal sleep mode), but I can SSH and also see it on the browser. Well actually, it seems I can see the welcome page, but when I go to just the IP, I get a placeholder page, despite the fact that I put http://google.ca in the fullpageos.txt file, so I might be doing something wrong there?... but still having nothing on the monitor is the main issue.

regand02 commented 6 years ago

I have a similar problem with a Pi 2. With both 0.8.1 and 0.9.0, there is a black screen on every boot. Network is wired DHCP that admittedly requires a proxy, but I've tried it with network in and out and proxies configured and not. I can SSH and VNC in, in addition to being connected to the monitor, but nothing.

ps aux shows no chromium instances running at all, and run_onepageos seems to be running in a loop - the if statement returns a HTTP 400 though.

e: I also tried replacing the URL in fullpageos.txt, but the run_onepageos script seems hardcoded?

double edit: ok, so I edited run_onepageos to read:

!/bin/bash

x11vnc -many -rfbauth /home/pi/.vnc/passwd & url=$(cat /boot/fullpageos.txt) while true do if [ $(curl -sL -w "%{http_code}\n" "$url" -o /dev/null) == "200" ] || grep -q disabled "/boot/check_for_httpd" ; then (sleep 15 ; /home/pi/scripts/fullscreen) & xdotool mousemove 9000 9000 /home/pi/scripts/start_chromium_browser fi sleep 1 done

And that seems to work. So possibly something fishy with the built-in dashboard, but since I'm not using that anyway it works for me!

Gun-neR commented 6 years ago

OK, I finally got a visible screen (using my RPi Zero W)... looks a little strange though. I think It started working after re- downloading and flashing 2017-10-22_2017-09-07-fullpageos-stretch-lite-0.8.1

But I did also "activate" force HDMI-1 or Mode-1 or something?? I don't want to pull the SD card, again, just to see what I did, and I would have to since WiFi is no longer working (Yes, I also posted in proper topic).

EDIT - in config.txt

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

Anyhow... is this what it is supposed to look like?

2017-11-08 01 02 40

Gun-neR commented 6 years ago

OK, got the WiFi working (one to many # removed)... and somehow that also changed the screen layout??

I guess now this is too zoomed in?

2017-11-08 04 38 05

I guess I will keep fiddling with it :)

guysoft commented 5 years ago

Another option to help this could be hdmi_boost config parameter: https://www.raspberrypi.org/documentation/configuration/config-txt/video.md

Also, should I close this? it seems there is no specific issue here anymore

Gun-neR commented 5 years ago

I could not get it to work, so long ago I went a different route with a basic browser, in the end it was much simpler. No need to keep this topic open for my sake ;)

guysoft commented 5 years ago

Ok, one more thing that might fix it is using the no-acceleration version. nightly currently at: http://unofficialpi.org/Distros/FullPageOS/no-acceleration/nightly/

KiwiKilian commented 5 years ago

We also had a black screen with only the cursor in the lower right corner visible as a white point. The "No Accelleration" Version fixed this problem. Thank you!

guysoft commented 5 years ago

@mgjuhler Did the new non-acceleration RC fix your issue?