Hi,

I have two SLES 10 SP2 machine. I want to run xclock on one but display it on the other.
The following is what I have done so far, but I still the error message (can’t open display)

1. In yast System à /etc/sysconfig Editor, I choose all the default except the following:
a. DisplayManager xdm
b. DisplayManager_Remote_Access yes
c. DisplayManager_Xserver_TCP_PORT-6000-open yes

2. xdm-config file -- > DisplayManager.requestPort:0 is commented out
3. Xaccess file
* # any host can get a login window

* CHOOSER BROADCAST

4. Xservers
:0 local /usr/X11R6/bin/X -nolisten tcp -br vt7

5. I restarted this machine. And check that xdm was running.
netstat -l |grep xdmcp

6. However, I later check and it is not running

7. The port tcp and udp port 177 for xdmcp are turn on
8. The port tcp and upd port 6000 for xwindow are also on

On the display machine
1. xhost +
2 setenv DISPLAY 192.168.1.106:0 are set

3. login to the machine running xclock, but I got the message (can't open display) when xdmcp was running or not.

Can you please help.

Thanks