1829185 Members
3696 Online
109986 Solutions
New Discussion

Xnest Download

 
Riccardo Capuzzi_1
Frequent Advisor

Xnest Download

Hi All,
can anyone tell me the link to download Xnest for hp-ux 11.11?

Thanks in advance,
Riccardo Capuzzi
5 REPLIES 5
Robert-Jan Goossens_1
Honored Contributor

Re: Xnest Download

Hi Riccardo,

Check this link.

http://h21007.www2.hp.com/dspp/ml/showArchiveMessage/1,,4!03!09!0065,00.html

Best regards,
Robert-Jan
Riccardo Capuzzi_1
Frequent Advisor

Re: Xnest Download

Unfortunately there is only the 10.20 Version.

Jannik
Honored Contributor

Re: Xnest Download

You could compile it you self.
I would use Xvfb for this or the vnc...

Hint:
How to install and run Xvfb (X Virtual FrameBuffer)
â ¢ Get the Xvfb binary. Some URLs are given below; alternatively, Xvfb can also compiled from the Xvfb source code available at http://www.x.org. As of April 2002, Xvfb binares can be downloaded from these locations:
o Solaris - Oracle TechNet
o Linux - Usually included with the operating system, also available from Xfree86.org
o HPUX - HP patch PHSS_25277 < - Included with the operating system.
o Tru64 - Included with the operating system; usually in /usr/bin/X11
o Win32 - Not applicable.

â ¢ On Solaris, verify that the all dynamically linked libraries can be resolved using the ldd command. On other platforms Xvfb is included with the OS and are already be properly configured:
% ldd Xvfb
This should display a list of resolved libraries as follows:
libsocket.so.1 => /usr/lib/libsocket.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libmp.so.2 => /usr/lib/libmp.so.2
/usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1
â ¢ Get a security policy file
A sample security policy file is included at the end of this document. The file is named SecurityPolicy.
If you have an existing file then add this line to the end of the policy file:
property WM_CHANGE_STATE WM_NAME ar

â ¢ Find the "fixed" font
The fixed font is a standard part of X11 distributions and is typically found in the directory
/lib/X11/fonts/misc

â ¢ To run Xvfb use a command with the following format
Xvfb :x -screen 0 6x6x8 -pn -fp /lib/X11/fonts/misc -sp /tmp/SecurityPolicy
where
x is the desired display number. For instance 1 or 2.
fp points to the directory of the fixed font
sp points to the directory and filename of the security policy file
6x6x8 screen size works well for Reports and Graphics and minimizes the memory required by Xvfb

â ¢ Set the DISPLAY environment variable to the value :x.0 or your_hostname:x.0 where x is the display number chosen when starting Xvfb. For example in Bourne shell:
DISPLAY=your_hostname:x.0; export DISPLAY
jaton
Alex Glennie
Honored Contributor

Re: Xnest Download

Hi Riccardo,

I have a depot that works on 11.00, I strongly suspect it will also work at 11.11 ... drop me a mail if needed : alex_glennie@hp.com
Riccardo Capuzzi_1
Frequent Advisor

Re: Xnest Download

Thanks all, i've resolved doing what Robert-Jan Goossens said.

Riccardo