<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HP-UX help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-help/m-p/2829254#M938045</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;can you try stoping and restarting the process?&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xvfb stop&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xvfb start&lt;BR /&gt;&lt;BR /&gt;You may also try to experiment the following:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;Run Xvfb&lt;BR /&gt;--------&lt;BR /&gt;After creating the X5screens configuration file, you run Xvfb simply by:&lt;BR /&gt;    % /usr/bin/X11/X :5&lt;BR /&gt;(usually you would put the process in the background with &amp;amp;)&lt;BR /&gt;&lt;BR /&gt;You can also specify command-line switches when you run Xvfb:&lt;BR /&gt;    % /usr/bin/X11/X :5 -fbdir /tmp -screen 0 1280x1024x24 -screen 1 640x480x8&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Run X clients&lt;BR /&gt;-------------&lt;BR /&gt;If you have an X client program, say my_x_program, that you wish to connect to an Xvfb server there are 3 ways to do it:&lt;BR /&gt;    1) most X client programs will connect to the display specified by&lt;BR /&gt;       the DISPLAY shell environment variable:&lt;BR /&gt;&lt;BR /&gt;           % DISPLAY=:5&lt;BR /&gt;           % my_x_program&lt;BR /&gt;&lt;BR /&gt;    2) many X client programs, particularly those that use Motif and Xt,&lt;BR /&gt;       accept the -display command-line switch:&lt;BR /&gt;&lt;BR /&gt;           % my_x_program -display :5&lt;BR /&gt;&lt;BR /&gt;    3) a very few X client programs hard-code in a display name and&lt;BR /&gt;       number.  For those, the source program will need to be editted&lt;BR /&gt;       and changed.  This method is strongly discouraged.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;Regards&lt;BR /&gt;Yogeeraj</description>
    <pubDate>Sat, 19 Oct 2002 09:52:05 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2002-10-19T09:52:05Z</dc:date>
    <item>
      <title>HP-UX help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-help/m-p/2829252#M938043</link>
      <description>Hi all,&lt;BR /&gt;I have a problem running the java graphics package classes in server-side in hp-ux. The error says "Cannot open x11 window using 141.183.108.8:10.0" According to the advice given in the forum I downloaded patch PHS_25277 and it failed to work after that also.&lt;BR /&gt;As our HP-UX server did not have any internal graphic card, I downloaded XVfb(Virtual frame buffer) too and has set the DISPLAY to (IP):10.0 as my xvfb when started is listening on 10.&lt;BR /&gt;Can anyone help..???&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Paramesh.</description>
      <pubDate>Sat, 19 Oct 2002 01:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-help/m-p/2829252#M938043</guid>
      <dc:creator>paramesh</dc:creator>
      <dc:date>2002-10-19T01:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-help/m-p/2829253#M938044</link>
      <description>&lt;BR /&gt;have you tried using 141.183.108.8:0.0 ?? instead of :10.0 ??&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sat, 19 Oct 2002 01:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-help/m-p/2829253#M938044</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-19T01:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-help/m-p/2829254#M938045</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;can you try stoping and restarting the process?&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xvfb stop&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xvfb start&lt;BR /&gt;&lt;BR /&gt;You may also try to experiment the following:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;Run Xvfb&lt;BR /&gt;--------&lt;BR /&gt;After creating the X5screens configuration file, you run Xvfb simply by:&lt;BR /&gt;    % /usr/bin/X11/X :5&lt;BR /&gt;(usually you would put the process in the background with &amp;amp;)&lt;BR /&gt;&lt;BR /&gt;You can also specify command-line switches when you run Xvfb:&lt;BR /&gt;    % /usr/bin/X11/X :5 -fbdir /tmp -screen 0 1280x1024x24 -screen 1 640x480x8&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Run X clients&lt;BR /&gt;-------------&lt;BR /&gt;If you have an X client program, say my_x_program, that you wish to connect to an Xvfb server there are 3 ways to do it:&lt;BR /&gt;    1) most X client programs will connect to the display specified by&lt;BR /&gt;       the DISPLAY shell environment variable:&lt;BR /&gt;&lt;BR /&gt;           % DISPLAY=:5&lt;BR /&gt;           % my_x_program&lt;BR /&gt;&lt;BR /&gt;    2) many X client programs, particularly those that use Motif and Xt,&lt;BR /&gt;       accept the -display command-line switch:&lt;BR /&gt;&lt;BR /&gt;           % my_x_program -display :5&lt;BR /&gt;&lt;BR /&gt;    3) a very few X client programs hard-code in a display name and&lt;BR /&gt;       number.  For those, the source program will need to be editted&lt;BR /&gt;       and changed.  This method is strongly discouraged.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Sat, 19 Oct 2002 09:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-help/m-p/2829254#M938045</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-10-19T09:52:05Z</dc:date>
    </item>
  </channel>
</rss>

