Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grafana Kiosk stuck in Grey Screen #72

Open
Austriker opened this issue Apr 29, 2022 · 3 comments
Open

Grafana Kiosk stuck in Grey Screen #72

Austriker opened this issue Apr 29, 2022 · 3 comments
Labels

Comments

@Austriker
Copy link

Hi,

I have updated my raspberry PI 3B
Linux raspberrypi 5.15.32-v7+ #1538 SMP Thu Mar 31 19:38:48 BST 2022 armv7l GNU/Linux
Chromium 98.0.4758.106 Built on Raspbian , running on Raspbian 11

And it stays stuck. I don't see a login only a dark grey background.

./grafana-kiosk.linux.armv7 
2022/04/29 13:20:44 No config specified, using environment and args
2022/04/29 13:20:44 AutoFit: true
2022/04/29 13:20:44 LXDEEnabled: false
2022/04/29 13:20:44 LXDEHome: /home/pi
2022/04/29 13:20:44 Mode: full
2022/04/29 13:20:44 WindowPosition: 0,0
2022/04/29 13:20:44 URL: https://play.grafana.org
2022/04/29 13:20:44 LoginMethod: anon
2022/04/29 13:20:44 Username: guest
2022/04/29 13:20:44 Password: *redacted*
2022/04/29 13:20:44 IgnoreCertificateErrors: false
2022/04/29 13:20:44 IsPlayList: false
2022/04/29 13:20:44 Fieldname Username: false
2022/04/29 13:20:44 Fieldname Username: username
2022/04/29 13:20:44 Fieldname Password: password
2022/04/29 13:20:44 AutoFit: true
2022/04/29 13:20:44 LXDEEnabled: false
2022/04/29 13:20:44 LXDEHome: /home/pi
2022/04/29 13:20:44 Mode: full
2022/04/29 13:20:44 WindowPosition: 0,0
2022/04/29 13:20:44 URL: https://play.grafana.org
2022/04/29 13:20:44 LoginMethod: anon
2022/04/29 13:20:44 Username: guest
2022/04/29 13:20:44 Password: *redacted*
2022/04/29 13:20:44 IgnoreCertificateErrors: false
2022/04/29 13:20:44 IsPlayList: false
2022/04/29 13:20:44 Fieldname Username: false
2022/04/29 13:20:44 Fieldname Username: username
2022/04/29 13:20:44 Fieldname Password: password
2022/04/29 13:20:44 DISPLAY= :0
2022/04/29 13:20:44 XAUTHORITY not set, autosetting
2022/04/29 13:20:44 XAUTHORITY= /home/pi/.Xauthority
2022/04/29 13:20:44 method  anon
2022/04/29 13:20:44 Launching ANON login kiosk

I have disabled hardware acceleration on chromium but it doesn't change the issue.

Cheers

@vitosans
Copy link

Same problem here.

@sorny
Copy link

sorny commented Jul 4, 2022

I downgraded to Chromium 88 to fix the grey screen issue:

wget "http://archive.raspberrypi.org/debian/pool/main/c/chromium-browser/chromium-browser_88.0.4324.187-rpt1_armhf.deb"
wget "http://archive.raspberrypi.org/debian/pool/main/c/chromium-browser/chromium-codecs-ffmpeg-extra_88.0.4324.187-rpt1_armhf.deb"
sudo apt install --no-install-recommends --allow-downgrades --allow-change-held-packages ./chromium-browser_88.0.4324.187-rpt1_armhf.deb ./chromium-codecs-ffmpeg-extra_88.0.4324.187-rpt1_armhf.deb
sudo apt-mark hold chromium-browser chromium-codecs-ffmpeg-extra

@ian-zunderdorp
Copy link

If you're on Grafana 9.0.x then in my experience Chromium 92 or higher works. It is because Grafana updated their javascript codebase, which causes javascript parsing errors in older Chromium versions.

@briangann briangann added bug Something isn't working needs investigation labels Sep 22, 2022
@github-actions github-actions bot added the stale label Mar 7, 2023
@briangann briangann added no stalebot exempt from stale bot and removed stale labels Mar 7, 2023
@briangann briangann removed no stalebot exempt from stale bot bug Something isn't working needs investigation labels Mar 7, 2024
@briangann briangann added this to To do in grafana-kiosk Mar 7, 2024
@github-actions github-actions bot added the stale label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
grafana-kiosk
  
To do
Development

No branches or pull requests

5 participants