From 7aa20dd9576443250f989f2816692c8f79d4e407 Mon Sep 17 00:00:00 2001 From: dbkc <66886574+dbkc@users.noreply.github.com> Date: Sun, 12 May 2024 14:01:20 -0500 Subject: [PATCH] Updated Configuring the Raspberry Pi (markdown) --- Configuring-the-Raspberry-Pi.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuring-the-Raspberry-Pi.md b/Configuring-the-Raspberry-Pi.md index 3f78146..4181740 100644 --- a/Configuring-the-Raspberry-Pi.md +++ b/Configuring-the-Raspberry-Pi.md @@ -22,6 +22,7 @@ And add the following line: ```` @xrandr --output HDMI-1 --rotate right ```` +If the above doesn't work after a reboot, run raspi-config. Under Advanced Options go to Wayland and change to X11 and reboot. ℹ️ _As was mentioned in the [forums](https://forum.magicmirror.builders/topic/4684/electron-cpu-usage/238) you can also use the fake kms driver instead._