Operating System - HP-UX
1837191 Members
2718 Online
110114 Solutions
New Discussion

Re: Display variable - errors

 
Manuales
Super Advisor

Display variable - errors

ok , the server where i'm working

uname -a
HP-UX server1 B.11.00 U 9000/800

for reaching this server i'm using CRT emulator ...

is the error for the kind of emulator i'm using?

i conntinue having the same error:


echo $DISPLAY
user1.patito.com

root@server1 # stm -x
Error: Can't open display: user1.patito.com
Error: Couldn't find per display information

why !!!!! ???? please help !!!!

thanks in advance.
4 REPLIES 4
Ivan Ferreira
Honored Contributor

Re: Display variable - errors

The DISPLAY variable normally takes the form:

DISPLAY=hostname:display_number

Fore example:

DISPLAY=destop1.patito.com:0

Your emulator program must provide a X server.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Bill Hassell
Honored Contributor

Re: Display variable - errors

Your emulator must be an Xwindow emulator, not a simple terminal emulator. You can purchase an Xwindow emulator from Humingbird or Attachmate. There are also some free Xwindow emulators.


Bill Hassell, sysadmin
John Fjeldberg
Advisor

Re: Display variable - errors

rajdev
Valued Contributor

Re: Display variable - errors

Hi,

If you are connecting to your server from your PC you need following :

a) an X display (like Reflection X or Kea X or the others suggested earlier ). you have to install this and start it (use XDMP broadcast mode)

b) you have to give the IP address (or hostname/dns if its resolvable) of your PC as the display variable. use ipconfig command from the windows command prompt to check the PC Ipaddress.

e.g:- if PC IP is 10.0.0.1
then

#export DISPLAY=10.0.0.1:0.0

#stm -x

Regards,