wayvnc black screen on raspberry pi connect #359
Answered
by
Consolatis
george-ivanov
asked this question in
Q&A
-
After making the mistake of connecting hdm1 to a physical monitor AND running remote connect at the same time this error started happening whenever the physical monitor isn't connected and I only get a black screen when trying to connect remotely:
Any ideas how to sort this out? |
Beta Was this translation helpful? Give feedback.
Answered by
Consolatis
Nov 27, 2024
Replies: 1 comment 11 replies
-
I did fix some hotplugging issues in the latest release, which has not reached rpi repos yet, but it will soon. In the meantime, you should be able to work around the problem by restarting the rpi-connect-wayvnc service: |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are using labwc, can you verify that you have a line like
LABWC_FALLBACK_OUTPUT=NOOP-fallback
in either~/.config/labwc/environment
or/etc/xdg/labwc/environment
? That should make labwc create a virtual output whenever the last physical output is gone.You can also do a hotfix if you don't want to restart labwc by binding VirtualOutputAdd with an output name like
NOOP-wayvnc
to a keybind via~/.config/labwc/rc.xml
,labwc --reconfigure
and then using that keybind. That will only keep the virtual output around for as long as labwc is running though.