Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2508

Raspberry Pi OS • Re: How does the bookworm system rotate the system startup screen or not display any startup information? based on raspi

$
0
0
Are you running the desktop or the lite install of Bookworm?

You can also try this line in the CLI to see if it rotates it. If so this could be inserted into a cron task to run at startup:

First do

Code:

WAYLAND_DISPLAY="wayland-1" wlr-randr
to figure out what output your display is using.

Then do

Code:

WAYLAND_DISPLAY="wayland-1" wlr-randr --output <WHAT YOU LEARNED ABOVE> --on --transform 90
and let us know if that works for you?

Statistics: Posted by Baenwort — Thu Dec 28, 2023 3:13 pm



Viewing all articles
Browse latest Browse all 2508

Trending Articles