Patch Name: PHSS_30177 Patch Description: s700_800 11.X PHIGS Run (PA2.0 only) Creation Date: 04/03/11 Post Date: 04/03/31 Hardware Platforms - OS Releases: s700: 11.00 11.11 s800: 11.00 11.11 Products: GraphicsPHIGSRT B.11.00 PHIGS 3.40 Runtime Environment Filesets: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,v=HP GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.03,fa=HP-UX_B.11.00_32/64,v=HP GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.04,fa=HP-UX_B.11.00_32/64,v=HP GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.05,fa=HP-UX_B.11.00_32/64,v=HP GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.06,fa=HP-UX_B.11.00_32/64,v=HP GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.07,fa=HP-UX_B.11.00_32/64,v=HP GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.08,fa=HP-UX_B.11.00_32/64,v=HP GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.09,fa=HP-UX_B.11.00_32/64,v=HP GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.10.01,fa=HP-UX_B.11.00_32/64,v=HP GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.11.02,fa=HP-UX_B.11.00_32/64,v=HP GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.12.03,fa=HP-UX_B.11.00_32/64,v=HP GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.13,fa=HP-UX_B.11.00_32/64,v=HP Automatic Reboot?: No Status: General Release Critical: No (superseded patches were critical) PHSS_29178: HANG Category Tags: defect_repair general_release critical halts_system manual_dependencies Path Name: /hp-ux_patches/s700_800/11.X/PHSS_30177 Symptoms: PHSS_30177: - repackaged to correctly set up the patch dependencies with the associated 3D graphics patches for Starbase, PEX, Phigs, and OpenGL for the March 2004 patch. PHSS_29722: - repackaged to correctly set up the patch dependencies with the associated 3D graphics patches for Starbase, PEX, Phigs, and OpenGL for the Nov 2003 patch. PHSS_29178: ( SR:8606300653 CR:JAGae64122) Red polyline "sphere" that appears when rotating an object in CatiaV4 is not being drawn. ( SR:8606322555 CR:JAGae85023) Graphics applications running on Visualize-fxe graphics devices may sometimes hang if illegal floating point values (Not A Number, or NANs) are sent to the device. PHSS_29164: ( SR:8606300653 CR:JAGae64122) Rubber-band box leaves unexpected "stray lines" if a menu is popped up in CATIA V4. ( SR:8606315250 CR:JAGae77982) Picking objects in CATIA V4 on the HP Fire GL-UX graphics device may occasionally fail if bunching is enabled (HP_PHIGS_FAS_BUNCH environment variable is set). ( SR:8606319683 CR:JAGae82171) Application using display lists on hp Fire GL-UX occasionally gets wrong results. PHSS_26633: ( SR:8606229420 CR:JAGad98473) Rubber-band box partially disappears behind other objects in CATIA V4. PHSS_26615: ( SR:8606277696 CR:JAGae41766 ) On hp Fire GL-UX, certain CATIA V4 models may have primitives missing in HRD rendering mode. ( SR:8606269318 CR:JAGae33553 ) PHIGS Picking does not work correctly when using the preq_pick() entry point. ( SR:8606276772 CR:JAGae40847 ) 2D pixmap does not render in CATIA v4 on hp Fire GL-UX ( SR: 8606277633 CR:JAGae41703 ) Phigs demos fail to compile due to bad makefile PHSS_26573: - See defect description. PHSS_25284: - See defect description. PHSS_25259: - See defect description. PHSS_23562: - See defect description. PHSS_23542: - See defect description. PHSS_22610: - See defect description. PHSS_21978: - See defect description. PHSS_21806: - See defect description. PHSS_21468: - See defect description. PHSS_20294: - See defect description. PHSS_20271: - See defect description. Defect Description: PHSS_30177: - repackaged to correctly set up the patch dependencies with the associated 3D graphics patches for Starbase, PEX, Phigs, and OpenGL for the March 2004 patch. PHSS_29722: - repackaged to correctly set up the patch dependencies with the associated 3D graphics patches for Starbase, PEX, Phigs, and OpenGL for the Nov 2003 patch. PHSS_29178: ( SR:8606300653 CR:JAGae64122) With the environment variable HP_PHIGS_BQUM_SKIP set, to work around problems with rubber-band boxes leaving stray lines, the red "sphere" used when rotating a Catia model does not appear. Resolution: The HP_PHIGS_BQUM_SKIP workaround was amended to allow the "sphere" to be drawn. However, it may not be visible at the first redraw when the mouse is first clicked to rotate, but will appear as soon as the user moves the mouse to begin the rotation. ( SR:8606322555 CR:JAGae85023) NANs may be sent to the device directly by the application, but they may also be sent to the device as a result of mathematical operations in the graphics software pipleline when very very large values (like MAXFLOAT) are used as vertex or position data for graphics primitives. Resolution: This problem is avoided by adding checks in the Visualize-fxe graphics library for illegal values. These checks can have a small performance penalty (1 - 2%) on older SPUs (C3000 or slower), but should not affect performance on faster systems. PHSS_29164: ( SR:8606300653 CR:JAGae64122) Execute the Screen Grab operation and mark out an area using the rubber-band box, then press "F4" to bring up a pop-up menu, then move the cursor again. Black lines will be left where the rubber-band box was when the menu pops up. Resolution: A workaround has been added to fix the problem. The stray lines are eliminated, but the rubber-band box/line will disappear temporarily when the image is redrawn; it will reappear when the cursor is moved. To activate the fix, set HP_PHIGS_BQUM_SKIP to a non-NULL value before starting Catia. ( SR:8606315250 CR:JAGae77982) When bunching is enabled, fill area set primitives may be rendered through two different paths during the multi-phase picking operation. Differences in the computed z values from these two paths may cause the picking operation to fail. Resolution: A modification has been made to the graphics library code to ensure the successful picking of all object types when bunching is enabled ( SR:8606319683 CR:JAGae82171) Resolution: Fixed the display lists. PHSS_26633: ( SR:8606229420 CR:JAGad98473) The rubber band box (used in ZM mode) is being drawn with hidden-line/ hidden surface removal (HLHSR) turned on, and so portions of the lines were hidden behind other surfaces. Resolution: A workaround is in place to allow HLHSR to be turned off during BQUM updates, so the box will appear in front of any other objects. Set the environment variable HP_PHIGS_BQUM_HLHSR_OFF to any non-NULL value. PHSS_26615: ( SR:8606277696 CR:JAGae41766 ) A performance optimization for CATIA V4 on hp Fire GL-UX causes some primitive edges to fail to render when drawing edged polygons. This usually only happens when rendering Fill Area Set With Data 3D primitives with unusually large numbers of vertices and multiple Fill Areas. The patch fixes it so that we correctly render edges for these very large primitives. ( SR:8606269318 CR:JAGae33553 ) PHIGS pick traverser code was incorrectly clearing the pick hit flag after a hit was detected. The resolution was to correctly maintain the pick hit flag during pick traversal. ( SR:8606276772 CR:JAGae40847 ) pue015 (PHIGS escape to render pixmaps) will frequently fail to render on hp Fire GL-UX. These pixmaps are often used as 'underlays' for CATIA models. The resolution is to properly update glScissor and glStencil states for pixmap operations. ( SR:8606277633 CR: JAGae41703 ) PHIGS makefiles in the directories /opt/graphics/phigs/demos and /opt/graphics/phigs/demos/Xg are incorrect and cannot be used to build the demo programs. The correct makefiles are delivered in this patch. PHSS_26573: Resolution: - Patterned lines may flicker in PHIGS. The line pattern is not reset at the beginning of each line. An enhancement was implemented that will reset the pattern if the environment variable HP_RESET_LINE_TYPE is set to any value. - Drawing area in Catia V4 cannot be resized greater than 1400x1024 on high-resolution displays. - IEEE divide-by-zero error from libphigs.1 - Certain quads would be incorrectly lit or incorrectly culled. - PHIGS pick highlighting incorrect when pue006 (set interior transparency) is used. - Non-Z buffered lines cannot be picked in some PHIGS applications. PHSS_25284: Resolution: - Accuracy for PHIGS picking has been improved for FX2/4/6 and FX5/10; now any visible rendered primitive can be picked. - Phigs keyboard input did not work when upgrading from 10.20 to 11.00. PHSS_25259: Resolution: - repackaged to correctly set up the patch dependencies with the associated 3D graphics patches for Starbase, PEX, Phigs, and OpenGL for the December 2001 patch. PHSS_23562: Resolution: ----------------------------------------------------- (Processor-specific performance enhancement) The code in this patch was compiled for PA-RISC version 2.0 (PA8x00, 64-bit capable) processors, in order to improve performance on those systems. It will also execute on Itanium Processor Family systems with HP's Object Code Translation technology. This code will not execute on systems with PA7x00 and earlier versions of PA-RISC processors. (You can determine the PA-RISC architecture version by running SAM, and selecting Performance Monitors, then System Properties. The architecture version appears on the line labeled "CPU Version".) If you need a version of this patch for PA1.x systems, contact your HP Country Response Center to discuss your situation. ----------------------------------------------------- PHSS_23542: Resolution: - all components are built with the PA 2.0 option - PHIGS program core dumps with +FPZ option PHSS_22610: Resolution: - Fixes defect when SB_DL_REDUNDANCY_SEARCH_LIMIT=1 PHSS_21978: Resolution: - repackaged to correctly set up the patch dependencies with the associated 3D graphics patches for Starbase, PEX, Phigs, and OpenGL for the December 2000 patch. PHSS_21806: Resolution: - JAGad27008: Rendering performance can be slow on FX5/FX10 PHSS_21468: Resolution: - repackaged to correctly set up the patch dependencies with the associated 3D graphics patches for Starbase, PEX, Phigs, and OpenGL for the July 2000 patch. PHSS_20294: Resolution: - If the PHIGS "skip empty views" enhancement is enabled, views that were once skipped are not correctly "recycled" when they should not be skipped. - Fix memory fault on VISUALIZE-fxe with Starbase, PHIGS, and PEX edged polygons that have moe than 64 edges. - Fix occasional PHIGS view clearing problem on VISUALIZE-fx5/fx10. PHSS_20271: Resolution: - repackaged to correctly set up the patch dependencies with the associated 3D graphics patches for Starbase, PEX, Phigs, and OpenGL for the March 2000 patch. Enhancement: No SR: 8606157677 8606175961 8606184027 8606185756 8606229408 8606230980 8606269318 8606276772 8606277633 8606277696 8606229420 8606300653 8606315250 8606319683 8606300653 8606322555 Patch Files: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.03, fa=HP-UX_B.11.00_32/64,v=HP: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.04, fa=HP-UX_B.11.00_32/64,v=HP: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.05, fa=HP-UX_B.11.00_32/64,v=HP: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.06, fa=HP-UX_B.11.00_32/64,v=HP: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.07, fa=HP-UX_B.11.00_32/64,v=HP: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.08, fa=HP-UX_B.11.00_32/64,v=HP: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.09, fa=HP-UX_B.11.00_32/64,v=HP: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.10.01, fa=HP-UX_B.11.00_32/64,v=HP: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.11.02, fa=HP-UX_B.11.00_32/64,v=HP: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.12.03, fa=HP-UX_B.11.00_32/64,v=HP: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.13, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/bin/cgmiui /opt/graphics/phigs/bin/xinitcolormap /opt/graphics/phigs/bin/xmodsharedcmap /opt/graphics/phigs/bin/xsharedcmap /opt/graphics/phigs/char_sets/ascii/-1 /opt/graphics/phigs/char_sets/ascii/-2 /opt/graphics/phigs/char_sets/ascii/1 /opt/graphics/phigs/char_sets/ascii/2 /opt/graphics/phigs/char_sets/font_info/-1 /opt/graphics/phigs/char_sets/latin1/-1 /opt/graphics/phigs/char_sets/latin1/-2 /opt/graphics/phigs/char_sets/latin1/1 /opt/graphics/phigs/char_sets/latin1/2 /opt/graphics/phigs/include/Colors.h /opt/graphics/phigs/lbin/phg_daemon /opt/graphics/phigs/lib/X11/app-defaults/Phigswidget /opt/graphics/phigs/lib/nls/msg/C/phigs.cat /opt/graphics/phigs/lib/nls/msg/en_US.roman8/phigs.cat /opt/graphics/phigs/lib/libphigs.1 /opt/graphics/phigs/lib/libphigs.2 /opt/graphics/phigs/lib/libphigsXg.1 /opt/graphics/phigs/lib/libphigsXg.2 /opt/graphics/phigs/lib/libphigs.sl /opt/graphics/phigs/lib/libphigsXg.sl /opt/graphics/phigs/newconfig/opt/graphics/phigs/config/ char_set_info /opt/graphics/phigs/newconfig/opt/graphics/phigs/config/ defaults /opt/graphics/phigs/newconfig/opt/graphics/phigs/ 11.00_Rel_Notes /opt/graphics/phigs/11.00_Rel_Notes what(1) Output: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/bin/cgmiui: HP-PHIGS 3.56 on HP-UX 11.00 $Date: 02-Mar-04.22:13: 25 $ $Revision: 20040302.25521 $ cgmiui GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/bin/xinitcolormap: HP-PHIGS 3.56 on HP-UX 11.00 $Date: 02-Mar-04.22:13: 25 $ $Revision: 20040302.25521 $ xinitcolorm ap GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/bin/xmodsharedcmap: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/bin/xsharedcmap: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/char_sets/ascii/-1: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/char_sets/ascii/-2: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/char_sets/ascii/1: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/char_sets/ascii/2: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/char_sets/font_info/-1: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/char_sets/latin1/-1: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/char_sets/latin1/-2: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/char_sets/latin1/1: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/char_sets/latin1/2: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/include/Colors.h: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/lbin/phg_daemon: HP-PHIGS HP-UX 11.00 ACE 9911 HP-PHIGS PATCH PHSS_20271/PHSS_20272 HP-PHIGS HP-UX 11.00 0006 HP-PHIGS PATCH PHSS_20294/PHSS_20295 HP-PHIGS PATCH PHSS_21468/PHSS_21469 HP-PHIGS PATCH PHSS_21806/PHSS_21807 HP-PHIGS PATCH PHSS_21978/PHSS_21979 HP-PHIGS PATCH PHSS_22610/PHSS_22611 HP-PHIGS PATCH PHSS_23542/PHSS_23543 HP-PHIGS PATCH PHSS_23562/PHSS_23563 HP-PHIGS PATCH PHSS_29177/PHSS_29178 HP-PHIGS PATCH PHSS_29721/PHSS_29722 HP-PHIGS HP-UX January 2004 HP-PHIGS PATCH PHSS_30176/PHSS_30177 HP-PHIGS Daemon 3.56 on HP-UX $ $ HP-PHIGS 3.56 on HP-UX 11.00 $Date: 02-Mar-04.22:13: 25 $ $Revision: 20040302.25521 $ phg_daemon GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/lib/X11/app-defaults/Phigswidget: Phigswidget $Revision: 206.1 $ $Date: 96/03/18 16:01 :42 $ GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/lib/nls/msg/C/phigs.cat: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/lib/nls/msg/en_US.roman8/phigs.cat: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/lib/libphigs.1: HP-PHIGS 3.56 on HP-UX 11.00 $Date: 02-Mar-04.22:13: 25 $ $Revision: 20040302.25521 $ libphigs.1 HP-PHIGS HP-UX 11.00 ACE 9911 HP-PHIGS PATCH PHSS_20271/PHSS_20272 HP-PHIGS HP-UX 11.00 0006 HP-PHIGS PATCH PHSS_20294/PHSS_20295 HP-PHIGS PATCH PHSS_21468/PHSS_21469 HP-PHIGS PATCH PHSS_21806/PHSS_21807 HP-PHIGS PATCH PHSS_21978/PHSS_21979 HP-PHIGS PATCH PHSS_22610/PHSS_22611 HP-PHIGS PATCH PHSS_23542/PHSS_23543 HP-PHIGS PATCH PHSS_23562/PHSS_23563 HP-PHIGS PATCH PHSS_29177/PHSS_29178 HP-PHIGS PATCH PHSS_29721/PHSS_29722 HP-PHIGS HP-UX January 2004 HP-PHIGS PATCH PHSS_30176/PHSS_30177 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/lib/libphigs.2: HP-PHIGS 3.56 on HP-UX 11.00 $Date: 02-Mar-04.22:13: 25 $ $Revision: 20040302.25521 $ libphigs.2 HP-PHIGS HP-UX 11.00 ACE 9911 HP-PHIGS PATCH PHSS_20271/PHSS_20272 HP-PHIGS HP-UX 11.00 0006 HP-PHIGS PATCH PHSS_20294/PHSS_20295 HP-PHIGS PATCH PHSS_21468/PHSS_21469 HP-PHIGS PATCH PHSS_21806/PHSS_21807 HP-PHIGS PATCH PHSS_21978/PHSS_21979 HP-PHIGS PATCH PHSS_22610/PHSS_22611 HP-PHIGS PATCH PHSS_23542/PHSS_23543 HP-PHIGS PATCH PHSS_23562/PHSS_23563 HP-PHIGS PATCH PHSS_29177/PHSS_29178 HP-PHIGS PATCH PHSS_29721/PHSS_29722 HP-PHIGS HP-UX January 2004 HP-PHIGS PATCH PHSS_30176/PHSS_30177 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/lib/libphigsXg.1: HP-PHIGS 3.56 on HP-UX 11.00 $Date: 02-Mar-04.22:13: 25 $ $Revision: 20040302.25521 $ libphigsXg. 1 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/lib/libphigsXg.2: HP-PHIGS 3.56 on HP-UX 11.00 $Date: 02-Mar-04.22:13: 25 $ $Revision: 20040302.25521 $ libphigsXg. 2 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/lib/libphigs.sl: HP-PHIGS 3.56 on HP-UX 11.00 $Date: 02-Mar-04.22:13: 25 $ $Revision: 20040302.25521 $ libphigs.2 HP-PHIGS HP-UX 11.00 ACE 9911 HP-PHIGS PATCH PHSS_20271/PHSS_20272 HP-PHIGS HP-UX 11.00 0006 HP-PHIGS PATCH PHSS_20294/PHSS_20295 HP-PHIGS PATCH PHSS_21468/PHSS_21469 HP-PHIGS PATCH PHSS_21806/PHSS_21807 HP-PHIGS PATCH PHSS_21978/PHSS_21979 HP-PHIGS PATCH PHSS_22610/PHSS_22611 HP-PHIGS PATCH PHSS_23542/PHSS_23543 HP-PHIGS PATCH PHSS_23562/PHSS_23563 HP-PHIGS PATCH PHSS_29177/PHSS_29178 HP-PHIGS PATCH PHSS_29721/PHSS_29722 HP-PHIGS HP-UX January 2004 HP-PHIGS PATCH PHSS_30176/PHSS_30177 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/lib/libphigsXg.sl: HP-PHIGS 3.56 on HP-UX 11.00 $Date: 02-Mar-04.22:13: 25 $ $Revision: 20040302.25521 $ libphigsXg. 2 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/newconfig/opt/graphics/phigs/config/ char_set_info: char_set_info $Revision: /main/7 $ $Date: 18-Mar-96 .16:03:12 $ GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/newconfig/opt/graphics/phigs/config/ defaults: defaults $Revision: /main/13 $ $Date: 18-Mar-96.16: 03:10 $ */ GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/newconfig/opt/graphics/phigs/ 11.00_Rel_Notes: None GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: /opt/graphics/phigs/11.00_Rel_Notes: None cksum(1) Output: GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 1372414152 28672 /opt/graphics/phigs/bin/cgmiui GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 2758803861 16384 /opt/graphics/phigs/bin/xinitcolormap GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 4144551665 3200 /opt/graphics/phigs/bin/xmodsharedcmap GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 3074802607 3200 /opt/graphics/phigs/bin/xsharedcmap GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 2884915107 3305 /opt/graphics/phigs/char_sets/ascii/-1 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 2766633806 3400 /opt/graphics/phigs/char_sets/ascii/-2 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 3003083783 2037 /opt/graphics/phigs/char_sets/ascii/1 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 3454347044 2132 /opt/graphics/phigs/char_sets/ascii/2 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 1154467140 20 /opt/graphics/phigs/char_sets/font_info/-1 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 1040446289 4463 /opt/graphics/phigs/char_sets/latin1/-1 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 3809879894 4558 /opt/graphics/phigs/char_sets/latin1/-2 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 1625032690 2599 /opt/graphics/phigs/char_sets/latin1/1 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 1625032690 2599 /opt/graphics/phigs/char_sets/latin1/2 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 627198641 219 /opt/graphics/phigs/include/Colors.h GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 1247819573 45056 /opt/graphics/phigs/lbin/phg_daemon GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 1557596621 3355 /opt/graphics/phigs/lib/X11/app-defaults/ Phigswidget GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 854786960 53609 /opt/graphics/phigs/lib/nls/msg/C/phigs.cat GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 854786960 53609 /opt/graphics/phigs/lib/nls/msg/ en_US.roman8/phigs.cat GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 2632645975 1712128 /opt/graphics/phigs/lib/libphigs.1 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 4217908701 1712128 /opt/graphics/phigs/lib/libphigs.2 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 3740644697 32768 /opt/graphics/phigs/lib/libphigsXg.1 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 3408768599 32768 /opt/graphics/phigs/lib/libphigsXg.2 GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 4217908701 1712128 /opt/graphics/phigs/lib/libphigs.sl GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 3408768599 32768 /opt/graphics/phigs/lib/libphigsXg.sl GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 167591555 1444 /opt/graphics/phigs/newconfig/opt/graphics/ phigs/config/char_set_info GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 3166816455 936 /opt/graphics/phigs/newconfig/opt/graphics/ phigs/config/defaults GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 2420527938 8378 /opt/graphics/phigs/newconfig/opt/graphics/ phigs/11.00_Rel_Notes GraphicsPHIGSRT.PHIGS-RUN,fr=B.11.00.02, fa=HP-UX_B.11.00_32/64,v=HP: 2420527938 8378 /opt/graphics/phigs/11.00_Rel_Notes Patch Conflicts: None Patch Dependencies: s700: 11.00 11.11: PHSS_30174 PHSS_30175 PHSS_30183 PHSS_30185 s800: 11.00 11.11: PHSS_30174 PHSS_30175 PHSS_30183 PHSS_30185 Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_20271 PHSS_20294 PHSS_21468 PHSS_21806 PHSS_21978 PHSS_22610 PHSS_23542 PHSS_23562 PHSS_25259 PHSS_25284 PHSS_26573 PHSS_26615 PHSS_26633 PHSS_29164 PHSS_29178 PHSS_29722 Equivalent Patches: None Patch Package Size: 1660 KBytes Installation Instructions: Please review all instructions and the Hewlett-Packard SupportLine User Guide or your Hewlett-Packard support terms and conditions for precautions, scope of license, restrictions, and, limitation of liability and warranties, before installing this patch. ------------------------------------------------------------ 1. Back up your system before installing a patch. 2. Login as root. 3. Copy the patch to the /tmp directory. 4. Move to the /tmp directory and unshar the patch: cd /tmp sh PHSS_30177 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHSS_30177.depot By default swinstall will archive the original software in /var/adm/sw/save/PHSS_30177. If you do not wish to retain a copy of the original software, include the patch_save_files option in the swinstall command above: -x patch_save_files=false WARNING: If patch_save_files is false when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. For future reference, the contents of the PHSS_30177.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHSS_30177.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_30177.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None