From d6566054fdfc183a4a846f9b4d04f4781fb7a711 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 19 Aug 2025 14:37:54 +0100 Subject: [PATCH 1/3] Add caveat about rotating the non-desktop environment --- documentation/asciidoc/accessories/touch-display-2/about.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/asciidoc/accessories/touch-display-2/about.adoc b/documentation/asciidoc/accessories/touch-display-2/about.adoc index 19c2dedef..7231aa260 100644 --- a/documentation/asciidoc/accessories/touch-display-2/about.adoc +++ b/documentation/asciidoc/accessories/touch-display-2/about.adoc @@ -154,6 +154,8 @@ To rotate the display without a desktop, edit the `/boot/firmware/cmdline.txt` f video=DSI-1:720x1280@60,rotate= ---- +NOTE: This `rotate=` setting only rotates the text-mode console; any applications that write directly to DRM (e.g. libcamera or cvlc) won't be rotated, and will instead need to use their own rotaion options. + NOTE: You can't rotate the DSI display separately from the HDMI display with `cmdline.txt`. When you use DSI and HDMI simultaneously, they share the same rotation value. == Customise touchscreen settings From 1160e1c4ddf960f51ac5fdccbed1f3881534c46f Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 19 Aug 2025 14:56:44 +0100 Subject: [PATCH 2/3] Fix typo and add further clarification --- documentation/asciidoc/accessories/touch-display-2/about.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/accessories/touch-display-2/about.adoc b/documentation/asciidoc/accessories/touch-display-2/about.adoc index 7231aa260..fce8ed472 100644 --- a/documentation/asciidoc/accessories/touch-display-2/about.adoc +++ b/documentation/asciidoc/accessories/touch-display-2/about.adoc @@ -154,7 +154,7 @@ To rotate the display without a desktop, edit the `/boot/firmware/cmdline.txt` f video=DSI-1:720x1280@60,rotate= ---- -NOTE: This `rotate=` setting only rotates the text-mode console; any applications that write directly to DRM (e.g. libcamera or cvlc) won't be rotated, and will instead need to use their own rotaion options. +NOTE: This `rotate=` setting only rotates the text-mode console; any applications that write directly to DRM (e.g. libcamera or cvlc) won't be rotated, and will instead need to use their own rotation options (if available). NOTE: You can't rotate the DSI display separately from the HDMI display with `cmdline.txt`. When you use DSI and HDMI simultaneously, they share the same rotation value. From e004a8c762ae208a0903389622afc417a9a7cbfe Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 20 Aug 2025 13:33:48 +0100 Subject: [PATCH 3/3] wording tweak --- documentation/asciidoc/accessories/touch-display-2/about.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/accessories/touch-display-2/about.adoc b/documentation/asciidoc/accessories/touch-display-2/about.adoc index fce8ed472..d58cf3c07 100644 --- a/documentation/asciidoc/accessories/touch-display-2/about.adoc +++ b/documentation/asciidoc/accessories/touch-display-2/about.adoc @@ -154,7 +154,7 @@ To rotate the display without a desktop, edit the `/boot/firmware/cmdline.txt` f video=DSI-1:720x1280@60,rotate= ---- -NOTE: This `rotate=` setting only rotates the text-mode console; any applications that write directly to DRM (e.g. libcamera or cvlc) won't be rotated, and will instead need to use their own rotation options (if available). +This `rotate=` setting only rotates the text-mode console; any applications that write directly to DRM (for example libcamera or cvlc) won't be rotated, and will instead need to use their own rotation options (if available). NOTE: You can't rotate the DSI display separately from the HDMI display with `cmdline.txt`. When you use DSI and HDMI simultaneously, they share the same rotation value.