Tagged Questions
1
vote
1answer
59 views
Access X-window and sound on laptop on another Unix
I read up a lot about forwarding x-server onto remote machines, but I feel like I'm too dumb to get it to work. Let me first explain my goal:
I have a Rasberry Pi running archarm hooked up to a TV. ...
1
vote
2answers
533 views
How to attach to remote machine's local display session over ssh?
Scenario:
Linux mint is running on a machine at my home. I have some gui applications open on it.
I'm away from home but want to get at the open applications. I have cygwin/x and I know how to ssh ...
7
votes
2answers
10k views
Is there a command to list all open displays on a machine?
When SSH'd locally into my computer (don't ask, it's a workaround), I can't start graphical applications without running:
export DISPLAY=:0.0
If I run this first and then run a graphical ...