1830892 Members
2878 Online
110017 Solutions
New Discussion

forward X output?

 
Marcelo Yezzi
Occasional Contributor

forward X output?

hi

I've got an app that writes directly to /dev/console for its graphics output.I need to run it from a remote X server. Anyone knows how to redirect output? (I already tried DISPLAY=... and doesn't work)
My system is a C110 running HP-UX 10.20
2 REPLIES 2
Jeff Schussele
Honored Contributor

Re: forward X output?

Hi Marcelo,

You could try using SharedX for 10.20.
Here's a link to info on it

http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5964-5283/5964-5283_top.html&con=/hpux/onlinedocs/5964-5283/00/00/95-con.html&toc=/hpux/onlinedocs/5964-5283/00/00/95-toc.html&searchterms=sharedX&queryid=20020430-090353

You'll still get the output on the console, but you'll be able to also send it to a defined Xserver.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Alex Glennie
Honored Contributor

Re: forward X output?

hpterm -C may help see man hpterm ? -C indicates that the window should recieve console output .....

looks like dtterm has similar command line option,

also there's the public domain program, xconsole, allows an output window for console log messages ..check it's not in /usr/contrib/bin/X11 ?