Sponsored Content
Operating Systems HP-UX Verify Hardware installed HP-UX11 Post 302146029 by ejdv on Friday 16th of November 2007 08:53:15 AM
Old 11-16-2007
Perhaps not as good as machinfo on 11.23, but # print_manifest will do it for 11.11 systems.
 

10 More Discussions You Might Find Interesting

1. HP-UX

rsync for HP-UX11.0

Was using rsync for Hp-UX 10.20, would like to find out is it available for HP-UX 11. If not is that anything equivalent for HP-UX11.0. I am trying to sync the content of 2 folders. Thanks alot for any help! (2 Replies)
Discussion started by: gelbvonn
2 Replies

2. Shell Programming and Scripting

migration from hp-ux11.11 to hp-ux 11.23

Hi all Can any one guide me what changes may occur with this OS version migration. If you could give some links, that would be helpful too. Regards, Ranj (2 Replies)
Discussion started by: ranj@chn
2 Replies

3. UNIX for Dummies Questions & Answers

Verify Hardware installed on HP-UX 11

Hi - Basic question from newbie I need to find out how to verify hardware installed on HPUX server. Mid-range server - as in i need to prove to customer that a specific cpu is installed, so much memory is installed, etc. PLEASE HELP. TA (1 Reply)
Discussion started by: hoffies
1 Replies

4. HP-UX

flex++ parser for HP-UX11

Hi, can anyone tell me were to download flex++ parser for HP-UX11 BR vasanth (1 Reply)
Discussion started by: vasanthan
1 Replies

5. HP-UX

rpm on HP-UX11

How to install rpm on HP-UX 11i best regards vasanth (3 Replies)
Discussion started by: vasanthan
3 Replies

6. HP-UX

RPM on hp-ux11.11 PARISC

Hi Im trying to build and install rpm on our hp-ux server, can you please tell me how this is achived....I have tried several ways its failing I have downloaded berkeley db and build on my system, when i have seen rpm source file i found berkelydb in that folder..Do i kneed to build again ... (2 Replies)
Discussion started by: vasanthan
2 Replies

7. Shell Programming and Scripting

how to verify sqlplus not installed on solaris

i want to write shell script that exit by displaying error if sqlplus is not installed. The platform is oracle10g on solaris sparc. I tried the which sqlplus command, but it returns errorcode 0 even sqlplus is not installed. Kindly help? (3 Replies)
Discussion started by: mmunir
3 Replies

8. News, Links, Events and Announcements

Hp-ux11.11_openmotif

Hello every one, i am attempting to install motif on HP-UX 11.11 ,which motif version i have to use for installation &where can i get that motif versin. pls provide the information like websites which are containing open motif to install it on HP-UX 11.11. IT'S VERY URGENT. any help... (3 Replies)
Discussion started by: mannam srinivas
3 Replies

9. Red Hat

How to verify the current NIC driver version installed in RHEL5.3??

Guys, Can you help me how to verify the current installed NIC driver version in RHEL5.3? Thanks.:D (1 Reply)
Discussion started by: shtobias
1 Replies

10. Shell Programming and Scripting

How-to verify if my package installed successfully

Can you please let me know how can i verify /check inside the script if the below to package installation commands are successful or if they failed for any reasons? 1. pkgadd -a $INSTP/install/dadmin -d $INSTP/install/apachesrv.pkg 2. pkgadd -a $INSTP/install/dadmin -d... (6 Replies)
Discussion started by: mohtashims
6 Replies
XInstallColormap()														XInstallColormap()

Name
  XInstallColormap - install a colormap.

Synopsis
  XInstallColormap(display, colormap_return)
	Display *display;
	Colormap colormap_return;

Arguments
  display   Specifies a connection to an X server; returned from XOpenDisplay().

  colormap_return
	    Specifies the colormap to install.

Description
  XInstallColormap()  installs a virtual colormap into a hardware colormap.  If there is only one hardware colormap, XInstallColormap() loads
  a virtual colormap into the hardware colormap.  All windows associated with this colormap immediately display  with  their  chosen  colors.
  Other windows associated with the old colormap will display with false colors.  If additional hardware colormaps are possible, XInstallCol-
  ormap() loads the new hardware map and keeps the existing ones.  Other windows will then remain in their true colors unless the  limit  for
  colormaps has been reached.  If the maximum number of allowed hardware colormaps is already installed, an old colormap is swapped out.  The
  MinCmapsOfScreen(screen) and MaxCmapsOfScreen(screen) macros can be used to determine how many hardware colormaps are supported.

  If colormap_return is not already an installed map, a ColormapNotify event is generated  on  every  window  having  colormap_return  as  an
  attribute.   If  a colormap is uninstalled as a result of the install, a ColormapNotify event is generated on every window having that col-
  ormap as an attribute.

  Colormaps are usually installed and uninstalled by the window manager, not by clients.  At any time, there is a  subset  of  the  installed
  colormaps,  viewed  as  an ordered list, called the "required list."	The length of the required list is at most the min_maps specified for
  each screen in the Display structure.  When a colormap is installed with XInstallColormap() it is added to the head of  the  required  list
  and  the last colormap in the list is removed if necessary to keep the length of the list at min_maps.  When a colormap is uninstalled with
  XUninstallColormap() and it is in the required list, it is removed from the list.  No other actions by the server or the client change  the
  required list.  It is important to realize that on all but high-performance workstations, min_maps is likely to be 1.  If the hardware col-
  ormap is immutable, and therefore installing any colormap is impossible, XInstallColormap() will work but not do anything.

  For more information, see Volume One, Chapter 7, Color.

Errors
  BadColor  Invalid colormap.

See Also
  XDefaultColormap(), XDisplayCells(), XCopyColormapAndFree(), XCreateColormap(), XFreeColormap(), XGetStandardColormap(), XListInstalledCol-
  ormaps(), XSetStandardColormap(), XSetWindowColormap(), XUninstallColormap().

Xlib - Colormaps														XInstallColormap()
All times are GMT -4. The time now is 05:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy