Operating System - HP-UX
1833471 Members
2623 Online
110052 Solutions
New Discussion

Xclock doesn't start on PC

 
vladimir_1
Frequent Advisor

Xclock doesn't start on PC

Xclock does not start neither with exceed no with reflectionX on PC. Ping by name works in both directions. Display variable is set. Telnet from hp-ux to port 6000 works so Xserver is running. ReflectionX writes in logfile "socket error: select failed".

thanks in advance for ideas.
2 REPLIES 2
Tom Jackson
Valued Contributor

Re: Xclock doesn't start on PC

Valdimir:

First create three tasks using Xstart.

1. Start Method = REXEC
Program Type = X Window
Enter the host and user info
Command = mwm -display @d
save as windowMgr.xs

2. Start Method = REXEC
Program Type = X Window
Enter the host and user info
Command = xterm -display @d
save as hostname.xs

3. Start Method = REXEC
Program Type = X Window
Enter the host and user info
Command = xclock -display @d
save as clock.xs

Now create a session with Xsession:

1. check Run X Server

2. under options:
Window Mode = Multiple
Window Manager = Default
Startup Mode = Passive.

3. Add the three tasks to the included program list by selecting them and clicking add. You can test it by clicking run. Save the session as nodename.ses

hth,

Tom




vladimir_1
Frequent Advisor

Re: Xclock doesn't start on PC

Nothing has changed. Xserver starts but nothing more.

what to do next?