From 65e19ccf0cbc663cb510bedd68ae4889ff575d18 Mon Sep 17 00:00:00 2001 From: Jason Hartgraves Date: Thu, 20 Jun 2019 15:17:37 -0500 Subject: [PATCH] Location of the autostart file in Raspbian Stretch has been changed to /etc/xdg/lxsession/LXDE-pi/autostart. --- Configuring-the-Raspberry-Pi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuring-the-Raspberry-Pi.md b/Configuring-the-Raspberry-Pi.md index a93408c..64c7d9c 100644 --- a/Configuring-the-Raspberry-Pi.md +++ b/Configuring-the-Raspberry-Pi.md @@ -12,7 +12,7 @@ dtoverlay=vc4-kms-v3d ℹ️ _Activating the Open GL drive can also be accomplished by using the `raspi-config` tool by running `sudo raspi-config`. Go to the `Advanced Options` menu and select `A7 GL Driver`. Next, select the `G1 GL (Full KMS) OpenGL desktop driver with full KMS`. Note that this option will be selected in the menu even when the GL drive is not yet configured._ -Unfortunately, as a result, the `display_rotate=1` ([see below](https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi#rotating-the-screen-and-hide-rainbow-colored-cube)) won't have any effect on the display. If you want to rotate the display when the Open GL driver is in use, we need to use the `xrandr` tool which allows us to rotate the display when in desktop mode. To do so, edit the autostart file: +Unfortunately, as a result, the `display_rotate=1` ([see below](https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi#rotating-the-screen-and-hide-rainbow-colored-cube)) won't have any effect on the display. If you want to rotate the display when the Open GL driver is in use, we need to use the `xrandr` tool which allows us to rotate the display when in desktop mode. To do so, edit the autostart file: (autostart file has been moved in the latest version of Raspbian Stretch, Version: April 2019, Release Date: 2019-04-08 Kernel: 4.14 to /etc/xdg/lxsession/LXDE-pi/autostart ): ```` nano ~/.config/lxsession/LXDE-pi/autostart ````