this post was submitted on 03 Oct 2024
13 points (100.0% liked)

Linux 101 stuff. Questions are encouraged, noobs are welcome!

1054 readers
2 users here now

Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.

founded 1 year ago
MODERATORS
 

Title. Yep, I'm trying to multitask with a Orange pi zero 3 (remotely) without the need of kvm's.

Both client and remote PC's are wayland-related. Trying to connect w/ ssh.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 11 points 1 month ago* (last edited 1 month ago) (1 children)

~~AFAIK, Wayland explicitly doesn't do this by design~~

~~If you use X you can tunnel it over SSH~~

Completely misread the question

You want to look into the DISPLAY (or maybe WAYLAND_DISPLAY in your situation, I can't remember off the top of my head) environment variable

[–] [email protected] 13 points 1 month ago

Yep, using "WAYLAND_DISPLAY=wayland-1 $command" worked in my case. Thank you very much.

[–] [email protected] 3 points 1 month ago

Tmux with a shared session could probably do that.