1837192 Members
3882 Online
110114 Solutions
New Discussion

Re: xserver

 
navin
Super Advisor

xserver

Hello All,
Does the HP11.23 OS comes with default Xserver.How do i check that.
There is a software called xvrb - how do i check the existance if it on the server once it is installed - looks like it wont show up in swlist.please advice
Learning ...
7 REPLIES 7
Tim Nelson
Honored Contributor

Re: xserver

I believe xvrb is the x vitual buffer. can be used as non-interactive psuedo x window for applications that demand it.

Are you looking for X-Window desktops, obsoleted CDE or Ximian Gnome is included with 11.23 ? They also function like xservers ?

I apologize if I am missing your question completely.

Robert-Jan Goossens
Honored Contributor

Re: xserver

Hi Navin,

CDE is the default installed X-server for 11i v2.

# swlist -l product | grep -i cde

http://docs.hp.com/en/B1171-90500/index.html

Regards,
Robert-Jan
navin
Super Advisor

Re: xserver

From where i can get xvfb softwar eto install on hpux11.23 on rp
Thanks much for the info in advance
Learning ...
Tim Nelson
Honored Contributor

Re: xserver

Here is my list for a 11.23 server.

File is under /usr/bin/X11, whoda thunk.

#> swlist -l file|grep -i xvfb
PHSS_36452.OEM-SERVER: /usr/bin/X11/Xvfb
Xserver.OEM-SERVER: /usr/bin/X11/Xvfb


skt_skt
Honored Contributor

Re: xserver

it is available at hprc.external.hp.com. But you should have a username/passwd to login
navin
Super Advisor

Re: xserver

I did see this in my server - that means- i have xvfb ?

# swlist -l file|grep -i xvfb
PHSS_32960.OEM-SERVER-PA: /usr/bin/X11/Xvfb
Xserver.OEM-SERVER-PA: /usr/bin/X11/Xvfb
Learning ...
Tim Nelson
Honored Contributor

Re: xserver

Yes. This the X-window Virtual Frame Buffer.

It is in in memory xserver, the display goes to never never land.

Used mainly in the past because Oracle used to have some weird startup java applet that required a X-console/terminal that never did anything. Later versions of Oracle removed this issue.