diff --git a/Configuring-the-Raspberry-Pi.md b/Configuring-the-Raspberry-Pi.md index 98aa779..c586f79 100644 --- a/Configuring-the-Raspberry-Pi.md +++ b/Configuring-the-Raspberry-Pi.md @@ -23,6 +23,11 @@ And add the following line: @xrandr --output HDMI-1 --rotate right ```` +If ~/.config/lxsession folder is not found: +```` +nano /etc/xdg/lxsession/LXDE-pi/autostart +```` + ℹ️ _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._ EDIT 03JAN20: fkms + screen rotation using display_rotate no longer seems to work, but kms method still does