The Open Source Swiss Army Knife

/unix/X/
/unix/X/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /unix   /X 
Permalink: x_remote.htm
Title: add
article options : please login   |  print view

  1. X server
  2. starting and stopping
  3. naming the display

X server

locate xhosts
/usr/X11R6/bin/xhosts
-> An executable
/usr/X11R6/man/man1/xhost.1x.gz

startx gnome-session still starts kde.

naming the display

XFree86 uses the environment variable DISPLAY to determine which server it communicates with. This variable in csh is set e.g. the following: setenv DISPLAY myws:0. In bash it is: DISPLAY=myws:0; export DISPLAY.
If DISPLAY ends with a period and another number, as in "pc.localdomain:0.0" that final "\.0" denotes the monitor number; since I have only one monitor per computer, I can leave that part off.
if you see the display is "pc.localdomain:0" then it is using a TCP/IP socket; if, on the other hand, it is "pc.localdomain/unix:0" it is a unix domain socket.
It is possible to start the graphical runlevel with a remote XServer which really logs you into another machine, however, your workstation still needs a harddrive to contain the linux kernel and networking architecture.

xhost

xauth


Leave a Reply
Your Name:     anonymous
Your Email:
Website:  
Comments:

The author will be notified of your reply.
return to top