Likely Regression: Cannot create headless output on v0.50.1 #11393
-
I am attempting to create a headless output to use with wayvnc in order to utilize a second device as another monitor. I've found that it doesn't appear to be possible to create headless outputs in 0.50.1. Also worth noting, this is my first time trying this type of setup and I'm doing it as a stopgap because one of my monitors broke, so if I'm just doing something wrong or it simply doesn't work this way, my apologies. Here's the pertinent section of the hyprland.conf
And for debugging purposes, here's some system info:
I tried looking at the log to see if there were any errors thrown when using hyprctl keyword to create the output, there weren't. I ran date right before so you can see that the log is from the correct time.
Log output at the time (from journalctl -f):
(as a note, I was experimenting to make sure that the correct desktop portal was running, so that's why the log shows the portal shutdown) As we can see, keyword returns 'ok' but no output is produced in the log, and running hyprctl monitors directly after shows that the HEADLESS-1 output was not created:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
The
monitor
keyword doesn't create headless outputs, it just configures them. Seehyprctl output --help
for how to manage headless outputs, possibly creating one at start withexec-once
...