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

Troubleshooting • Re: Turn off the Video output from the Raspberry Pi5?

$
0
0
That's why I am looking for a command which turns the HDMI output off like it is the case with X11.
You've been given it already

Code:

wlr-randr --output HDMI-A-1 --off
xrandr is using the X11 APIs, so will go through XWayland. Individual Wayland clients aren't allowed to make that sort of system change, hence xrandr can't make changes.
wlr-randr is using the Wayland APIs and will allow you to configure the outputs in largely the same way as xrandr did (the syntax is slightly different).

Statistics: Posted by 6by9 — Tue Oct 08, 2024 11:35 am



Viewing all articles
Browse latest Browse all 4878

Trending Articles