X window远程启动

发表于:2007-07-04来源:作者:点击数: 标签:
X window 的远程启动配置文件, 服务器 端主要有以下几个: 1、/etc/X11/xdm/Xaccess 2、/etc/X11/gdm/gdm.conf 3、/etc/X11/xdm/Xserver 4、/etc/X11/xdm/Xsetup_0 5、/etc/inittab 客户端必须下载 Xmanager2.0 (http://www.netsarang.com/download/downlo

X window 的远程启动配置文件,服务器端主要有以下几个:

1、/etc/X11/xdm/Xaclearcase/" target="_blank" >ccess

2、/etc/X11/gdm/gdm.conf

3、/etc/X11/xdm/Xserver

4、/etc/X11/xdm/Xsetup_0

5、/etc/inittab

客户端必须下载 Xmanager2.0 (http://www.netsarang.com/download/download.html)或在GOOGLE上搜索下载。

1、/etc/X11/xdm/Xaccess的配置:

   vi Xaccess  找到下面一句话,将其注销的功能打开,即去掉下面红颜色的"#"

    # *                                   #any host can get a login window

2、/etc/X11/gdm/gdm.conf的配置:

    vi gdm.conf   编辑[xdmcp] 下的两段内容:

    [xdmcp]
       # Distributions: Ship with this off.  It is never a safe thing to leave
       # out on the net.  Alternatively you can set up /etc/hosts.allow and
       # /etc/hosts.deny to only allow say local access.
          Enable=true            ............ 原配置: Enable=false
       # The port.  177 is the standard port so better keep it that way
          Port=177                .............原配置就是这样的,只是在远程启动X WINDOW的时候此端口必须开放,保持原有配置不变。

3、/etc/X11/xdm/Xserver的配置:

    vi  Xserver  增加以下红颜色配置:

     # $Xorg: Xserv.ws.cpp,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
     #
     # Xservers file, workstation prototype
     #
     # This file should contain an entry to start the server on the
     # local display; if you have more than one display (not screen),
     # you can add entries to the list (one per line).  If you also
     # have some X terminals connected which do not support XDMCP,
     # you can add them here as well.  Each X terminal line should
     # look like:
     #       XTerminalName:0 foreign
     #
      :0 local /usr/X11R6/bin/X        .................此行以上(包括此行)信息是默认系统就有的,不需要更改,
      192.168.8.134:0 foreign
      192.168.8.21:0 foreign           ..................红颜色两行为增加的,指定哪台机器能使用X window来连接。

4、/etc/X11/xdm/Xsetup_0 的权限的确认:

    查看/etc/X11/xdm/Xsetup_0文件 确认其权限是 755,若不是则更改为755 ; (默认情况下,权限就是755了)

5、/etc/inittab 的配置:

    vi inittab  修改其启动方式为 “5” ---X WINDOW 启动方式。

----------------以上配置是在LINUX服务器上的配置;以下是在任意一台(以上配置3中配置的IP)机器(WINDOWS)通过Xmanager软件来进行X WINDOW连接的配置。

6、在windows系统的客户端安装Xmanager软件,打开其里面的Xbrowser---NEW--XDMCP--(在QUERY中选择,Indirect;在HOST中键入LINUX服务器的IP地址;在PORT中使用默认的端口177)---其他选用默认配置直到结束。

7、双击新创建的连接,X Window的登陆界面就显示出来了。
 
                

原文转自:http://www.ltesting.net