Tagged Questions
2
votes
2answers
89 views
Detecting monitors on machine over local ssh connection
I need to write a script to check on video related things on machines in the local network, e.g.
Is a monitor plugged in?
Are the video drivers up to date and appropriate for the hardware?
Is Xorg ...
1
vote
0answers
38 views
Calling xrandr via SSH [duplicate]
Possible Duplicate:
Open a window on a remote X display (why “Cannot open display”)?
I'd like to ssh to a host running an X server and use xrandr to query and update things ...
6
votes
2answers
435 views
How to speed up X over fast connection ? (especially over ssh)
What are recommendations on speeding up X applications over local fast (gigabit) connections? (similar question for slow connections)
Currently I'm running over ssh -Y, which is fine, but I wonder if ...
3
votes
2answers
434 views
If you SSH into another computer, how to access other X displays?
This is a query based on personal use. A troll in our local network had downloaded Crikey, the key-event simulator. He used it to simulate events on other computers, leading to unwanted things. For ...
4
votes
1answer
544 views
XAUTHORITY environ variable set repeatedly on every login
I am running a Suse Linux 11.04 system. My problem is that when I do a fresh login into a shell as root, a new Xauthority file of the form xauth***** gets created in the /root/ directory. Upon exiting ...
1
vote
2answers
381 views
Remotely control an xorg session [duplicate]
Possible Duplicate:
Open a window on a remote X display (why “Cannot open display”)?
I have a computer running debian, connected to my TV, running an xorg session. What I want ...
2
votes
3answers
422 views
Do I need a desktop to run a GUI?
I am setting up a lightweight VM, following the guide in the Ubuntu Documentation
What I want to be able to do is ssh into the VM and then launch a GUI application. I don't need / want a desktop.
...
2
votes
1answer
193 views
Matlab R2010a over ssh -X displays empty windows
I'm trying to use Matlab R2010a over ssh, with X forwarding.
Now the X forwarding certainly works (for example xclock displays nice and fast)
But when invoking matlab, I get the splash screen ok, ...
6
votes
5answers
3k views
Copy input to clipboard over SSH?
Here's my usage case:
I'm often connected to other computers over SSH for work and I often need to copy and paste documents/text from the server to locally running editors for writing examples and ...
17
votes
4answers
2k views
Is there a way to communicate with someone at their desktop?
My wife is sitting at her home desktop, alpha, which is running a recent version of Ubuntu. I am on a bus, using ConnectBot on my G1 phone, and can SSH into alpha from wherever I am.
For complicated ...
2
votes
1answer
691 views
Forwarding X11 over SSH if the server configuration doesn't allow it
Consider a situation where I'm logging in over SSH from machine A to machine B, I have an X session on machine A, and I want to run an X program on B.
ssh -X B makes this work transparently. But what ...
15
votes
4answers
33k views
How to forward X over SSH from Ubuntu machine?
I have a machine running Ubuntu which I SSH to from my Fedora 14 machine. I want to forward X from the Ubuntu machine back to Fedora so I can run graphical programs remotely. Both machines are on a ...
8
votes
4answers
19k views
Open a window on a remote X display (why “Cannot open display”)?
Once upon a time,
DISPLAY=:0.0 totem /path/to/movie.avi
after ssh 'ing into my desktop from my laptop would cause totem to play movie.avi on my desktop.
Now it gives the error:
No protocol ...
2
votes
3answers
2k views
Launch a GNOME session from terminal
I'm sshing into my friends machine and I'm wondering how would i launch a GNOME session over SSH? I need to open a web browser on his machine to view something which can only be done from his ...