Hello Stefan, I am following your Readme.txt. But, recompiling from source: ftp://ftp.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.4.tar.gz after...
994
Kirsten
griffiki
Nov 10, 2011 2:14 pm
I'm trying to run Enviro on some older hardware and seeing really low frame rates. The OS is RHEL 4 and we're using tiled terrains. I understand that low frame...
995
Stefan Roettger
stefan.roettger
Nov 10, 2011 3:50 pm
Dear Kirsten, as far as I can diagnose the problem remotely, using a tiled terrain with only 32MB of texture RAM produces a bootleneck when the textures fo not...
996
Bob MaX
exporttocanoma
Nov 12, 2011 6:04 am
Hello all, can somebody help me to create a debian package of VTP ? I made successfully the porting on Linux 10.04 32bit, but... VTP exists only on my machine...
997
Bob MaX
exporttocanoma
Nov 12, 2011 9:39 am
... Or, better, I intended the "simple recompiling" ... :) BobMaX...
998
Roger James
rogerjames99
Nov 14, 2011 1:27 pm
... Bob, I suggest you post on one of the Debian lists. There will be more people with experience of building Debian packages there. I looked into it some time...
999
Bob MaX
exporttocanoma
Nov 27, 2011 7:27 pm
Hi all, I found this interesting article about recompiling open source software on macosx: ...
1000
Bob MaX
exporttocanoma
Jan 11, 2012 8:38 pm
Hello, VTP is available on Linux ArcheOS and other Debian versions. To install it, you need to modify the "/etc/apt/sources.list" file, adding the...
1001
Bob MaX
exporttocanoma
Jan 15, 2012 4:17 pm
Hello Ben (and others), I inserted in my ExportToCanoma blog the ( italian :( ) informations to install VTP on Linux ( ubuntu based ): ...
1002
Stefan Roettger
stefan.roettger
Jan 16, 2012 10:16 am
Hi Roberto, thanks for the pointer to vtp on ubuntu. I tried google translate on your italian page and the result was pretty usable: ...
... Hash: SHA1 ... Oh, one other thing: VTBuilder uses libglut but Ubuntu 11.10 no longer uses that. Instead it uses freeglut. I was able to find an older ...
1005
Bob MaX
exporttocanoma
Jan 20, 2012 6:24 pm
Hello all, the team of ArcheOS writes a post in their blog, about VTP install on Linux: ...
1006
Bob MaX
exporttocanoma
Feb 8, 2012 2:27 pm
Hello, we want to start develop of a Open Source EarthGlobe for the viewing of seismic data. We need of a transparent globe with the cutting planes, to see the...
1007
Kirsten
griffiki
Feb 9, 2012 1:08 pm
Given Stefan's suggestion, I tried using a BT terrain with a derived texture instead of a tiled terrain and the frame rate increased quite a bit. So now we'll...
1008
Stefan Roettger
stefan.roettger
Feb 10, 2012 3:47 pm
Hi Kirsten, the X300 is a very weak gfx card. what is worse that ati's non-windows drivers for x11are not very performant either. There are two basically ...
1009
gianluca.massei
agronomy72
Feb 15, 2012 11:02 pm
I'm trying to compile VT on linux ubuntu 11.10 64 bit. I've followed the instruction with cmake option but the "make" command get me this output: Linking CXX...
1010
Paul Allen
paul.l.allen@...
Feb 16, 2012 3:55 am
... Ben's right. Your libGLU is not being linked in. But, note that "-Lglu" tells the linker to look in directory "glu" for libraries. I think you want...
1011
Roger James
rogerjames99
Feb 16, 2012 2:20 pm
... The terrain rendering apps in VTP require libMini to be built with the library stub option. See section G of the libMini README.html. If you use CMake to...
1012
gianluca.massei
agronomy72
Feb 16, 2012 10:25 pm
Thanks for your help. I'm using libMini (compiled with cmake) and I've followed your suggest. Unfortunatly, the errore is the same. I'm gratefully if you can...
1013
Roger James
rogerjames99
Feb 17, 2012 12:10 pm
Have you checked that the new libmini you built has been installed to /usr/local/lib which is where the build log you posted shows the linker is finding...
1014
Stefan Roettger
stefan.roettger
Feb 17, 2012 6:30 pm
... VTBuilder needs OpenGL linkage , because it uses the gl driver to compress with S3TC. If we use GL then there is no good reason not link with GLU also. So...
1015
Bob MaX
exporttocanoma
Feb 18, 2012 7:58 am
Hi all, I am also recompiling on Linux Ubuntu 11.10 64 bit. I taken from svn and successfully recompiled VTBuilder. :) But, linking Enviro I had these...
1016
Bob MaX
exporttocanoma
Feb 18, 2012 8:13 am
... OK, I solved ! Only, I set in Cmake-gui the variable OpenThreads_LIBRARY to /usr/local/lib64/libOpenThreads.so and, it works . Now I also Linked...
1017
Stefan Roettger
stefan.roettger
Feb 18, 2012 10:17 am
dear roberto, when you configure a sw packet with cmake, it searches the usual installation places for installed libraries. if there are multiple versions, you...
1018
Stefan Roettger
stefan.roettger
Feb 18, 2012 10:19 am
sorry, saw your solution too late ;-) the cmake config still may need some tweaking for 64-bit systems to find the proper libs automatically. stefan...
1019
Stefan Roettger
stefan.roettger
Feb 18, 2012 10:27 am
Hi roberto, first the most important question is what kind of data do you have. volumetric, scattered point, iso surfaces. then you can design a vis system...
1020
gianluca.massei
agronomy72
Feb 18, 2012 4:42 pm
Ok, ho risolto anche io, con i codici scaricati con svn è andata piuttosto bene. Ora però ho un dubbio, dove metto la directory "Data" e come setto la...
1021
gianluca.massei
agronomy72
Feb 18, 2012 5:25 pm
with your help I've compiled VTBuild and Enviro and seem it work. Unfortunatly, i can't set the datapath, even if I've edited vtp.xml with path "/data/" that...
1022
Bob MaX
exporttocanoma
Feb 18, 2012 6:25 pm
... Bene. Per le directory di VTP, ho scritto nel mio blog, basando sull'installazione su Linux ArcheOS. Comunque, i passi sono questi: 1) Create sotto la...