1833016 Members
2339 Online
110048 Solutions
New Discussion

X11 version

 
SOLVED
Go to solution
Dave Burton_5
Occasional Advisor

X11 version

How do I work out which version of X11 is running on my HP-UX 11i server?
4 REPLIES 4
RAC_1
Honored Contributor

Re: X11 version

swlist -l fileset|grep -i X11

Anil
There is no substitute to HARDWORK
Robert-Jan Goossens
Honored Contributor
Solution

Re: X11 version

Hi Dave,

Indirect.
# swlist -l product | grep -i x11

check the patch for the version.

or try

# what /usr/lib/pa20_64/libXm.4

Regards,
Robert-Jan

Alex Glennie
Honored Contributor

Re: X11 version

I take it you might mean Xhp or Xf86 ..take a read on man Xserver ... it's under the control of /etc/X11/Xstart or dependant on the graphics h/w installed.
Dave Burton_5
Occasional Advisor

Re: X11 version

Robert-Jan,

Thanks for this, the what command gave me what I was looking for.

Cheers
Dave