Operating System - HP-UX
1837193 Members
2485 Online
110114 Solutions
New Discussion

Re: Setting up display for OMF Xsession

 
Diadina Cotte
Advisor

Setting up display for OMF Xsession

do you know how to configure the display settings for a xsession on hp-ux?
Coffee please ;-)
5 REPLIES 5
Victor_5
Trusted Contributor

Re: Setting up display for OMF Xsession

Are you talking about

X -query your_hpux_hostname -once?
Diadina Cotte
Advisor

Re: Setting up display for OMF Xsession

Hello I get this msg:


apache 21: omf -s &
[1] 8624
apache 22:
------------------- TRACEBACK -------------------------
Module "X " Message 2: file "err.c " line 659
Module "Dsply" Message 0: file "dsplyx11.c" line 151
Module "Err " Message -1: file "err.c " line 2045
-------------------------------------------------------

ERROR Cannot open display "unix:0.0"
while Initializing windowing environment
EXITING cannot recover from error

[1] Exit 2 omf -s
apache 22:
Coffee please ;-)
Victor_5
Trusted Contributor

Re: Setting up display for OMF Xsession

Before run your application,

DISPLAY=xx.xx.xx.xx:0.0 (xx means your ip address)
or
DISPLAY=hostname:0.0

then
export DISPLAY
Diadina Cotte
Advisor

Re: Setting up display for OMF Xsession

apache 22: DISPLAY xxx.xxx.xxx.xxx:0.0
DISPLAY: Command not found.


:-(
Coffee please ;-)
Victor_5
Trusted Contributor

Re: Setting up display for OMF Xsession

I mean, setup DISPLAY on your unix box, take a look ITRC document CAKD9208231125, maybe it is useful for you, good luck.