TIP: RRC Diagrams display in reverse video
![](http://jazz.net/_images/myphoto/2affebb256bc3d8cb1385bf6fc396854.jpg)
This is just an FYI - we have resolved the issue - no response required.
We have xvfb running on our RHEL box with IHS, WAS and Jazz. The RRC diagrams were cropped and rendering in reverse video.
I put in the wrong value for the screen '6' :)
should have been '0':
Note: After the fix I had to edit the diagram because RRC cached the invalid one - even after a WAS restart.
We have xvfb running on our RHEL box with IHS, WAS and Jazz. The RRC diagrams were cropped and rendering in reverse video.
I put in the wrong value for the screen '6' :)
Xvfb :6 -auth /etc/X6.hosts -screen 6 800x600x24&
should have been '0':
Xvfb :6 -auth /etc/X6.hosts -screen 0 800x600x24&
Note: After the fix I had to edit the diagram because RRC cached the invalid one - even after a WAS restart.