The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
231 views

How do I figure out what to set my DISPLAY variable to for a virtual display?

Here's my uname -a info ... Linux qa3398c 2.6.18-194.8.1.el5 #1 SMP Wed Jun 23 10:52:51 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux I'm running some Google Web toolkit tests that require access to a ...
1
vote
0answers
203 views

Different behavior under Xvfb and under a real X server / Xvfb alternatives?

I am trying to run a program (Ansys 13 Workbench) that requires a display in batch on a torque managed linux cluster. Running it as an interactive job with X forawrding to my local linux machine ...
0
votes
0answers
95 views

debugging browser issues in firefox with a headless RH server using Xvfb

I have selenium tests, which is a functional test suite, that uses the browser and on our jenkins server, running on RHEL, a particular test is failing consistently while it works locally on ...