Hi,all<br>Thanks for your messages,though most of them are out of my knowledge.<br><br>Some explanation of my original message. What I mean server-client is not the paraview server-client mode,but just run paraview on another machine(PC) and tunnel(or forward X11) the display on the local machine. Using this method ,I still get the bad legend.<br><br>If I run paraview directly on the PC and display it on that machine,it's ok.<br>If I run paraview in a virtual machine on my laptop,it's also ok.<br><br>I also have tried to build VISIT on my laptop,and I got the same problem as paraview,the messy legend.<br>I do not have any problem with my intel graphics card till now for other applications.The system now is FC10 with latest updates.<br><br>Best wishes.<br><br><div><br><br></div><div><br>--<br>&nbsp;</div><br><pre>在2009-09-28,"Utkarsh Ayachit" &lt;utkarsh.ayachit@kitware.com&gt; 写道:
&gt;Well, don't forget the scalar bar needs to be rendered for tile
&gt;displays. I don't think a real fix will have anything to do with the
&gt;scalar bar, but more like when a widget interaction happens, instead
&gt;of triggering a render request on the view, it has to now decide which
&gt;renderer this widget the user is interacting with lies in (since in
&gt;case of 3D widgets like implicit plane widget which is rendered on the
&gt;server side we need the regular rendering) and if it's the 2D
&gt;renderer, then do some fancy stuff to simply render locally (except in
&gt;tile-display mode) in the 2D renderer while reusing the previously
&gt;delivered image for the 3D renderer. This may just be a tad too
&gt;complex to simply handle the interaction with the scalar bar widget
&gt;use-case.
&gt;
&gt;A more general purpose solution would be a mechanism to avoid
&gt;server-side renders and deliveries unless the server-side scene in the
&gt;3D renderer has changed. This will also help avoiding the re-renders
&gt;when another window that covered the ParaView window is moved or such.
&gt;But there possibly, the complexity lies in truthfully determining that
&gt;the last rendered scene is still valid.
&gt;
&gt;Utkarsh
&gt;
&gt;2009/9/27 Berk Geveci &lt;berk.geveci@kitware.com&gt;:
&gt;&gt; Hi Burlen,
&gt;&gt;
&gt;&gt; I totally agree. If possible, we should change it so that there is no
&gt;&gt; server side render and image delivery when interacting with the scalar
&gt;&gt; bar widget. I am guessing it will involve subclassing the scalar bar
&gt;&gt; widget and changes to some other stuff. Utkarsh, what do you think?
&gt;&gt;
&gt;&gt; -berk
&gt;&gt;
&gt;&gt; 2009/9/27 burlen &lt;burlen.loring@gmail.com&gt;:
&gt;&gt;&gt; Hi Berk,
&gt;&gt;&gt;
&gt;&gt;&gt; I don't doubt you but I am surprised to learn that the scalar bar widget
&gt;&gt;&gt; is being rendered client side. In client-server mode as I interact with
&gt;&gt;&gt; the scalar bar widget the scene is re-render server side and an image is
&gt;&gt;&gt; shipped with every mouse move. To see that this is so put a print
&gt;&gt;&gt; statements in vtkPVDesktopDeliveryClient::ReceiveImageFromServer. Since
&gt;&gt;&gt; the scalar bar widget is rendered client side, is there really a need to
&gt;&gt;&gt; re-render and ship the image form the server side with each scalar bar
&gt;&gt;&gt; widget interaction? Preventing these server side render/image transfers
&gt;&gt;&gt; would certainly improve remote interactivity.
&gt;&gt;&gt;
&gt;&gt;&gt; By the way can you point me to where PV renders the scalar bar widget?
&gt;&gt;&gt;
&gt;&gt;&gt; Burlen
&gt;&gt;&gt;
&gt;&gt;&gt; Berk Geveci wrote:
&gt;&gt;&gt;&gt; I believe that the legend is always rendered on the client so changing
&gt;&gt;&gt;&gt; to remote render would probably have no effect.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; 2009/9/26 burlen &lt;burlen.loring@gmail.com&gt;:
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; Compiling mesa3d is difficult to me.
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; The mesa autoconf files never have worked for me, but, the pre-packaged make
&gt;&gt;&gt;&gt;&gt; files always have. "make linux".
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; If I run paraview on the server and display it on the server,then
&gt;&gt;&gt;&gt;&gt;&gt; everything is ok. But if I use my laptop ,log into the server,then plot with
&gt;&gt;&gt;&gt;&gt;&gt; paraview on the server and display the result on the laptop,then I get the
&gt;&gt;&gt;&gt;&gt;&gt; bad legend again.
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; When you connect to the server from your laptop: Go to
&gt;&gt;&gt;&gt;&gt; "Edit-&gt;Settings-&gt;Render View-&gt;Server". See that "remote Render Threshold" is
&gt;&gt;&gt;&gt;&gt; checked and set the value to 0. That will make sure rendering happens on the
&gt;&gt;&gt;&gt;&gt; server and not on your laptop.
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; linzhenhua wrote:
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; Hi,Thanks for your reply. I try to narrow the problem as follows. I wonder
&gt;&gt;&gt;&gt;&gt;&gt; if I could get some other hints. Compiling mesa3d is difficult to me.
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; I install linux on a PC today,let's call it server. If I run paraview on
&gt;&gt;&gt;&gt;&gt;&gt; the server and display it on the server,then everything is ok. But if I use
&gt;&gt;&gt;&gt;&gt;&gt; my laptop ,log into the server,then plot with paraview on the server and
&gt;&gt;&gt;&gt;&gt;&gt; display the result on the laptop,then I get the bad legend again.
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; Any hints?
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; --
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; 在2009-09-25,"Berk Geveci" &lt;berk.geveci@kitware.com&gt; 写道:
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt; To verify whether your graphics driver/card is causing this issue, you
&gt;&gt;&gt;&gt;&gt;&gt;&gt; can compile Mesa (from mesa3d.org) yourself without any hardware
&gt;&gt;&gt;&gt;&gt;&gt;&gt; support and use it as your OpenGL. If you are still having this
&gt;&gt;&gt;&gt;&gt;&gt;&gt; problem, it is not your card.
&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt; -berk
&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt; 2009/9/25 linzhenhua &lt;linzhenhua@163.com&gt;:
&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Hi,All
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I was bothering by this problem for several days. The legend is very
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; bad.
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I tried two or three Fedora versions, 10,11,rawhide. For Fedora 11,I
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; have
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; other problem,namely paraview freeze the computer,so I don't notice
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; whether
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; this version also have this problem.
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; For all version I tried, I test both the version coming with the distro
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; and
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; personally compiled version(I have tried both 3.4.0 and 3.6.1)
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Since I have tried different Fedora version,they should have different
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; versions of graphic driver, I guess this is not the problem. Now I
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; suspect
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; whether this problem is related with the hardware. But I do not have
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; any
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; other problem with the graphic card.
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Can any one have any idea which is the next possible direction I should
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; try
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; to solve this problem?
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Best wishes.
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; --
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ________________________________
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; "中国制造",讲述中国60年往事
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Powered by www.kitware.com
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; http://www.kitware.com/opensource/opensource.html
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; http://paraview.org/Wiki/ParaView
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; http://www.paraview.org/mailman/listinfo/paraview
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; ------------------------------------------------------------------------
&gt;&gt;&gt;&gt;&gt;&gt; "中国制造 ",讲述中国60年往事
&gt;&gt;&gt;&gt;&gt;&gt; &lt;http://news.163.com/madeinchina/index.html?from=mailfooter&gt;
&gt;&gt;&gt;&gt;&gt;&gt; ------------------------------------------------------------------------
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________
&gt;&gt;&gt;&gt;&gt;&gt; Powered by www.kitware.com
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at
&gt;&gt;&gt;&gt;&gt;&gt; http://www.kitware.com/opensource/opensource.html
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:
&gt;&gt;&gt;&gt;&gt;&gt; http://paraview.org/Wiki/ParaView
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:
&gt;&gt;&gt;&gt;&gt;&gt; http://www.paraview.org/mailman/listinfo/paraview
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;
&gt;_______________________________________________
&gt;Powered by www.kitware.com
&gt;
&gt;Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
&gt;
&gt;Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView
&gt;
&gt;Follow this link to subscribe/unsubscribe:
&gt;http://www.paraview.org/mailman/listinfo/paraview
</pre><br><br><span title="neteasefooter"/><hr/>
<a href="http://fanxian.163.com/fanxian/?keyfrom=163mail.footer">网易邮箱用户购物独享现金返还</a>
</span>