From 1d4696342cd0101039c8f4097eb50c5f8d51fc14 Mon Sep 17 00:00:00 2001 From: yury-zaryadov <60196395+yury-zaryadov@users.noreply.github.com> Date: Sat, 25 Jan 2020 19:21:28 -0500 Subject: [PATCH] ~/.config/lxsession is not found in Raspbian Buster.. --- Configuring-the-Raspberry-Pi.md | 5 +++++ 1 file changed, 5 insertions(+) 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