ERRORS Failed to initialise wayland but nothing else #208
Replies: 21 comments 2 replies
-
In the shell where you are running |
Beta Was this translation helpful? Give feedback.
-
wait what? |
Beta Was this translation helpful? Give feedback.
-
thanks( |
Beta Was this translation helpful? Give feedback.
-
wait, i may not sure how to use wayland
(I don't connect box's HDMI to TV now, but how to start a wayland display?) |
Beta Was this translation helpful? Give feedback.
-
wayvnc msg:
|
Beta Was this translation helpful? Give feedback.
-
Right! You need Wayland up first before wayvnc can run. How you start sway (which starts Wayland for you) depends on what you're trying to do:
After sway is running you can then start wayvnc:
|
Beta Was this translation helpful? Give feedback.
-
...
wait sorry im looking for debug logs |
Beta Was this translation helpful? Give feedback.
-
OKOKOK |
Beta Was this translation helpful? Give feedback.
-
So everything is working now? |
Beta Was this translation helpful? Give feedback.
-
wait..... I use sudo to run
|
Beta Was this translation helpful? Give feedback.
-
Sway log is this until now
|
Beta Was this translation helpful? Give feedback.
-
I restart sway and this is most part of verbose log(I can scroll but line change symbol not good)
|
Beta Was this translation helpful? Give feedback.
-
use screen must be same user? @lack .... |
Beta Was this translation helpful? Give feedback.
-
wait.. default wayvnc build script don't run install in subproj. aml? may lib error from this. So I try run |
Beta Was this translation helpful? Give feedback.
-
I need to run build of wayvnc in non-root user?? |
Beta Was this translation helpful? Give feedback.
-
Same user that runs sway. You could do something like this:
#!/bin/bash
export XDG_RUNTIME_DIR=/tmp/whatever
mkdir -p "$XDG_RUNTIME_DIR"
WLR_BACKENDS=headless WLR_LIBINPUT_NO_DEVICES=1 /your/path/to/sway |
Beta Was this translation helpful? Give feedback.
-
It seems at least can connect to wayvnc, but screen is full grey, i use sway |
Beta Was this translation helpful? Give feedback.
-
And when I use Auto picture quality, the vnc client(realvnc viewer) will connect and suddenly reconnecting, then loop. I set Quality(high), and now it shows all grey. |
Beta Was this translation helpful? Give feedback.
-
I can see sway console output full of:
I just now opened xterm, and first it says starting x server.
|
Beta Was this translation helpful? Give feedback.
-
Then its working fine. You just have to start some application. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I use wayvnc on arch linux on tv box E900V22C(usb disk boot)(may not important)
Whenever I use pacman -S version or manually build(i make all check to YES), it all shows
It dont say anything else, even i use -L debug(?).
I installed all require lib in main readme page. So what's wrong? I am missing lib or I don't config my platform(arch linux arm, kernel 6.0.8, may look about
ophub
andunifreq
(github user)(i a little know they make linux be able on amlogic arm box) ) well?I follow guide in a issue and the blog mentioned in the issue to install the system on the usb disk.
(sorry for my bad English and brain)Beta Was this translation helpful? Give feedback.
All reactions