Lines Matching full:server

32 Xnest \- a nested X server
40 is both an X client and an X server.
42 is a client of the real server which manages windows and graphics requests on
45 is a server to its own clients.
50 appears to be a conventional server.
53 supports all standard options of the sample server implementation.
59 This option specifies the display name of the real server that
71 to synchronize its window and graphics operations with the real server.
80 to utilize full regeneration of real server objects and reopen a new connection
81 to the real server each time the nested server regenerates.
82 The sample server implementation regenerates all objects in the server when the
83 last client of this server terminates.
86 by default maintains the same top-level window and the same real server
89 connection to the real server will be regenerated for each server generation.
92 This option specifies the default visual class of the nested server.
112 The class of the default visual of the nested server need not be the same as the
113 class of the default visual of the real server, but it must be supported by the
114 real server.
117 to obtain a list of supported visual classes on the real server before starting
125 This option specifies the default visual depth of the nested server.
126 The depth of the default visual of the nested server need not be the same as the
127 depth of the default visual of the real server, but it must be supported by the
128 real server.
131 to obtain a list of supported visual depths on the real server before starting
141 real server.
145 However, it is treated as a hardware screen saver within the sample server code.
154 This window corresponds to the root window of the nested server.
165 actually change the size of the nested server root window.
175 to be 3/4ths the dimensions of the root window of the real server.
194 This option specifies the number of screens to create in the nested server.
204 client in the nested server with the display number
207 The number of screens is limited by the hard-coded constant in the server sample
219 real server in the
225 server,
257 workstation as the real server, it is important that the nested server is given
259 Therefore, if there is a server already running on the user's workstation,
262 Since there is usually no more than one server running on a workstation,
266 For each server running on the workstation, the display number needs to be
274 To run clients in the nested server, each client needs to be given the same
275 display number as the nested server.
280 process in the first nested server
285 in the second nested server from the example above.
288 in each nested server.
291 behaves and looks to the real server and other real clients as another real
296 to the real server.
299 and the real server are on a local network, or even better, on the same machine.
301 assumes that the real server supports the SHAPE extension.
305 server need not support it.
312 need not use the same default visual as the the real server, the top-level
319 window, unless the real server has support for more than one installed color map
323 client need not be the appropriate color map that the nested server wants
324 installed in the real server.
326 visual from the default visual of the nested server,
333 window on the real server.
344 can optionally do direct installation of color maps into the real server
351 Keyboard and pointer control procedures of the nested server change the keyboard
352 and pointer control parameters of the real server.
356 server to its own internal defaults.
357 .SS "Xnest as a server"
359 as a server looks exactly like a real server to its own clients.
361 nested server.
365 is a very user-friendly server when it comes to customization.
372 as a server is the selection of fonts.
375 server and asking it to load that font remotely.
379 different font paths \(em a local one for the nested server and a remote one for
380 the real server \(em since
382 does not propagate its font path to the real server.
385 Thus, if there is a font in the local font path of the nested server, there is
386 no guarantee that this font exists in the remote font path of the real server.
389 client, if run on the nested server, will list fonts in the local font path and,
390 if run on the real server, will list fonts in the remote font path.
391 Before a font can be successfully opened by the nested server, it has to exist
395 Make dynamic the requirement for the SHAPE extension in the real server, rather
402 to inherit the keyboard and pointer control parameters from the real server