discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSPasteboard on X, what to do?


From: Dan Pascu
Subject: Re: NSPasteboard on X, what to do?
Date: Thu, 10 Jan 2002 07:55:22 +0200 (EET)

On  9 Jan, Pascal Bourguignon wrote:
>> I was being stupid because I allowed myself to be trapped into the
>> model you presented where machines and screens are separate ...  the
>> solution is trivial if you say that each screen is associated with a
>> machine.
> 
> That's  not the case.  You may  have several  X-server running  on one
> machine, each with several X-displays to various persons.
> 
>                             +-------------------+
>                             |    Machine 1      |
>            +-----------+    |                   |
>         o  |Display 11 |-\  |  +-----------+    |
>        /O\ +-----------+  \-|--| Server 1  |    |
>        / \ +-----------+  /-|--|           |    |
>            |Display 12 |-/  |  +-----------+    |
>            +-----------+    |                   |
>                             |                   |
>                             |                   |
>                             |                   |
>            +-----------+    |                   |
>         o  |Display 21 |-\  |  +-----------+    |
>        /O\ +-----------+  \-|--| Server 2  |    |
>        / \ +-----------+  /-|--|           |    |
>            |Display 22 |-/  |  +-----------+    |
>            +-----------+    |                   |
>                             +-------------------+

This is correct, with some observations:
1. server 1 and server2 cannot be active at the same time (you will
   either have to switch between them as between virtual consoles with
   Ctrl+Alt+Fnn, or one will run inside a window connected to the
   other, but unless you move mouse in that window, the second server
   will be idle, and this is a virtual server anyway).
2. Display11 Display12 and 21 22 are actually called screens by X
   the combination Server1+Screen11+screen12 is one X display, and the
   other is another display.
3. on a physical computer 2 guys cannot use X at the same time, so only
   one X session (read DISPLAY) is active at a time, and they cannot
   share any resources anyway when they switch from one to another by
   using X event communication mechanisms.


-- 
Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]