Operating System - HP-UX
1855498 Members
3275 Online
104111 Solutions
New Discussion

Re: X server , where are the processes?

 
SOLVED
Go to solution
R.O.
Esteemed Contributor

X server , where are the processes?

Hi,

I know the Xserver is running, because I am able to open ,i.e., an xclock window, but ¿how can I see it by doing "ps -ef" ,, what is the process or processes for the X server in HPUX?
I was triying to find the start of the Xserver in /sbin/rc2.d and rc3.d, but I cannot see anything. Where the Xserver starts in the system boot?

Regard
"When you look into an abyss, the abyss also looks into you"
3 REPLIES 3
Steve Steel
Honored Contributor
Solution

Re: X server , where are the processes?

Hi


look at /etc/rc.log

tail /etc/rc.log
OpC Agent processes successfully started.

Start CDE login server
Output from "/sbin/rc3.d/S990dtlogin.rc start":
----------------------------

**************************************************
HP-UX run-level transition completed
Mon Jun 7 08:58:37 METDST 2004
**************************************************

You use CDE or VUE but will see it here

CDE uses processes starting with dt such as dtlogin


Steve Steel

If you want truly to understand something, try to change it. (Kurt Lewin)
Anand_20
Advisor

Re: X server , where are the processes?

Hi,

Perform the following task from your workstation

# set DISPLAY=:0.0
# export DISPLAY
# xclock

Before running xclock Start Xserver / (Reflection -from your workstation) you should see the clock

Anand

R.O.
Esteemed Contributor

Re: X server , where are the processes?

Hi,

I know X server is running, because i can open "xclock", but my question is : where the Xserver starts automatically?, and what are the processes or daemons? In other words, can I know if the Xserver is running, doing "ps -ef@grep ??

Regards,
"When you look into an abyss, the abyss also looks into you"