Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2010-02-01 Thread Lofthouse, Andrew J Maj USAF AETC AFIT/ENY
Bug is filed against Mesa (https://bugs.freedesktop.org/show_bug.cgi?id=25748) It seems that the latest updates to Mesa in Fedora 12 have fixed this problem (Mesa is now updated to 7.7 and Paraview to 3.6.2 in F12). Although I'm not sure when this happened -- I just now noticed it when trying

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-21 Thread Andrew Lofthouse
On 12/18/2009 09:17 AM, Berk Geveci wrote: OK. Now that we have a guess about the source of the problem. I can suggest a solution: compile ParaView with Mesa, software rendering only. I'd recommend getting the Mesa source from mesa3d.org, compiling and installing it. I wouldn't use the one that

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-21 Thread Berk Geveci
Unfortunately, there are a lot classes involved in the rendering of text in VTK. The code that actually renders the text in question is in VTK/Rendering/vtkOpenGLFreeTypeTextMapper.cxx. Look at the RenderOverlay method. Looking at the code, it looks like the main text rendering is done by FTFont,

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-21 Thread Andrew Lofthouse
On 12/21/2009 09:50 AM, Berk Geveci wrote: Unfortunately, there are a lot classes involved in the rendering of text in VTK. The code that actually renders the text in question is in VTK/Rendering/vtkOpenGLFreeTypeTextMapper.cxx. Look at the RenderOverlay method. Looking at the code, it looks

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-21 Thread Berk Geveci
Yes, they use the same code. At the end, freetype is doing the rendering of text so it may be possible to write a pure OpenGL program that reproduces the effort but it would probably be not easy. On Mon, Dec 21, 2009 at 12:11 PM, Andrew Lofthouse loftyhau...@gmail.com wrote: On 12/21/2009 09:50

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-19 Thread Andrew Lofthouse
I've now narrowed the problem to libGL.so. The libGL.so that ships with F12 is /usr/lib64/libGL.so.1.2, with /usr/lib64/libGL.so.1 pointing to it. The version that I compiled from source (using the generic build instructions to get software rendering) is libGL.so.1.5.070601. If I point

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-19 Thread Berk Geveci
You can choose a different version of OpenGL libraries by setting the LD_LIBRARY_PATH. If it points to where the Mesa libraries are, ParaView should use those first. By the way, are you seeing any significant performance different between Mesa and Intel drivers? Also, is there any way to enable

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-19 Thread Andrew Lofthouse
On 12/19/2009 12:28 PM, Berk Geveci wrote: By the way, are you seeing any significant performance different between Mesa and Intel drivers? Also, is there any way to enable Intel support when compiling Mesa? I suspect that the Intel drivers are already Mesa based. The default Mesa libraries

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-19 Thread linzhenhua
I guess the problem is related to some incompatibility between the intel driver and the intel 4 series graphic card.I do not have such problem with the intel 3 series graphic card. The Graphic Card:Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) --

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-18 Thread Berk Geveci
OK. Now that we have a guess about the source of the problem. I can suggest a solution: compile ParaView with Mesa, software rendering only. I'd recommend getting the Mesa source from mesa3d.org, compiling and installing it. I wouldn't use the one that comes with your distribution. ParaView will

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-18 Thread Andrew Lofthouse
On 12/18/2009 09:17 AM, Berk Geveci wrote: OK. Now that we have a guess about the source of the problem. I can suggest a solution: compile ParaView with Mesa, software rendering only. I'd recommend getting the Mesa source from mesa3d.org, compiling and installing it. I wouldn't use the one that

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-17 Thread Lofthouse, Andrew J Maj USAF AETC AFIT/ENY
- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Dave Partyka Sent: Wednesday, December 16, 2009 10:25 AM To: Lofthouse, Andrew J Maj USAF AETC AFIT/ENY Cc: paraview@paraview.org Subject: Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-17 Thread Berk Geveci
What happens if you run the binary from paraview.org? Also, do you see this same problem with other labels - for example if you create a text source or turn on the labels for the selection? -berk On Wed, Dec 16, 2009 at 10:02 AM, Lofthouse, Andrew J Maj USAF AETC AFIT/ENY

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-17 Thread Jerome Soumagne
Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Dave Partyka Sent: Wednesday, December 16, 2009 10:25 AM To: Lofthouse, Andrew J Maj USAF AETC AFIT/ENY Cc: paraview@paraview.org Subject: Re: [Paraview] Paraview 3.6.1 on Fedora 12

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-17 Thread Andrew Lofthouse
On 12/17/2009 09:28 PM, linzhenhua wrote: I have tried various ways to get rid of this problem but fail. I guess it is related to the intel graphic card driver. Yes, it does seem to be related to the intel graphics driver. The problem does not show up with a clean installation of Fedora 12

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-17 Thread Andrew Lofthouse
On 12/17/2009 08:26 AM, Berk Geveci wrote: What happens if you run the binary from paraview.org? Also, do you see this same problem with other labels - for example if you create a text source or turn on the labels for the selection? The problem is still there with the binary from

[Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-16 Thread Lofthouse, Andrew J Maj USAF AETC AFIT/ENY
I'm using Paraview 3.6.1 on Fedora 12, and came across the problem referenced in a previous message to this list (http://www.paraview.org/pipermail/paraview/2009-September/013774.html) in that the legend labels seem to be drawn over each other. I've attached a screenshot showing this behavior.

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-16 Thread Dave Partyka
At a system level is the font dpi higher on fedora (there is typically some gui way to adjust this)? Do any other labels render like that, or just legends? On Wed, Dec 16, 2009 at 10:02 AM, Lofthouse, Andrew J Maj USAF AETC AFIT/ENY andrew.loftho...@afit.edu wrote: I'm using Paraview 3.6.1 on

[Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-16 Thread Andrew Lofthouse
My apologies of this message appears twice -- I tried to send it from my work account earlier today, but it looks like it didn't go through. I'm using Paraview 3.6.1 on Fedora 12, and came across the problem referenced in a previous message to this list