0
votes
0answers
16 views

Font alias for remote X server connection

I am connecting to remote server to launch an X application (qmon). After I type ssh myserver -X and launch the application, I get the following error: Warning: Cannot convert string ...
0
votes
0answers
31 views

Mic not working when vga connector removed

I have a computer that should run continuously without any connection to a monitor. For developmental purposes I have been keeping the vga connection with the monitor and experienced no problem until ...
2
votes
1answer
185 views

Monitor goes blank after 30 minutes. No keyboard or mouse are attatched, but computer is controlled over SSH

Currently trying to set up a media server which I can control with my laptop or phone. After looking at all the options I decided upon using SSH to start mplayer in fullscreen. Everything is working ...
4
votes
2answers
9k views

Remote x-server with ssh -X

I am trying to start a remote gnome session using: ssh -X username@192.168.1.107 gnome-session Both client and server are Ubuntu version 12.04 I get the following (and not a lot happens)... ...
0
votes
0answers
381 views

How to SSH tunnel VNC from Mac OS X 10.7 to Ubuntu 12.04?

Is it enough to have opens and tightvncserver running on the server or is there more configurations to do? From the mac side, is it possible to ssh -X from a XQuartz terminal and run some ...