Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| raspberry-pi:official-touchscreen [2026/03/15 18:03] – [Run chromium in kiosk mode at startup] Zyzonix | raspberry-pi:official-touchscreen [2026/03/15 19:02] (current) – Zyzonix | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ==== Rotating the Official 7" Touchscreen ==== | ==== Rotating the Official 7" Touchscreen ==== | ||
| + | Create the following DESKTOP-file | ||
| + | <panel type=" | ||
| + | <code bash> | ||
| + | [Desktop Entry] | ||
| + | Type=Application | ||
| + | Name=Rotate DSI 180° | ||
| + | Exec=/ | ||
| + | Hidden=false | ||
| + | NoDisplay=false | ||
| + | X-GNOME-Autostart-enabled=true | ||
| + | </ | ||
| + | </ | ||
| + | Check if DSI-1 is the correct display, use '' | ||
| + | |||
| + | **Legacy mode (pre-TRIXIE): | ||
| + | ++++ Show / Hide | | ||
| Comment the following line in your ''/ | Comment the following line in your ''/ | ||
| <code bash> | <code bash> | ||
| Line 15: | Line 31: | ||
| display_rotate=0 | display_rotate=0 | ||
| </ | </ | ||
| + | ++++ | ||
| ==== Run chromium in kiosk mode at startup ==== | ==== Run chromium in kiosk mode at startup ==== | ||
| Line 32: | Line 49: | ||
| --no-first-run \ | --no-first-run \ | ||
| --start-maximized \ | --start-maximized \ | ||
| + | --audio-buffer-size=16384 \ | ||
| --enable-features=OverlayScrollbar \ | --enable-features=OverlayScrollbar \ | ||
| https:// | https:// | ||
| </ | </ | ||
| </ | </ | ||
| + | This also includes already a higher buffer size for playing streams (e.g. internet radio) | ||
| Line 47: | Line 66: | ||
| //Sourced from: [[https:// | //Sourced from: [[https:// | ||
| ++++ | ++++ | ||
| - | |||
| ==== Turn off screen automatically after a period of inactivity ==== | ==== Turn off screen automatically after a period of inactivity ==== | ||