OradDVGCluster: DvgGL-four.cfg

File DvgGL-four.cfg, 0.9 kB (added by dshipton, 2 years ago)

Example <nop>DvgWrapper? config file. (2x2 Split)

Line 
1 <DvgGL Version="1.1">
2
3   <DvgConfig
4     VideoMode        = "VR"
5     VROutputFormat   = "60.02,1280,1328,1440,1688,1024,1025,1028,1066"
6     GenlockSource    = "None"
7     Multisample      = "0"   
8     PassThrough      = "0"
9     SwapBarrier      = "0"
10   />
11
12   <XConfig
13     MaximizeWindow   = "1"
14     HideMouseCursor  = "1"
15   /> 
16
17   <Synchronization>
18     <Config SynchronizeDelay = "2" SynchronizeOn = "glXSwapBuffers" />
19     <Renderer HostName = "dvg1-a" />
20     <Renderer HostName = "dvg1-b" />
21     <Renderer HostName = "dvg2-a" />
22     <Renderer HostName = "dvg2-b" />
23   </Synchronization>
24
25   <Chaining>
26     <Renderer HostName = "dvg1-a" ImageDivision = "SID:2:2:0/4" />
27     <Renderer HostName = "dvg1-b" ImageDivision = "SID:2:2:1/4" />
28     <Renderer HostName = "dvg2-a" ImageDivision = "SID:2:2:2/4" />
29     <Renderer HostName = "dvg2-b" ImageDivision = "SID:2:2:3/4" />
30   </Chaining>
31  
32 </DvgGL>
33