Operating System - HP-UX
1827066 Members
4217 Online
109713 Solutions
New Discussion

Re: Changing window managers

 
David Yates_2
Occasional Advisor

Changing window managers

I am running a B132L workstation with HPUX 11.0 and I'd like to change the window manager from CDE to one of the GNU managers. I have swinstalled several onto the server, but I haven't found the file that let's me switch from CDE to the new wm. Any ideas??
5 REPLIES 5
Alex Glennie
Honored Contributor

Re: Changing window managers

Never tried this but ......


Edit the /etc/dt/config/Xconfig file (copy from /usr/dt/....

vi Xconfig

dtlogin*xdmMode: True

wq!

Make use of your users $HOME/.xsession script to start your desired window manager

see man xdm and also any good X ref for eg's of xsession files.
Wodisch
Honored Contributor

Re: Changing window managers

Hello David,

I am doing this quite often (and for a lot of users)
and Alex is right about the "how-to", the thing I am
missing is the part about *telling* the old "dtlogin"
process to re-read its configuration...
Just send a SIGHUP to the "dtlogin" process having
the numerically lowest PID (using "kill -1 ...").

Just my ?0.02,
Wodisch
Alex Glennie
Honored Contributor

Re: Changing window managers

maybe a /usr/dt/bin/dtconfig -reset may do the trick ?
David Yates_2
Occasional Advisor

Re: Changing window managers

Thanks, guys. Both of those worked perfectly. It was exactly what I needed.

Re: Changing window managers

This does not work at all in HPUX 11i.

I cannot man xdm either.

Can someone point me to a resource to help me change the windows manage on an HPUX 11i workstation?