Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!sdd.hp.com!hp-pcd!hpcvlx!bcripe From: bcripe@hpcvlx.cv.hp.com (Brian E. Cripe) Newsgroups: comp.sys.hp Subject: Re: X window Quirk Message-ID: <101950222@hpcvlx.cv.hp.com> Date: 3 Jun 91 19:35:52 GMT References: <1991May31.170820.14565@magnus.acs.ohio-state.edu> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 18 > This has to do with HPUX 7.03 versus HPUX 7.05. We had a package > called MOLDFLOW running on 7.03. We updated to 7.05 and moldflow > would not run and kept giving a XOpenDisplay error. We changed the > DISPLAY variable to unix:0:0 from Balki:0:0 where Balki is the > name of our system. The package runs fine now. Here is a guess. Some versions of Xlib will look at a display name such as "Balki:0.0" and use Unix-domain sockets if it specifies the local host -- other versions of Xlib will always use Internet sockets with this type of name. So ... If MOLDFLOW is built on the latter type of Xlib (always use Internet sockets if a hostname is specified), then when you changed DISPLAY from Balki:0.0 to unix:0.0 you switched from Internet sockets to Unix-domain sockets. Perhaps your update to 7.05 broke Internet sockets somehow? Brian Cripe