Linked by pas de calais on Wed 13th May 2009 01:27 UTC
X11, Window Managers "Over time, many people have complained about the X Window system; the X Window system, or Xorg in its current most popular implementation, is the layer between applications and the graphics adapter. It has some fantastic features (like the ability to run application over the network) and some shortcoming. One thing is sure: it has evolved over the last year or so, immensely, especially as far as 3D and hardware acceleration."
Thread beginning with comment 363298
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: network
by evert on Wed 13th May 2009 08:39 UTC in reply to "RE: network"
evert
Member since:
2005-07-06

from wikipedia:

In computing, LBX, or Low Bandwidth X, was a protocol to use the X Window System over network links with low bandwidth and high latency. It was introduced in X11R6.3 ("Broadway") in 1996, but never achieved wide use. It was disabled by default as of X.Org Server 7.1, and was removed for version 7.2.

And the other options are also less great:
NX is not installed by default,
vnc still needs an X server running on the remote machine

with X over SSH, I can use remote X clients from, for example, an ubuntu server without a GUI, and show them on my windows desktop. x over ssh is great, but slow. my experience with DSL is that it is still too slow, so X over SSH needs work.

Reply Parent Bookmark Score: 2

RE[3]: network
by karunko on Wed 13th May 2009 13:19 in reply to "RE[2]: network"
karunko Member since:
2008-10-28

vnc still needs an X server running on the remote machine


No, VNC is the remote server. So much that on UNIX it can't even hijack the standard desktop (Display :0) by default. You set it up with a small configuration file where you decide what window manager to run (the simpler, the better) and a few basic X clients -- and maybe even set it up to run in 8 or 16 bit color mode to generate less network traffic and obtain better performance. Then again, the goal is getting the job done rather than eye candy.



Reece

Reply Parent Bookmark Score: 1

RE[4]: network
by siride on Wed 13th May 2009 14:18 in reply to "RE[3]: network"
siride Member since:
2006-01-02

You might want to do some research into x11vnc. It allows you to connect to a real display using the vnc protocol.

Reply Parent Bookmark Score: 2

RE[3]: network
by coolvibe on Wed 13th May 2009 14:26 in reply to "RE[2]: network"
coolvibe Member since:
2007-08-16

Installing NX is a breeze. I prefer it for remote X-ing. It not being installed by default is a weak argument, IMHO.

Reply Parent Bookmark Score: 1

RE[3]: network
by sbergman27 on Fri 15th May 2009 13:41 in reply to "RE[2]: network"
sbergman27 Member since:
2005-07-24

And the other options are also less great:
NX is not installed by default,
vnc still needs an X server running on the remote machine


apt-get install freenx?
yum install freenx?

NX is absolutely fantastic for high latency and/or low bandwidth connections.

VNC is OK over a WAN. It is not sensitive to latency like the standard X protocols. But it is noticeably slower than NX, and the video quality is not nearly as good unless you have a pretty fast connection. Both work equally well over a LAN. But there, the simplicity of using regular X is preferable. Unless the clients are Windows clients, in which case VNC or NX can be more straightforward. (Saves a Cygwin installation, or purchase of a commercial server.)

Edited 2009-05-15 13:42 UTC

Reply Parent Bookmark Score: 2