@MM2020 oof buddy.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Posts
-
RE: pm2 Autostart invert issue
@BKeyport I’ve tried this on a RPi 3B+ as well and same issue.
-
RE: pm2 Autostart invert issue
@BKeyport I am using a Pi 4 for this matter. I don’t know what a KMS driver is, actually. Screen Configuration does not appear but I use a command that works the same way:
DISPLAY=:0 xrandr --output HDMI-1 --rotate inverted -
RE: pm2 Autostart invert issue
@sdetweil that was the aritcle i referred to before i posted it here and yes i am using buster.
-
RE: pm2 Autostart invert issue
@sdetweil yes. i followed everything that was on this website.
-
RE: pm2 Autostart invert issue
@sdetweil yeah and the issue still somehow persists
-
RE: pm2 Autostart invert issue
@sdetweil this time even when I give ^q, the screen is not inverted as opposed to last time.
-
RE: pm2 Autostart invert issue
I did that already but the issue still persists.
cd./ MagicMirror DISPLAY=:0 xrandr --output HDMI-1 --rotate inverted DISPLAY=:0 npm start -
RE: pm2 Autostart invert issue
here’s my mm.sh file:
cd./ MagicMirror DISPLAY=:0 npm start DISPLAY=:0 xrandr --output HDMI-1 --rotate inverted