Patch Name: PHSS_26640 Patch Description: s700_800 10.20 Xserver cumulative patch Creation Date: 03/07/18 Post Date: 03/07/21 Hardware Platforms - OS Releases: s700: 10.20 s800: 10.20 Products: N/A Filesets: Xserver.AGRM Xserver.DDX-ADVANCED Xserver.DDX-ENTRY Xserver.DDX-FREEDOM Xserver.DDX-LOAD Xserver.DDX-SAM Xserver.DDX-SLS Xserver.DDX-UTILS Xserver.DDX-VRX Xserver.X11-SERV Xserver.X11-SERV-MAN Xserver.XEXT-DBE Xserver.XEXT-DBE-MAN Xserver.XEXT-HPCR-MAN Xserver.XEXT-MBX Automatic Reboot?: Yes Status: General Release Critical: Yes PHSS_26640: ABORT PHSS_26583: ABORT Path Name: /hp-ux_patches/s700_800/10.X/PHSS_26640 Symptoms: PHSS_26640: (SR:8606306359 CR:JAGae69407) The Xserver aborts with a core dump on FXE devices with miFillPolyHelper() listed as the first frame of the stack. (SR:8606293096 CR:JAGae56846) The Xserver in an SLS/d configuration that contains depth-8 graphics devices aborts on startup with a "BadAccess" error attributed to an X_StoreColors request. (SR:8606294060 CR:JAGae57800) When attempting to start the Xserver in an (unsupported) multiscreen configuration that contains an SLS/d screen, the Xserver aborts with a core dump. (SR:8606296018 CR:JAGae59654) (SR:8606288131 CR:JAGae52064) In an sls configuration on proprietary HP graphics cards, scrolling text windows that span the sls boundary or are partially offscreen may not scroll correctly. Black areas of irregular rectangular shapes may be observed in the scrolling window. PHSS_26583: ( SR:8606277199 CR:JAGae41271 ) A memory fault can occur when attempting to change the monitor type from within SAM's Monitor Configuration area. This occurs on system with non-Visualize graphics cards. ( SR:8606277200 CR:JAGae41272 ) An empty dialog box is displayed when users enter the X Server Configuration area of SAM. This occurs on system with non-Visualize graphics cards. ( SR:8606260463 CR:JAGae24786 ) Under certain conditions, especially such as closing or destroying a number of windows in close succession, the Xserver may coredump and recycle without warning on fxe/fx5/fx10. ( SR:8606266812 CR:JAGae31057 ) When an application opens 9 OpenGL windows at the same time with double buffering, three of them appear to be dimmer than the other six windows on fxe/fx5/fx10. ( SR:8606237719 CR:JAGae06762 ) DPMS (Display Power Management Signaling) does not turn off monitor power in SLS & SLS/d (Single Logical Screen and Distributed Single Logical Screen). ( SR:8606266696 CR:JAGae30941 ) The README file delivered with the tablet driver was incomplete. ( SR:8606270007 CR:JAGae34245 ) A gamma value may not persist after being set. ( SR:8606266140 CR:JAGae30392 ) Xhp in vfb mode can leak file descriptors on machines with HIL interfaces ( SR:8606256422 CR:JAGae20737 ) Xhp in vfb mode doesn't properly handle save-unders. ( SR:8606274803 CR:JAGae38880 ) For non-Visualize cards, the setup SLS action item is grayed out in SAM. PHSS_25293: - See defect description. PHSS_25266: - See defect description. PHSS_24321: - See defect description. PHSS_23555: - See defect description. PHSS_23535: - See defect description. PHSS_22603: - See defect description. PHSS_21971: - See defect description. PHSS_21815: - See defect description. PHSS_21799: - See defect description. PHSS_21461: - See defect description. PHSS_21451: - See defect description. PHSS_20308: - See defect description. PHSS_19269: - See defect description. PHSS_19256: - This patch enables new functionality that is part of the 10.20 ACE (Additional Core Enhancements) Workstation bundle, which adds new drivers to support HP VISUALIZE-fxe graphics on HP-UX 10.20. PHSS_17174: - See defect description. PHSS_17159: - See defect description. PHSS_17156: - See defect description. PHSS_17155: - See defect description. PHSS_17145: - See defect description. PHSS_15841: - See defect description. PHSS_14943: - See defect description. PHSS_13898: - See defect description. PHSS_13516: - See defect description. PHSS_12478: - See defect description. PHSS_12477: - See defect description. PHSS_12470: - See defect description. PHSS_12462: - See defect description. PHSS_12460: - See defect description. PHSS_12454: - See defect description. PHSS_12090: - See defect description. PHSS_11398: - See defect description. PHSS_10762: - See defect description. PHSS_10650: - See defect description. PHSS_10648: - See defect description. PHSS_9432: - See defect description. PHSS_8885: - See defect description. Defect Description: PHSS_26640: (SR:8606306359 CR:JAGae69407) Some variables used in the calculation of the y and height parameters were uninitialized resulting in incorrect results for those variables. Resolution: The variables are now initialized to 0. (SR:8606293096 CR:JAGae56846) The function which determines the "best color" to use at startup on depth-8 devices was trying to modify a colormap on the slave system when it was in a read-only mode. This attempt failed and generated a BadAccess error. Resolution: The function that determines the "best color" now returns a value derived from a simple lookup done by XBlackPixel() or XWhitePixel() on 8-bit graphics devices. This prevents the attempt to modify a read-only colormap on the slave system and thus bypasses the BadAccess error. The behavior in this routine remains unchanged for 24-bit devices. (SR:8606294060 CR:JAGae57800) This type of configuration is not supported. Resolution: The Xserver now detects this configuration specification at startup and aborts with an error message indicating that this configuration is not supported. (SR:8606296018 CR:JAGae59654) (SR:8606288131 CR:JAGae52064) Scrolling text is accomplished via copying of areas and/or planes. In the case where a window spans the sls boundary or is partially offscreen, a special sls algorithm is invoked for the copy. This sls algorithm did not special case the case where the source and destination for the copy are the same window. When the algorithm tried to copy to/from the same window effectively simultaneously, corruption resulted. Resolution: The sls copy algorithms were modified to recognize the case when the source and destination windows are the same. These algorithms are then skipped. PHSS_26583: ( SR:8606277199 CR:JAGae41271 ) A memory fault can occur when attempting to change the monitor type from within SAM's Monitor Configuration area. This occurs on system with non-Visualize graphics cards. ( SR:8606277200 CR:JAGae41272 ) An empty dialog box is displayed when users enter the X Server Configuration area of SAM. This occurs on system with non-Visualize graphics cards. ( SR:8606260463 CR:JAGae24786 ) Under certain conditions, especially such as closing or destroying a number of windows in close succession, the Xserver may coredump and recycle without warning on fxe/fx5/fx10. ( SR:8606266812 CR:JAGae31057 ) Fixed so that all OpenGL windows opened at the same time with double buffering are at the same brightness. ( SR:8606237719 CR:JAGae06762 ) DPMS (Display Power Management Signaling) fixed for SLS and SLS/d (Single Logical Screen and Distributed Single Logical Screen). ( SR:8606266696 CR:JAGae30941 ) The README file delivered with the tablet driver was updated. ( SR:8606270007 CR:JAGae34245 ) Gamma tool now allows setting of a persistent gamma value. ( SR:8606266140 CR:JAGae30392 ) Xhp in vfb mode can leak file descriptors on machines with HIL interfaces ( SR:8606256422 CR:JAGae20737 ) Xhp in vfb mode doesn't properly handle save-unders. ( SR:8606274803 CR:JAGae38880 ) For non-Visualize cards, the setup SLS action item is grayed out in SAM. PHSS_25293: Resolution: - JAGae28253/8606263927: Problem with XGetImage XYPixmap in SLS. - JAGad75594/8606206421: Problem with XCopyArea when source window, destination window or both are across the physical screen boundary in SLS. - JAGad93250/8606224154: Multiple X servers can run simultaneously on same graphics device. - JAGae16332/8606249947: Problem with zlib. - JAGae17220/8606251154: Problem with lbxproxy. - JAGae21965/8606257662: Problem with option processing. - JAGae22108/8606257805: Please move Euro glyph on USB_PS2_DIN_US_English_Euro from AltGr+4 combination to AltGr+5 combination. PHSS_25266: Resolution: - Provides Xserver support for Fire GL-UX graphics - JAGad82942: Xserver crashes when running xwinmap with Cross Hair Cursor enabled - JAGad27855: Enhance FX promotion and demotion algorithm in order to improve appearance when windows shuffle - JAGad85172: Enable/fix vis-eg double-buffering when using overlay planes for attribute bits - JAGad91146: xvfb mode should support DOUBLE-BUFFER extension - JAGad75565: Simplify video timing management for VisCenter and sv6 configurations - JAGad92379: VisCenter coredumps using deprecated X*screens file syntax - JAGad92452: VisCenter aborts at startup using deprecated X*screens file syntax - JAGad93294: VisCenter loses stereo sync in slaves using Fx6 graphics - JAGad93300: VisCenter video timing specifications invalid with Fx6 graphics - JAGad82340: Full Screen Cross Hair Cursor on single head - JAGab72817: Full Screen Cross Hair Cursor on sls - JAGab72817: Full Screen Cross Hair Cursor on sls/d - JAGad99431: Greek euro PHSS_24321: Resolution: resolution goes here - defects go here PHSS_23555: Resolution: - JAGad37094: lbxproxy missing protocol error checking; can cause system hang - JAGad84796: Server does not clean up socket files - JAGad76794: Screen Option EnableIncludeInferiorsFix fails on CRX48Z - JAGad65474: The grmd program (Graphics Resource Daemon) does not produce a meaningful 'what' string - JAGad69810: fx10 Depth 8 image window overwrites 24 Truecolorwindow cmap - JAGad68663: Realplayer installer resets Xserver when run on SLS-enabled system PHSS_23535: Resolution: - JAGad34310: Supported virtual framebuffer wanted - JAGad16267: The rightmost vertical line of a rectangle requested by XDrawRectangles() is not rendered when the line resides on the left clipping boundary for FXE, FX5/10 and FX2/4/6. - JAGad46140: Background pixmaps do not tile correctly on the root window in nontrivial SLS mode. - JAGad33427: An SLS configuration with FX5/FX10 does not properly maintain the planemask during GC operations. - JAGad49511: Cursor doesn't display at initial Xserver startup with SLS - JAGad45906: Frame buffer reads are slow on FXE. - JAGad54559: Colormap installation problem on FXE, FX5, FX10. - JAGad58697: HPMC running setmon on FX6 graphics on dual processor - JAGad52244: Partially obscured windows sometimes repaint slowly on HPA4982B (FXE-B) display. - JAGad65474: build correct version info into grmd PHSS_22603: Resolution: - Fixed defect causing SAM to core dump or not work when identifying an FXE display on B180. - JAGad41692: FXE and FX-10 : new colormap does not change colors displayed - JAGad42336: FXE 2x2 SLS config - problems drawing rubberband box when moving windows - JAGad41732: Throttling doesn't work for MBX/DBE on fx5/10 - JAGad45906: Added doubleword reads to FXE to improve framebuffer read performance. - Added 1600x1200 double buffer off BLT optimization. - JAGad44033: FXe slow with obscured windows(2D); reproducable with dtterm and hptterm - JAGad46369: DHA windows should only share attributes when necessary on fx5/10 - JAGad48667 - Each time the menu on Motif screen is clicked, re-drawing of OpenGL is executed. The re-drawing does not complete entirely at that moment. If this phenomenon occurs, the screen becomes black. PHSS_21971: Resolution: - JAGad34355 (PEX daemon) - JAGad29089: XAllocColorCells() for 7 planes doesn't work on FXE/FX5/FX10 - JAGad33419: Using Xlib to render into 3D double-buffered windows on FX5/10 can generate incorrect images some buffer writes - JAGad31705: Xserver locks up in MultiScreen with FX5/FX10 and FXE with EnableIncludeInferiorsFix enabled - JAGad29943: Uninitialized data can cause Xserver to abort in SLS mode with some applications. - JAGad34355: Reactivate DisablePexExtension ServerOption to be "absolute" - JAGad11044 (Colormap gets lost with only two windows) - JAGad27848 Default direct color visual window manager goes black. The fix allows the user to restore the window manager's colormap by focusing on it. (this was not possible previously) - JAGad31818: PS/2 wheel mouse attached via PS/2->USB Y-mouse can hang the Xserver when the wheel is rotated. NOTE: PS/2 wheel mouse devices are currently unsupported on HP-UX, but this defect fix will allow them to be work in conjunction with a Y-mouse. PHSS_21815: Resolution: - repaired access to TPS PHSS_21799: Resolution: - Additional support for Scene Anti-Aliasing Enhancement to provide functionality for multiple stereo windows on FX5/10 JAGad14484: JAGad14482: Miscellaneous fixes for VISUALIZE-FX5/FX10 when performing "clear" operations. JAGad14487: VISUALIZE-FX5/FX10: back stereo buffer needs to be cleared JAGad12511: Rubberbanding over a 3D window can render incorrectly with FX5/FX10 JAGad17081: FXE/FX5/FX10: Colormap flashing JAGad13522: FX5/FX10: Colormap installation causes excessive flashing with some apps. JAGad23953: SMT error in SAM when SMTSizes ServerOption is set to 0,0,0 JAGad16833: Problem with MBX/DBE extension and BackingStore JAGad25795: Resource deletion can kill the Xserver when running in an SLS/stereo configuration. JAGac86515: Xserver sometimes fails to start when TPS is enabled. JAGad14192: Request for Xserver option to disable font pattern caching JAGac56749: PS2_DIN_Russian keymap alt-2,3,4,6,7 map to NoSymbol. JAGad26922: Enhancement to provide extra keymap files for HIL keyboards JAGad21418: XPutImage() with SLS/d is broken for large depth-8 pixmaps. JAGad25358: SLS/d does not always properly handle terminated clients. PHSS_21461: Resolution: - JAGad09304: 3D window fails to update/expose correctly on FX5/10 - JAGad12493: FX5/10 server doesn't come out of DPMS mode after server kill - JAGad04181: Xserver crashes with SLS when GC specifies stippled fills with backing-store enabled - JAGad13195: XGetImage() from the root window fails or locks up on FX5/10 when Image 8 inferior window is included - JAGad11021: XHPSelectExtensionEvent() improperly accumulates state information after client disconnects PHSS_21451: Resolution: - JAGad05942 CRX48Z incorrectly renders lines of width>2047 starting negative x-coordinate - JAGad05950 XCopyArea() on Visualize-24 can crash the Xserver - JAGad04861 Lines of width 65535 incorrectly clipped on VISUALIZE-FX graphics - JAGad03658 XCopyArea() from pixmap to depth 8 image is slow on FX10 - JAGad05286 Xserver dies after running MSC.Patran and exiting Netscape of FXE PHSS_20308: Resolution: - Added support for VISUALIZE-fx5/fx10 - JAGac78727: Xserver crash with Starbase gopen() on B2000 with VISUALIZE-FXE - JAGad01082: VISUALIZE-FXE: XCreatePixmapCursor pads width to 32 or 64 - JAGad00492: XFillArc output bad on VISUALIZE-FXE graphics with FillStippled - JAGac78359: Memory Leak in MBX extension on HP VISUALIZE-FXE PHSS_19269: Resolution: - JAGab76045 Xserver slsd defect in GetImage JAGab73574 SLS/d 1x3 defect in GetImage JAGab81523 SLS/d defect 2x1 configuration JAGab68064 unisoft regression hang in sls/d 1x2 config on graffiti's JAGab77471 ER: Add versioning mechanism for SLS/d between master and slaves JAGab69935 unisoft hang (test: XcopyArea) JAGab79062 PS/2 keycodes 148, 149, 150 should not autorepeat JAGab79064 Ext. devices should regain "merged" status on XCloseDevice() if applic. JAGab84390 slsd defect vmcopyarea JAGab71547 11ACE ic4 setmon Summit SLS not changing all devices JAGab71557 Wrong target of dbe source in last merge from TOG source JAGab70028 SLS/d: XwalBitmapToRegion() missing UnlockDisplay()/SyncHandle() calls JAGab74932 backing store doesn't work correctly when DPMS is used JAGab73595 Xserver fifo overrun on Landshark/Vis-EG systems JAGac29510 xset c does not operate as documented JAGab78932 XDMCP keepalive timeout problem JAGab71161 ACE5: Xserver has large memory leak JAGab70537 3DSLS: X server returns BadDrawable from all OpenGL apps (64-bit issue) JAGab69061 ACE5:X server incorrectly maps/handles Meta (PA-RISC) keys JAGab75923 SLSd_daemon uses ONC RPC program number 0x20000001 JAGac08206 SLS and TrueColor on FX2 causes entire screen to go red on 10.20 JAGab73780 SAM: Info cut-off in SLS layout box with small fonts SAM: Reports non-existent graphics devices PHSS_19256: Resolution: - New functionality to support HP VISUALIZE-fxe graphics on HP-UX 10.20. PHSS_17174: Resolution: - XLookupColor() closestMatch always returns same value on Visualize-FX - lbxproxy requires transition links to work properly - Using large background pixmaps with backingstore enabled can cause memory leaks. - SLS/d: Xserver cursor performance is slow running OpenGL Display List applications. - SLS/d: XPutImage() of a large 24-bit image can hang the Xserver. - SLS/d: Applications rendering to border pixmaps will generate blank windows. - xset dpms can cause the Xserver to consume 100% of the CPU. - Incorrect mknod example command in /usr/lib/X11/Xserver/info/screens/hp. - ER: Improve diagnostic output when the Xserver is unable to open a valid graphics device at startup. PHSS_17159: Resolution: - This patch contains a number of defect fixes and enhancements for the SLS/d component of the Xserver, a core component of the HP VISUALIZE Center and HP VISUALIZE Workgroup products. - GSLdt11465 SLS: Overlapping image plane and overlay plane windows can incorrectly calculate clip lists if window borders skewed by 1 or 2 pixels when running in an SLS configuration. - GSLdt11471 USB MS Intellimouse hangs when using spin wheel. NOTE: This device is not currently supported by HP, but this defect was fixed so that it should work for those who choose to use this input device. - GSLdt11607 ER: Change keysym mapped to PA-RISC logo key on JIS_109 keyboards - XServer incorrectly loads GLX extension in SLS mode on Visualize-EG graphics device. - GSLdt11624 SAM/setmon should give warning after changing monitor resolution to stereo mode setting or force the Xserver to restart - SR 4701426437 Shift+CapsLock can behave incorrectly on JIS_109 keyboards PHSS_17156: - SR 5003451526 Application shows color banding with patterned tile fills - SR 5003383323 ER: would like X11R6.3 supported on 10.x. - SR 1653294454 TVRX: exiting the Xserver makes the ITE unusable - SR 5003444703 HP-UX 10.20: man pages for DPMS Xserver extension missing - GSLdt11446 Fix parsing of ResolveColorsCompatibilityMode ServerOption - GSLdt11427 Remote X through lbxproxy: embedded apps are not embedded - GSLdt11425 Remote X through lbxproxy brings down netscape & lbxproxy. - GSLdt11486 DI stipple patterns >= 32 bits wide don't work - GSLdt11456 Performance threshold parameters should be set automatically when using VISUALIZE FX devices, which can result in better perfomance. PHSS_17155: - A5389008 Incorrect cursor changes break "Graffy" application - SR 5003445007 XStoreColors() stores different values with/without PHSS_10762 - SR 1653286005 XCopyArea() Fails in 2nd CRT using SLS - GSLdt11239 Vis-EG is very slow drawing to partially obscured windows - GSLdt11010 libXhpPEX.1 incorrectly loading as part of Xhp - Support for Euro currency symbol. PHSS_17145: - A5389008 Incorrect cursor changes break "Graffy" application - SR 5003445007 XStoreColors() stores different values with/without PHSS_10762 - SR 1653286005 XCopyArea() Fails in 2nd CRT using SLS - GSLdt11239 Vis-EG is very slow drawing to partially obscured windows - GSLdt11010 libXhpPEX.1 incorrectly loading as part of Xhp - Support for Euro currency symbol. PHSS_15841: - 5003429720 - DPMS state 3 not working on Visualize 48XP with A4331D monitor - HCRX8 Xserver segv's in response to imagemagick 'display' resize. - errno is improperly bound in Visualize-FX DLD - setmon does not suppress the 1600x1200 resolution as an invalid monitor type on VISUALIZE-EG graphics cards without extended memory. - setmon "flash" functionality not working on FX graphics - setmon: Not checking string length prior to comparison - sam incorrectly identifyies FX4 (1600x1200) as FX2 - Setmon incorrectly reports bootEntry for user-programmable monitor timing entries - Setmon prevents overwriting user-programmable monitor timing entry while in use. - Setmon - Print Detailed Timing functionality core dumps on Console. - /usr/lib/X11/Xserver/info/screens/hp should document Visualize-FX devices PHSS_14943: - 5003422949 XServer memory leak with SLS on 9.0 - 5003422949 Performance problem with 712 running CRX on 10.20 - 1653253641 /usr/man/man1.Z/Xserver.1 bad man page section no. and hp-ux rev. - SAM incorrectly reports FX configuration within 1600x1200 resolution - SAM display config gets ugly when no display is present. - VISUALIZE-EG identification within SAM not consistent with X - OpenGL "setmon" allows user to select invalid monitor type - setmon hangs on FX4-RevA w/Texture Mapping board when X is running - This patch contains support for the Barco Record/Playback extension PHSS_13898: - The files: /opt/graphics/common/bin/graphinfo /opt/graphics/common/bin/screenpr /opt/graphics/common/lbin/timd /opt/graphics/common/lib/2fc1066block.1 /opt/graphics/common/lib/dilocking.1 /opt/graphics/common/lib/libGti.1 /opt/graphics/common/lib/libGti.sl /opt/graphics/common/lib/libtdhcrx48.1 /opt/graphics/common/lib/libtdhcrx48.sl /opt/graphics/common/lib/libtdvisx.1 /opt/graphics/common/lib/libtdvisx.sl which used to reside in this patch have been moved to the 3D common patch. - SR 4701379545 Applications hang X Server on C240 with FX4 1. Graphics device locking doesn't work correctly with texture map board installed. 2. X Server doesn't correctly verify that all BLTs have completed successfully. - SR 5003403493 After the installation of PHSS_12452, failsafe session (CDE or VUE) break. - SR 5003411462 Vertical bars replace text when textfield is double-clicked on Vis-EG. - GSLdt10905 Attribute planes are set incorrectly for FX2 depth 24 TrueColor in SB 12/12. - GSLdt10671 OPENGL on Artist display adapters: no redraw on window obscure/unobscure. PHSS_13516: - SR 1653238030 DPMS Power save dont't work on FX family - SR 5003398909 Visualize EG:10.20:PHSS_12470: backing store fails - SR 5003363101 On occasion state reached where you must click on frame to give focus - SR 5003397919 xli image viewing application problem on Visualize-FX - GSLdt10899 VISUALIZE-EG renders wrong line with clip mask PHSS_12478: - GSLdt10816 xwd, double buffers, and HP VISUALIZE-FX2 graphics PHSS_12477: - SR 5003395087 Dash line with line_width=0 not drawn correntlly on Visualize-EG - SR 1653237172 CANON display problem - GSLdt10342 Workaround for catching the 3D FifoOverflow condition to the same effect as a 2D FifoOverflow condition PHSS_12470: - modifications to support texture mapping for OGL. - SR 5003396952 PHSS_12462 Xserver tends to crash when using Netscape browser or SAM PHSS_12462: -SR 1653225318 712 on 10.20 Xserver sends expose events to on removal of screensaver -SR 1653229393 DPMS on HP VISUALIZE-48XP and monitor A4331D -SR 4701369264 9.07 SLS core dump -SR 1653214130 10.20:Xserver:turbiVRX: after Xserver exits, screen not cleared -SR 5003392019 No expose or saving of backing store window -SR 5003392019 BackingStore behaving per spec -SR 5003372656 Xserver -terminate does not terminate the server after logout. -SR 5003392019 BackingStore behaving per spec -GSLdt10753 block mode enterred in the screen blanking and not reset -GSLdt10761 XVideo extension fails to load after PHSS_11398 has been installed -Adding the following extensions and contrib software: XC_DPMS HP_CR XRECORD -SR 1653225318 712 on 10.20 Xserver sends expose events to on removal of screensaver -SR 1653229393 DPMS on HP VISUALIZE-48XP and monitor A4331D -SR 4701369264 9.07 SLS core dump -SR 1653214130 10.20:Xserver:turbiVRX: after Xserver exits, screen not cleared -SR 5003392019 No expose or saving of backing store window -Adding the following extensions and contrib software: XC_DPMS HP_CR XRECORD PHSS_12460: Fix for wd.1 delivery problem in PHSS_12454. PHSS_12454: Force dependency on PHSS_11398. GSLdt10611 PolyPoly rendering fix for FX graphics PHSS_12090: SR 1653221424 XSetStipple() and XCopyArea() pixmap render defect SR 4701363663 XCopyPlane() doesn't copy the pixmap correctly on some display SR 1653222968 Screen lock, under CDE appears to blank window after unlock on 9000/712 SR 5003382788 ABB needs XC-MISC at 10.20 SR 5003369066 Frame Buffer miscompare in STM graphics exerciser for rattler/piranha PHSS_11398: July, 1997 1653206656 Xserver 10.10 - poor performance with 1x1 pixmap 4701353904 Xserver on 10.20 735 with CRX24Z graphics blanks out, hangs 1653179911 process enhancement for the serial tablet shipment 1653210252 On NFS diskless clients during Xserver start files .nfsXXXX fills disk 5003366633 Xserver does not enable localhost by default in latest patch 1653214809 Visualize-EG: graphic rendering problem of a scrolled window 1653213561 Xserver man page does not show correct dir path for sockets at 10.X NOTICE: This patch is not compatible with Freedom and Hd4/HP DDX drivers. Please contact Evans & Sutherland and Dome Imaging Systems respectively if using one of these graphics cards and require this X server patch. PHSS_10762: June, 1997 Support for HP VISUALIZE-FX graphics family PHSS_10650: May, 1997 5003360076 10.20 Xserver incorrect blank/unblank behavior by button press 4701354621 735/CRX/10.10/10.20: Xserver aborts running ProEngineer GSLdt10111 Dropout in polygon fill pattern on Visualize-EG 1653213140 PHSS_9432: Visualize EG: lines not straight BUSINESS ESCALATION Console locking problem between ITE and X server This requires the kernal patch PHKL_11205. GSLdt10229 Graffiti FIFO overflows and Xserver crashs with Netscape & fwm PHSS_10648: April, 1997 5003363101 Occassionally need to click on frame to give window focus 5003361238 XGetNextEvent reports wrong events for the serial box 1653211524 Xserver abort with Netscape & Japanese Input Method 5003368498 XChangePointerDevice() calls do not work as expected. 5003364869 When key click is enabled the bell also sounds. GSLdt09967 Timeout client shuts down X server. PHSS_9432: March, 1997 5003302752 PS2_DIN_Canada_TBITS-3 keymap problem with extended char's 1653183525 Mouse button 2 and 3 fails if tablet subsetting configured 1653193953 X server memory fault results from killing font server 5003254516 Any r,g,b component value > 0x80 is decremented by one 5003339184 Man pages for Xserver should be updated for X and Xserver 5003347856 The "-audit" option of the X server fails 5003355669 Xserver has SHLIB_PATH enabled - needs to be disabled 5003355198 The Xserver is vulnerable to bad hil packets. 5003330605 PEX applications on HP VISUALIZE 48 get black windows 1653206938 VISUALIZE EG fails to handle a 1 pixel wide line pattern 5003361238 XNextEvent reports wrong events for the serial dial box PHSS_8885: October, 1996 SR 1653179275 XGetImage getting back buffer in depth-12 DBE. SR 1653184002 XCopyArea getting back buffer in depth-12 DBE. No-SR-On-This Color corruption with ClipMask in depth 12 SR 4701334433 SLS with multiple-rectangle ClipList crashes X. GSLdt07477 CDE ClearArea fail to clear Back buffer. SR 1653179960 SaveUnder restoration faulty when stacking order is changed. SR 1653184721 Color Recovery window looks GreyScale after ScreenSaver interval on 712. SR: 1653206656 4701353904 1653179911 1653210252 5003366633 1653214809 1653213561 5003360076 4701354621 1653213140 5003363101 5003361238 1653211524 5003368498 5003364869 5003302752 1653183525 1653193953 5003254516 5003339184 5003347856 5003355669 5003355198 5003330605 1653206938 5003361238 1653179275 1653184002 4701334433 1653179960 1653184721 1653221424 4701363663 1653222968 5003382788 5003369066 1653225318 1653229393 4701369264 1653214130 5003392019 5003372656 5003396952 5003395087 1653237172 1653238030 5003398909 5003397919 4701379545 5003411462 5003403493 5003422949 5003422956 1653253641 5003429720 5003445007 1653286005 5003449777 5003451526 5003383323 1653294454 5003444703 4701426437 5003464867 5003467423 8606104808 8606108820 8606107298 8606108615 8606108617 8606112116 8606106087 8606105486 8606114749 8606108497 8606106645 8606113764 8606127926 8606131932 8606131341 8606127557 8606145146 8606145144 8606145149 8606143174 8606147739 8606144189 8606154636 8606147490 8606156460 8606128969 8606144852 8606126184 8606157591 8606152079 8606156047 8606165060 8606141602 8606159763 8606164119 8606162389 8606160623 8606165060 8606168108 8606141684 8606158518 8606162502 8606172432 8606173076 8606172472 8606176669 8606179443 8606146924 8606176905 8606164127 8606180290 8606185364 8606189483 8606183028 8606196271 8606165013 8606167811 8606215610 8606207618 8606196271 8606200634 8606199477 8606213153 8606213751 8606158525 8606216000 8606222031 8606206392 8606223276 8606223355 8606224199 8606224205 8606213153 8606230381 8606260463 8606266812 8606237719 8606266696 8606270007 8606266140 8606256422 8606274803 8606277199 8606277200 8606224154 8606249947 8606251154 8606257662 8606257805 8606263927 8606264159 8606206421 8606306359 8606293096 8606294060 8606296018 8606288131 Patch Files: /opt/graphics/common/bin/gamma /opt/graphics/common/icons/Gamma.l.bm /opt/graphics/common/icons/Gamma.l.pm /opt/graphics/common/icons/Gamma.l_m.bm /opt/graphics/common/icons/Gamma.m.bm /opt/graphics/common/icons/Gamma.m.pm /opt/graphics/common/icons/Gamma.m_m.bm /opt/graphics/common/icons/Gamma.t.bm /opt/graphics/common/icons/Gamma.t.pm /opt/graphics/common/icons/Gamma.t_m.bm /opt/graphics/common/lib/libgrm.1 /opt/graphics/common/lib/libgrm.sl /usr/lbin/grmd /usr/share/man/man1m.Z/grmd.1m /usr/lib/X11/Xserver/brokers/screens/Crx24.1 /usr/lib/X11/Xserver/brokers/screens/Crx48z.1 /usr/lib/X11/Xserver/brokers/screens/Hcrx.1 /usr/lib/X11/Xserver/brokers/screens/Hcrx48z.1 /usr/lib/X11/Xserver/brokers/screens/HpCfb.1 /usr/lib/X11/Xserver/brokers/screens/Pinn.1 /usr/lib/X11/Xserver/brokers/screens/Rw.1 /usr/lib/X11/Xserver/brokers/screens/Wd.1 /usr/lib/X11/Xserver/brokers/vfb/Vfb.1 /usr/lib/X11/Xserver/modules/screens/hp/advutils.1 /usr/lib/X11/Xserver/modules/screens/hp/crx24.1 /usr/lib/X11/Xserver/modules/screens/hp/crx48z.1 /usr/lib/X11/Xserver/modules/screens/hp/food.1 /usr/lib/X11/Xserver/modules/screens/hp/hcrx.1 /usr/lib/X11/Xserver/modules/screens/hp/hcrx48z.1 /usr/lib/X11/Xserver/modules/screens/hp/hpCfb.1 /usr/lib/X11/Xserver/modules/screens/hp/pinn.1 /usr/lib/X11/Xserver/modules/screens/hp/rw.1 /usr/lib/X11/Xserver/modules/screens/hp/wd.1 /usr/lib/X11/Xserver/modules/vfb/hp/vfb.1 /usr/lib/X11/Xserver/brokers/screens/Cg.1 /usr/lib/X11/Xserver/brokers/screens/Cgg.1 /usr/lib/X11/Xserver/brokers/screens/Crx.1 /usr/lib/X11/Xserver/modules/screens/hp/cg.1 /usr/lib/X11/Xserver/modules/screens/hp/cgg.1 /usr/lib/X11/Xserver/modules/screens/hp/crx.1 /usr/lib/X11/Xserver/modules/screens/hp/crxutils.1 /usr/lib/X11/Xserver/modules/screens/hp/ucrx.1 /usr/lib/X11/Xserver/modules/screens/hp/uhcrx.1 /usr/lib/X11/Xserver/brokers/extensions/Abx.1 /usr/lib/X11/Xserver/brokers/screens/Freedom.1 /usr/lib/X11/Xserver/modules/extensions/hp/abx.1 /usr/lib/X11/Xserver/modules/screens/hp/freedom.1 /usr/lib/X11/Xserver/ucode/screens/hp/hdtv.frmt /usr/lib/X11/Xserver/ucode/screens/hp/main.F3000 /usr/lib/X11/Xserver/ucode/screens/hp/ntsc.frmt /usr/lib/X11/Xserver/ucode/screens/hp/ntsc_cvo.frmt /usr/lib/X11/Xserver/ucode/screens/hp/pal.frmt /usr/lib/X11/Xserver/ucode/screens/hp/pal_cvo.frmt /usr/lib/X11/Xserver/ucode/screens/hp/rs.F3000 /usr/lib/X11/Xserver/ucode/screens/hp/stereo1.frmt /usr/lib/X11/Xserver/ucode/screens/hp/stereo2.frmt /usr/lib/X11/Xserver/ucode/screens/hp/vga.frmt /usr/lib/X11/Xserver/ucode/screens/hp/video60.frmt /usr/lib/X11/Xserver/ucode/screens/hp/video76.frmt /usr/lib/X11/Xserver/info/screens/hp /usr/lib/X11/Xserver/loadinit/libinit.1 /opt/graphics/common/bin/setmon /opt/graphics/common/man/man1.Z/setmon.1 /usr/lib/X11/Xserver/misc/sam/C/help/sam.hv /usr/lib/X11/Xserver/misc/sam/C/help/sam.hvk /usr/lib/X11/Xserver/misc/sam/C/help/sam00.ht /usr/lib/X11/Xserver/misc/sam/C/help/sls1.xwd /usr/lib/X11/Xserver/misc/sam/C/help/sls2.xwd /usr/lib/X11/Xserver/misc/sam/C/help/sls3.xwd /usr/lib/X11/Xserver/misc/sam/C/help/sls4.xwd /usr/lib/X11/Xserver/misc/sam/C/help/sls5.xwd /usr/lib/X11/Xserver/misc/sam/C/icons/config.pm /usr/lib/X11/Xserver/misc/sam/C/icons/monitor.pm /usr/lib/X11/Xserver/misc/sam/C/icons/nosetmon.pm /usr/lib/X11/Xserver/misc/sam/C/icons/printconfig.pm /usr/lib/X11/Xserver/misc/sam/C/icons/setmon.pm /usr/lib/X11/Xserver/misc/sam/C/icons/sls.pm /usr/lib/X11/Xserver/misc/sam/C/icons/terminal.pm /usr/lib/X11/Xserver/misc/sam/C/icons/toplevel.pm /usr/lib/X11/Xserver/misc/sam/C/icons/unconfig.pm /usr/lib/X11/Xserver/misc/sam/C/icons/xconfig.pm /usr/lib/X11/Xserver/misc/sam/C/sam.cb /usr/lib/X11/Xserver/misc/sam/C/sam.ui /usr/lib/X11/Xserver/misc/sam/sam.sl /etc/rc.config.d/slsd /sbin/init.d/slsd /sbin/rc1.d/K220slsd /sbin/rc2.d/S780slsd /usr/bin/X11/SLSd_daemon /usr/contrib/bin/X11/SLSd_config /usr/contrib/bin/X11/slsconfine /usr/lib/X11/Xserver/brokers/extensions/Slsdx.1 /usr/lib/X11/Xserver/brokers/extensions/Slsx.1 /usr/lib/X11/Xserver/brokers/screens/Sls.1 /usr/lib/X11/Xserver/brokers/screens/Slsd.1 /usr/lib/X11/Xserver/modules/extensions/hp/slsdx.1 /usr/lib/X11/Xserver/modules/extensions/hp/slsx.1 /usr/lib/X11/Xserver/modules/screens/hp/XslsdExt.1 /usr/lib/X11/Xserver/modules/screens/hp/sls.1 /usr/lib/X11/Xserver/modules/screens/hp/slsd.1 /usr/lib/X11/Xserver/modules/screens/hp/cfb.1 /usr/lib/X11/Xserver/modules/screens/hp/cfb16.1 /usr/lib/X11/Xserver/modules/screens/hp/cfb32.1 /usr/lib/X11/Xserver/modules/screens/hp/mfb.1 /usr/lib/X11/Xserver/modules/screens/hp/mi.1 /usr/lib/X11/Xserver/modules/screens/hp/utils.1 /usr/lib/X11/Xserver/brokers/screens/Vrx.1 /usr/lib/X11/Xserver/brokers/screens/VrxObsolete.1 /usr/lib/X11/Xserver/modules/screens/hp/vrx.1 /etc/X11/lbxproxy/AtomControl /etc/X11/proxymngr/pmconfig /etc/X11/SecurityPolicy /usr/bin/X11/X /usr/bin/X11/convertscr /usr/bin/X11/lbxproxy /usr/bin/X11/proxymngr /usr/bin/X11/xfindproxy /usr/bin/X11/xrx /usr/contrib/X11R6/examples/xrx/cgi-bin/xclock.pl /usr/contrib/X11R6/examples/xrx/cgi-bin/xload.pl /usr/contrib/X11R6/examples/xrx/htdocs/xclock.html /usr/contrib/X11R6/examples/xrx/htdocs/xclock.rx /usr/contrib/X11R6/examples/xrx/htdocs/xload.html /usr/contrib/X11R6/examples/xrx/htdocs/xload.rx /usr/contrib/bin/X11/X.alt /usr/contrib/bin/X11/slsclone /usr/lib/X11/Xserver/brokers/extensions/Dpms.1 /usr/lib/X11/Xserver/brokers/extensions/Gie.1 /usr/lib/X11/Xserver/brokers/extensions/HpCr.1 /usr/lib/X11/Xserver/brokers/extensions/PolyPrim.1 /usr/lib/X11/Xserver/brokers/extensions/Record.1 /usr/lib/X11/Xserver/brokers/extensions/Sync.1 /usr/lib/X11/Xserver/brokers/extensions/Xie.1 /usr/lib/X11/Xserver/input/daisy/README.daisy /usr/lib/X11/Xserver/input/daisy/cfgdaisy /usr/lib/X11/Xserver/input/daisy/chk_daisy /usr/lib/X11/Xserver/input/daisy/deldaisy /usr/lib/X11/Xserver/input/daisy/test_daisy.c /usr/lib/X11/Xserver/input/daisy/xbutton.c /usr/lib/X11/Xserver/input/daisy/xdial.c /usr/lib/X11/Xserver/input/daisy/xlsdev /usr/lib/X11/Xserver/input/tablet/README /usr/lib/X11/Xserver/input/tablet/cfgtblt /usr/lib/X11/Xserver/input/tablet/chk_tablet /usr/lib/X11/Xserver/input/tablet/dghp /usr/lib/X11/Xserver/input/tablet/tabinit /usr/lib/X11/Xserver/input/tablet/xtablet.c /usr/lib/X11/Xserver/modules/extensions/hp/dpms.1 /usr/lib/X11/Xserver/modules/extensions/hp/gie.1 /usr/lib/X11/Xserver/modules/extensions/hp/hpcr.1 /usr/lib/X11/Xserver/modules/extensions/hp/polyprim.1 /usr/lib/X11/Xserver/modules/extensions/hp/record.1 /usr/lib/X11/Xserver/modules/extensions/hp/sync.1 /usr/lib/X11/Xserver/modules/extensions/hp/xie.1 /usr/lib/X11/extensions/button.kmap /usr/lib/X11/extensions/daisy.1 /usr/lib/X11/extensions/db.1 /usr/lib/X11/extensions/hid.1 /usr/lib/X11/extensions/hil_driver.1 /usr/lib/X11/extensions/hp7lc2k.1 /usr/lib/X11/extensions/hp7lc2m.1 /usr/lib/X11/extensions/libGIE.1 /usr/lib/X11/extensions/lpfk.1 /usr/lib/X11/extensions/minibar.1 /usr/lib/X11/extensions/mmii1201.1 /usr/lib/X11/extensions/mmii1812.1 /usr/lib/X11/extensions/pcmouse.1 /usr/lib/X11/extensions/spaceball.1 /usr/lib/X11/extensions/vcd8.1 /usr/lib/X11/extensions/wacom.1 /usr/lib/X11R6/libxrx.6.3 /usr/newconfig/etc/X11/98xxx.dcc /usr/newconfig/etc/X11/A10xx.dcc /usr/newconfig/etc/X11/X0devices /usr/newconfig/etc/X11/X0pointerkeys /usr/newconfig/etc/X11/X0screens /usr/newconfig/etc/X11/XHPKeymaps /usr/newconfig/etc/X11/rgb.txt.98xxx /usr/newconfig/etc/X11/rgb.txt.A10xx /usr/newconfig/usr/lib/X11/extensions/libSX.1 /usr/share/man/man1.Z/X.1 /usr/share/man/man1.Z/Xserver.1 /usr/share/man/man1.Z/lbxproxy.1 /usr/share/man/man1.Z/libxrx.1 /usr/share/man/man1.Z/proxymngr.1 /usr/share/man/man1.Z/xfindproxy.1 /usr/share/man/man1.Z/xrx.1 /usr/share/man/man3.Z/DPMS.3x /usr/share/man/man3.Z/DPMSCapable.3x /usr/share/man/man3.Z/DPMSDisable.3x /usr/share/man/man3.Z/DPMSEnable.3x /usr/share/man/man3.Z/DPMSForceLe.3x /usr/share/man/man3.Z/DPMSGetTime.3x /usr/share/man/man3.Z/DPMSGetVers.3x /usr/share/man/man3.Z/DPMSInfo.3x /usr/share/man/man3.Z/DPMSQueryEx.3x /usr/share/man/man3.Z/DPMSSetTime.3x /usr/lib/X11/Xserver/brokers/extensions/Dbe.1 /usr/lib/X11/Xserver/modules/extensions/hp/dbe.1 /usr/share/man/man3.Z/DBE.3x /usr/share/man/man3.Z/XdbeAllocat.3x /usr/share/man/man3.Z/XdbeBeginId.3x /usr/share/man/man3.Z/XdbeDealloc.3x /usr/share/man/man3.Z/XdbeEndIdio.3x /usr/share/man/man3.Z/XdbeFreeVis.3x /usr/share/man/man3.Z/XdbeGetBack.3x /usr/share/man/man3.Z/XdbeGetVisu.3x /usr/share/man/man3.Z/XdbeQueryEx.3x /usr/share/man/man3.Z/XdbeSwapBuf.3x /usr/share/man/man3.Z/HP-COLOR-RE.3x /usr/share/man/man3.Z/XhpCrGetCma.3x /usr/share/man/man3.Z/XhpCrPutIma.3x /usr/share/man/man3.Z/XhpCrQueryV.3x /usr/lib/X11/Xserver/brokers/extensions/Mbx.1 /usr/lib/X11/Xserver/modules/extensions/hp/mbx.1 what(1) Output: /opt/graphics/common/bin/gamma: None /opt/graphics/common/icons/Gamma.l.bm: None /opt/graphics/common/icons/Gamma.l.pm: None /opt/graphics/common/icons/Gamma.l_m.bm: None /opt/graphics/common/icons/Gamma.m.bm: None /opt/graphics/common/icons/Gamma.m.pm: None /opt/graphics/common/icons/Gamma.m_m.bm: None /opt/graphics/common/icons/Gamma.t.bm: None /opt/graphics/common/icons/Gamma.t.pm: None /opt/graphics/common/icons/Gamma.t_m.bm: None /opt/graphics/common/lib/libgrm.1: GRM Library A.01 Protocol 100 $Revision: /main/13 $ Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:17:49 MDT 2003) /opt/graphics/common/lib/libgrm.sl: GRM Library A.01 Protocol 100 $Revision: /main/13 $ Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:17:49 MDT 2003) /usr/lbin/grmd: Graphics Resource Daemon $Revision: /main/19 $ $Date : 1996/10/29 17:46:18 $ Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:18:43 MDT 2003) ic12_r10dav libc.a_ID@@/main/r10dav/libc_dav/bvd_sac /1 /ux/libc/libs/libc/archive_pa1/libc.a_ID Apr 25 1996 13:07:23 /usr/share/man/man1m.Z/grmd.1m: None /usr/lib/X11/Xserver/brokers/screens/Crx24.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:03 MDT 2003) CRX24 Broker /usr/lib/X11/Xserver/brokers/screens/Crx48z.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:21 MDT 2003) CRX48Z Broker /usr/lib/X11/Xserver/brokers/screens/Hcrx.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:11 MDT 2003) HCRX Broker /usr/lib/X11/Xserver/brokers/screens/Hcrx48z.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:25 MDT 2003) HCRX48Z Broker /usr/lib/X11/Xserver/brokers/screens/HpCfb.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:47 MDT 2003) HpCfb CFB Broker /usr/lib/X11/Xserver/brokers/screens/Pinn.1: Pinn Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:35 MDT 2003) /usr/lib/X11/Xserver/brokers/screens/Rw.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:41 MDT 2003) Rw Broker /usr/lib/X11/Xserver/brokers/screens/Wd.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:33 MDT 2003) Wd Broker /usr/lib/X11/Xserver/brokers/vfb/Vfb.1: Vfb Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:12:23 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/advutils.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:59:00 MDT 2003) VM short-per-pixel VM Long-per-pixel /usr/lib/X11/Xserver/modules/screens/hp/crx24.1: hpa1439 ddx driver Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:02:27 MDT 2003) CRX24 Utilities /usr/lib/X11/Xserver/modules/screens/hp/crx48z.1: CRX48Z ddx driver Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:04:22 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/food.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:06:13 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/hcrx.1: HCRX ddx driver Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:02:43 MDT 2003) CRX24 Utilities /usr/lib/X11/Xserver/modules/screens/hp/hcrx48z.1: HCRX48Z ddx driver Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:02:56 MDT 2003) CRX24 Utilities /usr/lib/X11/Xserver/modules/screens/hp/hpCfb.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:19:02 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/pinn.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:07:25 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/rw.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:09:24 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/wd.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:05:39 MDT 2003) /usr/lib/X11/Xserver/modules/vfb/hp/vfb.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:19:13 MDT 2003) /usr/lib/X11/Xserver/brokers/screens/Cg.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:09:58 MDT 2003) Color Graphics Broker /usr/lib/X11/Xserver/brokers/screens/Cgg.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:18 MDT 2003) CGG Broker /usr/lib/X11/Xserver/brokers/screens/Crx.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:08 MDT 2003) CRX Broker /usr/lib/X11/Xserver/modules/screens/hp/cg.1: Color Graphics ddx driver Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:01:19 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/cgg.1: EG ddx driver Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:01:55 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/crx.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:02:10 MDT 2003) hpa1991 ddx driver hpa1924 ddx driver hpa1659 ddx driver /usr/lib/X11/Xserver/modules/screens/hp/crxutils.1: Common CRX Utilities Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:59:46 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/ucrx.1: CRX Utilities Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:00:09 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/uhcrx.1: HCRX Utilities Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:00:59 MDT 2003) /usr/lib/X11/Xserver/brokers/extensions/Abx.1: None /usr/lib/X11/Xserver/brokers/screens/Freedom.1: None /usr/lib/X11/Xserver/modules/extensions/hp/abx.1: None /usr/lib/X11/Xserver/modules/screens/hp/freedom.1: None /usr/lib/X11/Xserver/ucode/screens/hp/hdtv.frmt: None /usr/lib/X11/Xserver/ucode/screens/hp/main.F3000: None /usr/lib/X11/Xserver/ucode/screens/hp/ntsc.frmt: None /usr/lib/X11/Xserver/ucode/screens/hp/ntsc_cvo.frmt: None /usr/lib/X11/Xserver/ucode/screens/hp/pal.frmt: None /usr/lib/X11/Xserver/ucode/screens/hp/pal_cvo.frmt: None /usr/lib/X11/Xserver/ucode/screens/hp/rs.F3000: None /usr/lib/X11/Xserver/ucode/screens/hp/stereo1.frmt: None /usr/lib/X11/Xserver/ucode/screens/hp/stereo2.frmt: None /usr/lib/X11/Xserver/ucode/screens/hp/vga.frmt: None /usr/lib/X11/Xserver/ucode/screens/hp/video60.frmt: None /usr/lib/X11/Xserver/ucode/screens/hp/video76.frmt: None /usr/lib/X11/Xserver/info/screens/hp: X Server Information for HP Devices $Revision: 57.6 $ $Date: 2003/01/28 01:38:45 $ /usr/lib/X11/Xserver/loadinit/libinit.1: Initialization Utils Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:49:07 MDT 2003) SharedX Extension Hooks Smart Clipping Utils /opt/graphics/common/bin/setmon: Monitor Configuration Revision: 1.9 Monitor Configuration Revision: 1.9 Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:25:18 MDT 2003) /opt/graphics/common/man/man1.Z/setmon.1: None /usr/lib/X11/Xserver/misc/sam/C/help/sam.hv: None /usr/lib/X11/Xserver/misc/sam/C/help/sam.hvk: None /usr/lib/X11/Xserver/misc/sam/C/help/sam00.ht: None /usr/lib/X11/Xserver/misc/sam/C/help/sls1.xwd: None /usr/lib/X11/Xserver/misc/sam/C/help/sls2.xwd: None /usr/lib/X11/Xserver/misc/sam/C/help/sls3.xwd: None /usr/lib/X11/Xserver/misc/sam/C/help/sls4.xwd: None /usr/lib/X11/Xserver/misc/sam/C/help/sls5.xwd: None /usr/lib/X11/Xserver/misc/sam/C/icons/config.pm: None /usr/lib/X11/Xserver/misc/sam/C/icons/monitor.pm: None /usr/lib/X11/Xserver/misc/sam/C/icons/nosetmon.pm: None /usr/lib/X11/Xserver/misc/sam/C/icons/printconfig.pm: None /usr/lib/X11/Xserver/misc/sam/C/icons/setmon.pm: None /usr/lib/X11/Xserver/misc/sam/C/icons/sls.pm: None /usr/lib/X11/Xserver/misc/sam/C/icons/terminal.pm: None /usr/lib/X11/Xserver/misc/sam/C/icons/toplevel.pm: None /usr/lib/X11/Xserver/misc/sam/C/icons/unconfig.pm: None /usr/lib/X11/Xserver/misc/sam/C/icons/xconfig.pm: None /usr/lib/X11/Xserver/misc/sam/C/sam.cb: None /usr/lib/X11/Xserver/misc/sam/C/sam.ui: Graphics Configuration $Revision: /main/30 $ $Date : 1996/11/19 17:38:53 $ /usr/lib/X11/Xserver/misc/sam/sam.sl: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:24:42 MDT 2003) X Server Configuration $Revision: /main/39 $ $Date : 1996/11/19 17:39:28 $ /etc/rc.config.d/slsd: None /sbin/init.d/slsd: None /sbin/rc1.d/K220slsd: None /sbin/rc2.d/S780slsd: None /usr/bin/X11/SLSd_daemon: None /usr/contrib/bin/X11/SLSd_config: None /usr/contrib/bin/X11/slsconfine: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:25:45 MDT 2003) /usr/lib/X11/Xserver/brokers/extensions/Slsdx.1: SLS/d Extension Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:11:43 MDT 2003) /usr/lib/X11/Xserver/brokers/extensions/Slsx.1: HP_SLS Extension Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:11:21 MDT 2003) /usr/lib/X11/Xserver/brokers/screens/Sls.1: SLS Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:50 MDT 2003) /usr/lib/X11/Xserver/brokers/screens/Slsd.1: SLS/d Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:51 MDT 2003) /usr/lib/X11/Xserver/modules/extensions/hp/slsdx.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:14:12 MDT 2003) /usr/lib/X11/Xserver/modules/extensions/hp/slsx.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:13:45 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/XslsdExt.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:16:58 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/sls.1: HP Single Logical Screen 1.0 Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:15:47 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/slsd.1: HP Distributed Single Logical Screen 2.0 Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 17:52:06 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/cfb.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:21:15 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/cfb16.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:23:00 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/cfb32.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:24:09 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/mfb.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:20:06 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/mi.1: MI Control Utilities Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:39:06 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/utils.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:58:57 MDT 2003) VM bit-per-pixel VM byte-per-pixel Control Utilities DI Utilities Device Driver Utils /usr/lib/X11/Xserver/brokers/screens/Vrx.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:31 MDT 2003) VRX Broker /usr/lib/X11/Xserver/brokers/screens/VrxObsolete.1: VRX Broker - obsolete device Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:10:29 MDT 2003) /usr/lib/X11/Xserver/modules/screens/hp/vrx.1: VRX Control Code $Revision: /main/13 $ $Date: 1996/10/28 17:35:08 $ Built for: 10.20.ace on HP-UX Daily, X Window System, Version 11 R6 (build date: Tue Jul 15 14:48:42 MDT 2003) PVRX driver $Revision: /main/14 $ $Date: 1996/10/29 16:37:05 $ TVRX driver $Revision: /main/17 $ $Date: 1996/10/29 16:36:55 $ PVRX/TVRX Utilities $Revision: /main/17 $ $Date: 1996/10/29 16:37:09 $ /etc/X11/lbxproxy/AtomControl: None /etc/X11/proxymngr/pmconfig: None /etc/X11/SecurityPolicy: None /usr/bin/X11/X: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:24:11 MDT 2003) /usr/bin/X11/convertscr: convertscr 1.0 10/06/94 /usr/bin/X11/lbxproxy: Low Bandwidth X (LBX) Extension Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:26:51 MDT 2003) /usr/bin/X11/proxymngr: Proxy Manager Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:26:20 MDT 2003) /usr/bin/X11/xfindproxy: X Find Proxy Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:27:06 MDT 2003) /usr/bin/X11/xrx: Remote X Helper Program Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:28:06 MDT 2003) /usr/contrib/X11R6/examples/xrx/cgi-bin/xclock.pl: None /usr/contrib/X11R6/examples/xrx/cgi-bin/xload.pl: None /usr/contrib/X11R6/examples/xrx/htdocs/xclock.html: None /usr/contrib/X11R6/examples/xrx/htdocs/xclock.rx: None /usr/contrib/X11R6/examples/xrx/htdocs/xload.html: None /usr/contrib/X11R6/examples/xrx/htdocs/xload.rx: None /usr/contrib/bin/X11/X.alt: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit EX EC_MAGIC X Window System, Version 11 R6 (build date: Tue Jul 15 15:24:21 MDT 2003) /usr/contrib/bin/X11/slsclone: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:25:41 MDT 2003) /usr/lib/X11/Xserver/brokers/extensions/Dpms.1: XC_DPMS Extension Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:11:25 MDT 2003) /usr/lib/X11/Xserver/brokers/extensions/Gie.1: HP_GIE Extension Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:11:12 MDT 2003) /usr/lib/X11/Xserver/brokers/extensions/HpCr.1: HP_HPCR Extension Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:11:29 MDT 2003) /usr/lib/X11/Xserver/brokers/extensions/PolyPrim.1: HP_POLY_PRIMITIVE Extension Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:11:34 MDT 2003) /usr/lib/X11/Xserver/brokers/extensions/Record.1: HP Record Extension Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:11:41 MDT 2003) /usr/lib/X11/Xserver/brokers/extensions/Sync.1: Sync Extension Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:11:45 MDT 2003) /usr/lib/X11/Xserver/brokers/extensions/Xie.1: HP_XIE Extension Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:11:28 MDT 2003) /usr/lib/X11/Xserver/input/daisy/README.daisy: None /usr/lib/X11/Xserver/input/daisy/cfgdaisy: $Revision: 1.2 $ $Date: 95/02/08 11:59:34 $ cfgdaisy /usr/lib/X11/Xserver/input/daisy/chk_daisy: $Revision: 1.1 $ $Date: 95/02/07 17:11:54 $ chk_dais y.c /usr/lib/X11/Xserver/input/daisy/deldaisy: $Revision: 1.1 $ $Date: 95/02/07 17:12:15 $ deldaisy /usr/lib/X11/Xserver/input/daisy/test_daisy.c: None /usr/lib/X11/Xserver/input/daisy/xbutton.c: $Revision: 1.2 $ $Date: 95/02/08 12:01:45 $ xbutton. c /usr/lib/X11/Xserver/input/daisy/xdial.c: $Revision: 1.1 $ $Date: 95/02/07 17:12:07 $ xdial.c /usr/lib/X11/Xserver/input/daisy/xlsdev: None /usr/lib/X11/Xserver/input/tablet/README: None /usr/lib/X11/Xserver/input/tablet/cfgtblt: $Revision: 1.3 $ $Date: 97/06/19 23:08:44 $ cfgtblt /usr/lib/X11/Xserver/input/tablet/chk_tablet: $Revision: 1.2 $ $Date: 95/03/31 10:13:42 $ chk_tabl et.c /usr/lib/X11/Xserver/input/tablet/dghp: dghp : AutoCAD R13/serial tablet driver for X: 97/06 /16 PMA/GPL/HP /usr/lib/X11/Xserver/input/tablet/tabinit: $Revision: 1.1 $ $Date: 95/02/07 17:10:30 $ tabinit. c /usr/lib/X11/Xserver/input/tablet/xtablet.c: $Revision: 2.0 $ $Date: 96/08/26 $ xtablet.c /usr/lib/X11/Xserver/modules/extensions/hp/dpms.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:14:28 MDT 2003) /usr/lib/X11/Xserver/modules/extensions/hp/gie.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:13:14 MDT 2003) /usr/lib/X11/Xserver/modules/extensions/hp/hpcr.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:14:38 MDT 2003) /usr/lib/X11/Xserver/modules/extensions/hp/polyprim.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:14:49 MDT 2003) /usr/lib/X11/Xserver/modules/extensions/hp/record.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:44:25 MDT 2003) /usr/lib/X11/Xserver/modules/extensions/hp/sync.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:40:57 MDT 2003) /usr/lib/X11/Xserver/modules/extensions/hp/xie.1: HP_XIE Extension Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:43:35 MDT 2003) /usr/lib/X11/extensions/button.kmap: None /usr/lib/X11/extensions/daisy.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:46:05 MDT 2003) /usr/lib/X11/extensions/db.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:46:02 MDT 2003) $Revision: 2.0 $ $Date: 95/04/11 14:53:56 $ db.c /usr/lib/X11/extensions/hid.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:46:14 MDT 2003) hidkbd : USB-compatible keyboard driver for X hidmouse : USB-compatible mouse driver for X /usr/lib/X11/extensions/hil_driver.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:45:45 MDT 2003) hil_driver : HIL device driver for X v1.0 /usr/lib/X11/extensions/hp7lc2k.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:45:39 MDT 2003) hp7lc2k : DIN PS2-compatible keyboard driver for X /usr/lib/X11/extensions/hp7lc2m.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:45:41 MDT 2003) hp7lc2m : DIN PS2-compatible mouse driver for X /usr/lib/X11/extensions/libGIE.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:43:44 MDT 2003) /usr/lib/X11/extensions/lpfk.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:45:02 MDT 2003) lpfk : Contributed X driver for LPFK 32-button box Source in /usr/contrib/X11drivers/input/lpfk.c /usr/lib/X11/extensions/minibar.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:45:18 MDT 2003) minibar : Contributed X driver for Minibar (R) barco de reader Source in /usr/contrib/X11drivers/input/minibar.c /usr/lib/X11/extensions/mmii1201.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:45:07 MDT 2003) mmii1201 : Contributed X driver for Summagraphics (R ) 12x12 tablet Source in /usr/contrib/X11drivers/input/mmii1201.c /usr/lib/X11/extensions/mmii1812.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:45:09 MDT 2003) mmii1812 : Contributed X driver for Summagraphics (R ) 18x12 tablet Source in /usr/contrib/X11drivers/input/mmii1812.c /usr/lib/X11/extensions/pcmouse.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:45:48 MDT 2003) pcmouse : Contributed X driver for Logitech- and Mic rosoft-compatible devicesn@(#)Source in /usr /contrib/X11drivers/input/pcmouse.c PC mouse serial extension driver for HP X11 - $Revis ion: 57.1 $ /usr/lib/X11/extensions/spaceball.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:45:05 MDT 2003) /usr/lib/X11/extensions/vcd8.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:45:14 MDT 2003) vcd8 : Contributed X driver for Dynapar (R) 8-dial d ialbox Source in /usr/contrib/X11drivers/input/vcd8.c /usr/lib/X11/extensions/wacom.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 14:45:20 MDT 2003) wacom : Contributed X driver for Wacom (R) graphics tablets Source in /usr/contrib/X11drivers/input/wacom.c /usr/lib/X11R6/libxrx.6.3: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:27:42 MDT 2003) Remote X Plugin /usr/newconfig/etc/X11/98xxx.dcc: None /usr/newconfig/etc/X11/A10xx.dcc: None /usr/newconfig/etc/X11/X0devices: None /usr/newconfig/etc/X11/X0pointerkeys: None /usr/newconfig/etc/X11/X0screens: None /usr/newconfig/etc/X11/XHPKeymaps: (build date: Tue Jul 15 15:28:52 MDT 2003) X Window System, Version 11 R6 Built for: 10.20.ace on HP-UX Daily, -O +Onolimit This file contains keymaps. It is usually called XHPKeymaps and is usually in /etc/X11 or /usr/lib/X11. Use keymap_ed to view or make changes. /usr/newconfig/etc/X11/rgb.txt.98xxx: None /usr/newconfig/etc/X11/rgb.txt.A10xx: None /usr/newconfig/usr/lib/X11/extensions/libSX.1: libSX.1.stubs : SharedX stubs library Order MPower to get a real SharedX library Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:19:19 MDT 2003) /usr/share/man/man1.Z/X.1: None /usr/share/man/man1.Z/Xserver.1: None /usr/share/man/man1.Z/lbxproxy.1: None /usr/share/man/man1.Z/libxrx.1: None /usr/share/man/man1.Z/proxymngr.1: None /usr/share/man/man1.Z/xfindproxy.1: None /usr/share/man/man1.Z/xrx.1: None /usr/share/man/man3.Z/DPMS.3x: None /usr/share/man/man3.Z/DPMSCapable.3x: None /usr/share/man/man3.Z/DPMSDisable.3x: None /usr/share/man/man3.Z/DPMSEnable.3x: None /usr/share/man/man3.Z/DPMSForceLe.3x: None /usr/share/man/man3.Z/DPMSGetTime.3x: None /usr/share/man/man3.Z/DPMSGetVers.3x: None /usr/share/man/man3.Z/DPMSInfo.3x: None /usr/share/man/man3.Z/DPMSQueryEx.3x: None /usr/share/man/man3.Z/DPMSSetTime.3x: None /usr/lib/X11/Xserver/brokers/extensions/Dbe.1: HP_DBE Extension Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:11:19 MDT 2003) /usr/lib/X11/Xserver/modules/extensions/hp/dbe.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:13:30 MDT 2003) HP_DBE Extension /usr/share/man/man3.Z/DBE.3x: None /usr/share/man/man3.Z/XdbeAllocat.3x: None /usr/share/man/man3.Z/XdbeBeginId.3x: None /usr/share/man/man3.Z/XdbeDealloc.3x: None /usr/share/man/man3.Z/XdbeEndIdio.3x: None /usr/share/man/man3.Z/XdbeFreeVis.3x: None /usr/share/man/man3.Z/XdbeGetBack.3x: None /usr/share/man/man3.Z/XdbeGetVisu.3x: None /usr/share/man/man3.Z/XdbeQueryEx.3x: None /usr/share/man/man3.Z/XdbeSwapBuf.3x: None /usr/share/man/man3.Z/HP-COLOR-RE.3x: None /usr/share/man/man3.Z/XhpCrGetCma.3x: None /usr/share/man/man3.Z/XhpCrPutIma.3x: None /usr/share/man/man3.Z/XhpCrQueryV.3x: None /usr/lib/X11/Xserver/brokers/extensions/Mbx.1: HP_MBX Extension Broker Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:11:10 MDT 2003) /usr/lib/X11/Xserver/modules/extensions/hp/mbx.1: Built for: 10.20.ace on HP-UX Daily, -O +Onolimit X Window System, Version 11 R6 (build date: Tue Jul 15 15:13:00 MDT 2003) HP_MBX Extension cksum(1) Output: 1190796540 188918 /opt/graphics/common/bin/gamma 2106614562 1936 /opt/graphics/common/icons/Gamma.l.bm 4180285597 3005 /opt/graphics/common/icons/Gamma.l.pm 321480122 1946 /opt/graphics/common/icons/Gamma.l_m.bm 854333137 952 /opt/graphics/common/icons/Gamma.m.bm 2114431816 1695 /opt/graphics/common/icons/Gamma.m.pm 4130771060 962 /opt/graphics/common/icons/Gamma.m_m.bm 106779222 526 /opt/graphics/common/icons/Gamma.t.bm 2124862536 982 /opt/graphics/common/icons/Gamma.t.pm 663667286 536 /opt/graphics/common/icons/Gamma.t_m.bm 1730823834 28791 /opt/graphics/common/lib/libgrm.1 1730823834 28791 /opt/graphics/common/lib/libgrm.sl 3562377466 221836 /usr/lbin/grmd 650237155 788 /usr/share/man/man1m.Z/grmd.1m 849882032 16426 /usr/lib/X11/Xserver/brokers/screens/Crx24.1 2843462012 16419 /usr/lib/X11/Xserver/brokers/screens/ Crx48z.1 1581630480 20520 /usr/lib/X11/Xserver/brokers/screens/Hcrx.1 1522647577 16421 /usr/lib/X11/Xserver/brokers/screens/ Hcrx48z.1 2026584928 12326 /usr/lib/X11/Xserver/brokers/screens/ HpCfb.1 771357695 16415 /usr/lib/X11/Xserver/brokers/screens/Pinn.1 1608981173 16415 /usr/lib/X11/Xserver/brokers/screens/Rw.1 763501985 20525 /usr/lib/X11/Xserver/brokers/screens/Wd.1 3214431509 12311 /usr/lib/X11/Xserver/brokers/vfb/Vfb.1 4181802078 131221 /usr/lib/X11/Xserver/modules/screens/hp/ advutils.1 867264288 73871 /usr/lib/X11/Xserver/modules/screens/hp/ crx24.1 3653775864 406124 /usr/lib/X11/Xserver/modules/screens/hp/ crx48z.1 2590709910 98496 /usr/lib/X11/Xserver/modules/screens/hp/ food.1 1084020559 65649 /usr/lib/X11/Xserver/modules/screens/hp/ hcrx.1 96974665 49257 /usr/lib/X11/Xserver/modules/screens/hp/ hcrx48z.1 1505510279 143407 /usr/lib/X11/Xserver/modules/screens/hp/ hpCfb.1 3133783782 360952 /usr/lib/X11/Xserver/modules/screens/hp/ pinn.1 2746118013 447133 /usr/lib/X11/Xserver/modules/screens/hp/ rw.1 2446382045 328427 /usr/lib/X11/Xserver/modules/screens/hp/ wd.1 2112342770 24658 /usr/lib/X11/Xserver/modules/vfb/hp/vfb.1 1969084544 16419 /usr/lib/X11/Xserver/brokers/screens/Cg.1 4223544979 16421 /usr/lib/X11/Xserver/brokers/screens/Cgg.1 1312896608 16421 /usr/lib/X11/Xserver/brokers/screens/Crx.1 1132756665 77910 /usr/lib/X11/Xserver/modules/screens/hp/ cg.1 1925994271 188641 /usr/lib/X11/Xserver/modules/screens/hp/ cgg.1 1554514027 28738 /usr/lib/X11/Xserver/modules/screens/hp/ crx.1 1246057870 307734 /usr/lib/X11/Xserver/modules/screens/hp/ crxutils.1 3968446224 139500 /usr/lib/X11/Xserver/modules/screens/hp/ ucrx.1 2132936868 164119 /usr/lib/X11/Xserver/modules/screens/hp/ uhcrx.1 4294967295 0 /usr/lib/X11/Xserver/brokers/extensions/Abx.1 4294967295 0 /usr/lib/X11/Xserver/brokers/screens/Freedom.1 4294967295 0 /usr/lib/X11/Xserver/modules/extensions/hp/ abx.1 4294967295 0 /usr/lib/X11/Xserver/modules/screens/hp/ freedom.1 4294967295 0 /usr/lib/X11/Xserver/ucode/screens/hp/hdtv.frmt 4294967295 0 /usr/lib/X11/Xserver/ucode/screens/hp/ main.F3000 4294967295 0 /usr/lib/X11/Xserver/ucode/screens/hp/ntsc.frmt 4294967295 0 /usr/lib/X11/Xserver/ucode/screens/hp/ ntsc_cvo.frmt 4294967295 0 /usr/lib/X11/Xserver/ucode/screens/hp/pal.frmt 4294967295 0 /usr/lib/X11/Xserver/ucode/screens/hp/ pal_cvo.frmt 4294967295 0 /usr/lib/X11/Xserver/ucode/screens/hp/rs.F3000 4294967295 0 /usr/lib/X11/Xserver/ucode/screens/hp/ stereo1.frmt 4294967295 0 /usr/lib/X11/Xserver/ucode/screens/hp/ stereo2.frmt 4294967295 0 /usr/lib/X11/Xserver/ucode/screens/hp/vga.frmt 4294967295 0 /usr/lib/X11/Xserver/ucode/screens/hp/ video60.frmt 4294967295 0 /usr/lib/X11/Xserver/ucode/screens/hp/ video76.frmt 2598634092 181474 /usr/lib/X11/Xserver/info/screens/hp 1393030340 349465 /usr/lib/X11/Xserver/loadinit/libinit.1 2291744907 127386 /opt/graphics/common/bin/setmon 1353995117 2525 /opt/graphics/common/man/man1.Z/setmon.1 1364442095 9572 /usr/lib/X11/Xserver/misc/sam/C/help/sam.hv 1562564889 38 /usr/lib/X11/Xserver/misc/sam/C/help/sam.hvk 3982804725 63865 /usr/lib/X11/Xserver/misc/sam/C/help/ sam00.ht 1699329169 53585 /usr/lib/X11/Xserver/misc/sam/C/help/ sls1.xwd 1721992721 75145 /usr/lib/X11/Xserver/misc/sam/C/help/ sls2.xwd 157943452 50785 /usr/lib/X11/Xserver/misc/sam/C/help/ sls3.xwd 1284697955 89201 /usr/lib/X11/Xserver/misc/sam/C/help/ sls4.xwd 3185923334 59206 /usr/lib/X11/Xserver/misc/sam/C/help/ sls5.xwd 4215931740 3114 /usr/lib/X11/Xserver/misc/sam/C/icons/ config.pm 3054691152 3074 /usr/lib/X11/Xserver/misc/sam/C/icons/ monitor.pm 1510389368 2899 /usr/lib/X11/Xserver/misc/sam/C/icons/ nosetmon.pm 2857237797 3149 /usr/lib/X11/Xserver/misc/sam/C/icons/ printconfig.pm 473689828 3073 /usr/lib/X11/Xserver/misc/sam/C/icons/ setmon.pm 2913808304 3070 /usr/lib/X11/Xserver/misc/sam/C/icons/sls.pm 2128085360 1731 /usr/lib/X11/Xserver/misc/sam/C/icons/ terminal.pm 2968856100 3142 /usr/lib/X11/Xserver/misc/sam/C/icons/ toplevel.pm 266905545 3000 /usr/lib/X11/Xserver/misc/sam/C/icons/ unconfig.pm 1938419659 3067 /usr/lib/X11/Xserver/misc/sam/C/icons/ xconfig.pm 799643686 1637 /usr/lib/X11/Xserver/misc/sam/C/sam.cb 2186132204 90749 /usr/lib/X11/Xserver/misc/sam/C/sam.ui 2009909725 624392 /usr/lib/X11/Xserver/misc/sam/sam.sl 1519495464 440 /etc/rc.config.d/slsd 1319817686 1275 /sbin/init.d/slsd 1319817686 1275 /sbin/rc1.d/K220slsd 1319817686 1275 /sbin/rc2.d/S780slsd 2902415778 102822 /usr/bin/X11/SLSd_daemon 1141856034 41126 /usr/contrib/bin/X11/SLSd_config 1526184450 28730 /usr/contrib/bin/X11/slsconfine 2591508448 12310 /usr/lib/X11/Xserver/brokers/extensions/ Slsdx.1 28112782 12310 /usr/lib/X11/Xserver/brokers/extensions/ Slsx.1 2196673796 16424 /usr/lib/X11/Xserver/brokers/screens/Sls.1 2398805316 12308 /usr/lib/X11/Xserver/brokers/screens/Slsd.1 3571876494 49393 /usr/lib/X11/Xserver/modules/extensions/hp/ slsdx.1 2110579997 41150 /usr/lib/X11/Xserver/modules/extensions/hp/ slsx.1 3583733451 41157 /usr/lib/X11/Xserver/modules/screens/hp/ XslsdExt.1 3254571130 230186 /usr/lib/X11/Xserver/modules/screens/hp/ sls.1 543672366 386228 /usr/lib/X11/Xserver/modules/screens/hp/ slsd.1 1032258579 328189 /usr/lib/X11/Xserver/modules/screens/hp/ cfb.1 3226065443 242099 /usr/lib/X11/Xserver/modules/screens/hp/ cfb16.1 1851682699 201117 /usr/lib/X11/Xserver/modules/screens/hp/ cfb32.1 3519510120 246159 /usr/lib/X11/Xserver/modules/screens/hp/ mfb.1 342648770 341150 /usr/lib/X11/Xserver/modules/screens/hp/ mi.1 4219875925 816304 /usr/lib/X11/Xserver/modules/screens/hp/ utils.1 3964604000 16418 /usr/lib/X11/Xserver/brokers/screens/Vrx.1 3392863341 12308 /usr/lib/X11/Xserver/brokers/screens/ VrxObsolete.1 937368771 1275992 /usr/lib/X11/Xserver/modules/screens/hp/ vrx.1 780355500 1685 /etc/X11/lbxproxy/AtomControl 2451638306 340 /etc/X11/proxymngr/pmconfig 460456712 3072 /etc/X11/SecurityPolicy 3604461507 1738289 /usr/bin/X11/X 512029209 49278 /usr/bin/X11/convertscr 1132947988 460942 /usr/bin/X11/lbxproxy 464945675 57508 /usr/bin/X11/proxymngr 3703184594 36938 /usr/bin/X11/xfindproxy 204191832 69999 /usr/bin/X11/xrx 127786524 7074 /usr/contrib/X11R6/examples/xrx/cgi-bin/ xclock.pl 3845174675 7080 /usr/contrib/X11R6/examples/xrx/cgi-bin/ xload.pl 3191690024 633 /usr/contrib/X11R6/examples/xrx/htdocs/ xclock.html 2239605150 461 /usr/contrib/X11R6/examples/xrx/htdocs/ xclock.rx 278344104 612 /usr/contrib/X11R6/examples/xrx/htdocs/ xload.html 2409104464 459 /usr/contrib/X11R6/examples/xrx/htdocs/ xload.rx 468663342 1738291 /usr/contrib/bin/X11/X.alt 1480537493 28730 /usr/contrib/bin/X11/slsclone 3727750530 12310 /usr/lib/X11/Xserver/brokers/extensions/ Dpms.1 695061677 12308 /usr/lib/X11/Xserver/brokers/extensions/ Gie.1 4088946467 12310 /usr/lib/X11/Xserver/brokers/extensions/ HpCr.1 1850395282 12310 /usr/lib/X11/Xserver/brokers/extensions/ PolyPrim.1 780789099 12310 /usr/lib/X11/Xserver/brokers/extensions/ Record.1 1117799871 12310 /usr/lib/X11/Xserver/brokers/extensions/ Sync.1 4208377871 12310 /usr/lib/X11/Xserver/brokers/extensions/ Xie.1 4063769111 7969 /usr/lib/X11/Xserver/input/daisy/ README.daisy 661766316 9086 /usr/lib/X11/Xserver/input/daisy/cfgdaisy 4030985645 24641 /usr/lib/X11/Xserver/input/daisy/chk_daisy 2296444455 777 /usr/lib/X11/Xserver/input/daisy/deldaisy 1950168584 15651 /usr/lib/X11/Xserver/input/daisy/ test_daisy.c 408343909 3095 /usr/lib/X11/Xserver/input/daisy/xbutton.c 2750886854 3057 /usr/lib/X11/Xserver/input/daisy/xdial.c 2430104051 24633 /usr/lib/X11/Xserver/input/daisy/xlsdev 1661618462 11472 /usr/lib/X11/Xserver/input/tablet/README 2872833535 4708 /usr/lib/X11/Xserver/input/tablet/cfgtblt 4190833098 24633 /usr/lib/X11/Xserver/input/tablet/ chk_tablet 3188655320 78250 /usr/lib/X11/Xserver/input/tablet/dghp 3409135107 24633 /usr/lib/X11/Xserver/input/tablet/tabinit 569638403 3750 /usr/lib/X11/Xserver/input/tablet/xtablet.c 1402933116 16473 /usr/lib/X11/Xserver/modules/extensions/hp/ dpms.1 2114395948 24661 /usr/lib/X11/Xserver/modules/extensions/hp/ gie.1 1333122587 20551 /usr/lib/X11/Xserver/modules/extensions/hp/ hpcr.1 3614883290 12319 /usr/lib/X11/Xserver/modules/extensions/hp/ polyprim.1 2117721276 45280 /usr/lib/X11/Xserver/modules/extensions/hp/ record.1 515999134 41186 /usr/lib/X11/Xserver/modules/extensions/hp/ sync.1 3398352807 1113171 /usr/lib/X11/Xserver/modules/extensions/ hp/xie.1 1750123831 227 /usr/lib/X11/extensions/button.kmap 1736104510 24668 /usr/lib/X11/extensions/daisy.1 2599446120 12315 /usr/lib/X11/extensions/db.1 330827995 24678 /usr/lib/X11/extensions/hid.1 2025773009 32940 /usr/lib/X11/extensions/hil_driver.1 447841783 16438 /usr/lib/X11/extensions/hp7lc2k.1 1231019187 12332 /usr/lib/X11/extensions/hp7lc2m.1 1603557939 28798 /usr/lib/X11/extensions/libGIE.1 3955757749 12315 /usr/lib/X11/extensions/lpfk.1 2462310924 12315 /usr/lib/X11/extensions/minibar.1 1811022091 12315 /usr/lib/X11/extensions/mmii1201.1 556546635 12315 /usr/lib/X11/extensions/mmii1812.1 1679082272 16442 /usr/lib/X11/extensions/pcmouse.1 814243154 12330 /usr/lib/X11/extensions/spaceball.1 2192887473 12315 /usr/lib/X11/extensions/vcd8.1 4016281829 12325 /usr/lib/X11/extensions/wacom.1 1056711248 193570 /usr/lib/X11R6/libxrx.6.3 1302241290 18159 /usr/newconfig/etc/X11/98xxx.dcc 1158104226 18078 /usr/newconfig/etc/X11/A10xx.dcc 3084094840 7777 /usr/newconfig/etc/X11/X0devices 1584982649 12361 /usr/newconfig/etc/X11/X0pointerkeys 602216252 24071 /usr/newconfig/etc/X11/X0screens 1407365206 393554 /usr/newconfig/etc/X11/XHPKeymaps 2226237902 21578 /usr/newconfig/etc/X11/rgb.txt.98xxx 215807897 21578 /usr/newconfig/etc/X11/rgb.txt.A10xx 3300218780 20705 /usr/newconfig/usr/lib/X11/extensions/ libSX.1 606185812 21167 /usr/share/man/man1.Z/X.1 2009173741 13478 /usr/share/man/man1.Z/Xserver.1 3117466570 4480 /usr/share/man/man1.Z/lbxproxy.1 696562238 3746 /usr/share/man/man1.Z/libxrx.1 3827828000 3370 /usr/share/man/man1.Z/proxymngr.1 1813091792 2236 /usr/share/man/man1.Z/xfindproxy.1 1567280673 3215 /usr/share/man/man1.Z/xrx.1 4031657383 1213 /usr/share/man/man3.Z/DPMS.3x 693456204 539 /usr/share/man/man3.Z/DPMSCapable.3x 1283303419 561 /usr/share/man/man3.Z/DPMSDisable.3x 382310666 653 /usr/share/man/man3.Z/DPMSEnable.3x 4287172965 588 /usr/share/man/man3.Z/DPMSForceLe.3x 3880101121 765 /usr/share/man/man3.Z/DPMSGetTime.3x 1733103034 590 /usr/share/man/man3.Z/DPMSGetVers.3x 3921082092 584 /usr/share/man/man3.Z/DPMSInfo.3x 1128236432 750 /usr/share/man/man3.Z/DPMSQueryEx.3x 4221813387 1304 /usr/share/man/man3.Z/DPMSSetTime.3x 1975086089 12310 /usr/lib/X11/Xserver/brokers/extensions/ Dbe.1 2460004368 24707 /usr/lib/X11/Xserver/modules/extensions/hp/ dbe.1 3407090347 5678 /usr/share/man/man3.Z/DBE.3x 3427406765 845 /usr/share/man/man3.Z/XdbeAllocat.3x 1792648330 426 /usr/share/man/man3.Z/XdbeBeginId.3x 676779979 581 /usr/share/man/man3.Z/XdbeDealloc.3x 3285839269 421 /usr/share/man/man3.Z/XdbeEndIdio.3x 2060823363 449 /usr/share/man/man3.Z/XdbeFreeVis.3x 496742975 625 /usr/share/man/man3.Z/XdbeGetBack.3x 3118436173 1491 /usr/share/man/man3.Z/XdbeGetVisu.3x 2538285830 795 /usr/share/man/man3.Z/XdbeQueryEx.3x 974951660 1260 /usr/share/man/man3.Z/XdbeSwapBuf.3x 2719785003 1652 /usr/share/man/man3.Z/HP-COLOR-RE.3x 2105533708 2077 /usr/share/man/man3.Z/XhpCrGetCma.3x 1577089415 1241 /usr/share/man/man3.Z/XhpCrPutIma.3x 3140436399 561 /usr/share/man/man3.Z/XhpCrQueryV.3x 3391223480 12310 /usr/lib/X11/Xserver/brokers/extensions/ Mbx.1 203180020 32957 /usr/lib/X11/Xserver/modules/extensions/hp/ mbx.1 Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_8885 PHSS_9432 PHSS_10648 PHSS_10650 PHSS_10762 PHSS_11398 PHSS_12090 PHSS_12454 PHSS_12460 PHSS_12462 PHSS_12470 PHSS_12477 PHSS_12478 PHSS_13516 PHSS_13898 PHSS_14943 PHSS_15841 PHSS_17145 PHSS_17155 PHSS_17156 PHSS_17159 PHSS_17174 PHSS_19256 PHSS_19269 PHSS_20308 PHSS_21451 PHSS_21461 PHSS_21799 PHSS_21815 PHSS_21971 PHSS_22603 PHSS_23535 PHSS_23555 PHSS_24321 PHSS_25266 PHSS_25293 PHSS_26583 Equivalent Patches: None Patch Package Size: 16860 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_26640 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_26640.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_26640. If you do not wish to retain a copy of the original software, you can create an empty file named /var/adm/sw/patch/PATCH_NOSAVE. WARNING: If this file exists when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. It is recommended that you move the PHSS_26640.text file to /var/adm/sw/patch for future reference. To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_26640.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None