Re: [VirtualGL-Devel] Interesting findings RE: Java viewer performance on Mac

2012-10-10 Thread DRC
Not sure why you're specifying -encodings "tight copyrect" with the old viewer, as that's the default behavior. The new viewer won't support that literal argument, since there is no need for it. On 10/9/12 7:01 PM, Carlo Hamalainen wrote: > On Tue, Oct 9, 2012 at 7:20 PM, DRC

Re: [VirtualGL-Devel] Interesting findings RE: Java viewer performance on Mac

2012-10-10 Thread James Wettenhall
DRC, On 11/10/2012, at 2:39 AM, DRC wrote: > Not sure why you're specifying -encodings "tight copyrect" with the old > viewer, as that's the default behavior. The new viewer won't support > that literal argument, since there is no need for it. That was a workaround for this problem: Same mac

Re: [VirtualGL-Devel] Interesting findings RE: Java viewer performance on Mac

2012-10-10 Thread DRC
I will probably add a similar feature for automatically selecting Raw if connecting to the same machine, so you may need to pass "-encoding Tight" to the Java viewer at some point to override that. There is no facility for disabling CopyRect at the moment, and if it does get added at some point