David W. Hodgins wrote:
> On Sat, 29 Oct 2011 20:32:22 -0400, Luis Gonçalves <
lui...@netcabo.pt> wrote:
>
>> I am administrating a Remote Virtual Server that have no Graphics
>> Card. Exists any software for Linux that emulates a Video Card in Memory
>> and I could see the results remotly at home?
>
> Yes. Using sshd with X11Forwarding on, and tigervnc on the
> remote system.
You don't need VNC, it's enough the remote machine has the X-libs installed
and use the X11Forward in the ssh to get application to display on the local
machine.
For the OP:
Using VNC, specially tightvnc, no need to ssh at all and it's faster when it's
not tunnelled,through ssh, but then the traffic is in plain (except the
password when log in which is encrypted).
For best result, run a X Windows Server locally and connect the X Windows
Client (your remote machine), sadly 3D acceleration isn't supported over
network in Xorg, but there are other X Windows Systems which offers 3D
acceleration over network as XiG (for a limited graphics chips).
Keep in mind, no matter which solution you choose, all of them will cost you
CPU and Memory, which can be a bad impact on small VMs and graphical
configuration tools don't always do everything, I do recommend you learn to
use vi/nano and edit config files, in the long run you will get a better
running server.
--
//Aho