Read the statement by Michael Teeuw here.
Black screen on HMDI output, content on remote browser
-
@chris_d sorry typo in my instructions, a dot instead of a slash… see and try again
-
@sdetweil
The platform failed to initialize.Missing X server or $DISPLAY -
@chris_d you are running the full desktop os, right? text/cli mode doesn’t work, unless u want to run server only and view from somewhere else.
-
@sdetweil I am running the full desktop. yes.
This used to work but following a Magic Mirror and pi system update it no longer does.
I can see the desktop on boot up, but when pm2 runs the mirror then I get the blank screen. -
-
@sdetweil said in Black screen on HMDI output, content on remote browser:
lsb_release -a
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: busterI am using ssh to remote into the pi
The following thread seems similar, but does not offer a solution
https://forum.magicmirror.builders/topic/17211/having-trouble-with-launch-perhaps-display-value?page=1 -
@chris_d interesting. I ssh into my mirror systems all the time and never have trouble.
do
pm2 stop all cd ~/MagicMirror npm start >somefile.txt 2>&1
wait til the black screen
ctrl-c in the ssh terminalthen nano somefile.txt, scroll down
see if there are any errors reported…the package.json will set DISPLAY if not set
-
@sdetweil said in Black screen on HMDI output, content on remote browser:
pm2 stop all
cd ~/MagicMirror
npm start >somefile.txt 2>&1Errors are:
[2883:0119/213451.321388:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[2916:0119/213451.509005:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported. -
-
@sdetweil said in Black screen on HMDI output, content on remote browser:
export ELECTRON_DISABLE_GPU=1
No error now, but still a black screen