Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Virtual Frame Buffer

Status
Not open for further replies.
Yes it is :
use this command :
export DISPLAY=<hostname>:<display on which you started the VFB>
/usr/lpp/X11/Xamples/bin/xprop -display <hostname>:<displaynr> -root|grep VFB

ex.
export DISPLAY=testserver:1.0
/usr/lpp/X11/Xamples/bin/xprop -display testserver:1 -root|grep VFB


the return output should be :
XVFB_SCREEN(STRING) = "TRUE"


greetz,

R.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top