You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(26) |
Sep
(32) |
Oct
(29) |
Nov
(36) |
Dec
(13) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(17) |
Feb
(14) |
Mar
(12) |
Apr
(20) |
May
(27) |
Jun
(6) |
Jul
(33) |
Aug
(28) |
Sep
(24) |
Oct
(24) |
Nov
(41) |
Dec
(32) |
| 2002 |
Jan
(29) |
Feb
(25) |
Mar
(16) |
Apr
(12) |
May
(22) |
Jun
(24) |
Jul
(11) |
Aug
(7) |
Sep
(4) |
Oct
(31) |
Nov
(30) |
Dec
(22) |
| 2003 |
Jan
(22) |
Feb
(12) |
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
1
|
2
(3) |
|
3
(2) |
4
(1) |
5
|
6
|
7
|
8
(1) |
9
(1) |
|
10
(3) |
11
(3) |
12
(3) |
13
|
14
|
15
|
16
|
|
17
|
18
|
19
|
20
(1) |
21
(5) |
22
(2) |
23
(1) |
|
24
|
25
|
26
|
27
(1) |
28
(2) |
29
(3) |
30
|
|
From: Pearson, R. R <rrp...@ut...> - 2000-09-29 18:33:19
|
> Hello, > I can convert my data from MM5 to vis5d format but I have to > interpolate from MM5's sigma coordinate to elevations. When I don't do > the interpolation the conversion works fine but vis5d doesn't like the > fact that the bottom > top value of the coordinate. I gone through all of > the options in the manual for defining a vertical coordinate system on the > command line. Does anyone have any suggestions for overcoming this > problem? > > Respectfully, > Roderick Pearson M.S. > rrp...@ut... <mailto:rrp...@ut...> > Voice 9157477548 Fax 9157475447 > Web http://utminers.utep.edu/rrpearso > UTEP > Dept. of Physics > 500 W University Ave. > El Paso, TX 79968 > |
|
From: Pearson, R. R <rrp...@ut...> - 2000-09-29 16:48:17
|
Hello, I can convert my data from MM5 to vis5d format but I have to interpolate from MM5's sigma coordinate to elevations. When I don't do the interpolation the conversion works fine but vis5d doesn't like the fact that the min > max value of the coordinate. I gone through all of the options in the manual for defining a vertical coordinate system on the command line. Does anyone have any suggestions for overcoming this problem? Respectfully, Roderick Pearson M.S. rrp...@ut... <mailto:rrp...@ut...> Voice 9157477548 Fax 9157475447 Web http://utminers.utep.edu/rrpearso UTEP Dept. of Physics 500 W University Ave. El Paso, TX 79968 |
|
From: Michael R. <re...@en...> - 2000-09-29 15:26:12
|
I have been trying to port the NCAR version of Vis5D4.3 (with stereo) to an HP Visualize Center, but with minimal luck. It compiles and has occasionally run until a button is pressed, then usually the context fails and the system dumps. I am really interested in getting it going, but it seems best to do it with the new 5.2 version. Let me know when you are ready with that and I will try again. By the way, is there an opengl equivalent to SGI_dump? That is one reference that could not be resolved. I also received warnings about redefining MAX and MIN, though I assume this isn't a big deal. Thanks Mike Redmond eMedia Center, UW-Madison --- At 02:27 PM 9/12/00 -0600, Jeff W. Boote wrote: >Oops. I just took a look, and the version on our website did not have the VRML >output in it. I just updated it. > >You can get the source from: >http://www.scd.ucar.edu/vg/SoftwareSystems.html > >Caveat: We have not tested this with non-SGI systems... Look in the toplevel >Makefile to see how to build with stereo and VRML support - the irix6-n32-ncar >target is the one we normally use. > >I will try and move stereo integration of 5.2 higher on my priority list... > >jeff >christopher moore wrote: >> >> Hi Jeff, >> >> Hmmmmm - the 4.3 that I have has this in graphics.vrml.c: >> >> void vrml_save(Context ctx, char *filename) >> { >> (void) fprintf(stderr, >> "Warning: VRML Output not yet available\n"); >> return; >> } >> >> Do you have the 4.3 version with stereo and VRML that I could nab >> somewhere? > >-- >Jeff W. Boote <bo...@uc...> The more that you read, the more >Software Engineer things you will know. The more >VETS/SCD/NCAR that you learn, the more places >Boulder, Colorado, USA you'll go. Dr. Suess > |
|
From: Michael S. <sch...@te...> - 2000-09-28 20:04:54
|
greetings:
i have having trouble with the wind trajectories.
in this case, the variables are U,V, and W and these
are for ocean current components. the problem is that
when the instructions for creating trajectories are followed,
the only thing that appears is a single dot and this is the
dot created with the 2nd mouse click.
the example LAMPS.v5d that is included with the distribution
works fine, though.
the manual(4.2 page 18) says
"For the purposes of calculating wind trajectories, Vis5D assumes
the relationship between height (H) and pressure (P) is:
P = 1012.5*e^(H/-7.2)
H = -7.2*Ln(P/1012.5)
QUESTION: do we need a pressure array of values, or
does vis5d take the height values implied below, compute
a pressure function and then create the trajectories based on
the pressure values?
the vis5d file is created with:
v5dCreateSimple(...,northlat,latinc,westlon,loninc,bottomhgt,hgtinc)
vd5CreateSimple(..., 37.104, 0.0020, 76.134, 0.0025, -0.0500, 0.0050)
here are the heights:
h (km)
1 0.
2 -0.005
3 -0.01
4 -0.015
5 -0.02
6 -0.025
7 -0.03
8 -0.035
9 -0.04
10 -0.045
11 -0.05
using the formula for pressure above, one sees that the pressure
only changes by 4 units from top to bottom.
any help would be appreciated.
m. r. schaferkotter
Sverdrup Technology, Inc
Bldg. 1007, NRL
Stennis Space Center, MS 39529
(228) 688-5619
sch...@te...
|
|
From: Michael <boe...@dk...> - 2000-09-28 08:16:38
|
Hi Philip, The description of 'v5dappend' in the vis5d README file says that this utility "might be useful if your weather model generates a separate .v5d file for each time step" - you can concatenate these short files to a bigger one. It does *not* seem to work for different variables on the same time. Instead I would try to use v5dimport. Just start 'v5dimport', open the 'Read File' menu. Select the first file - hit 'ok', select second file - hit 'ok' and export all to a new file (type in the new filename and hit the 'Make' button). This should also work for different grids. and/or different times. Regards, Michael At 27.09.00 13:34, you wrote: >hello everyone >i am trying to append two vis5d files with the same time steps but with >different variables. usually i use v5dappend [file names] but the problem >is that 1. it doesn't work and say that there are too many time steps or >2. i get another file but when i run it i get a core dump and then quits >vis5d. >anyone have a suggestions as to how i could fix the problem or another >approach to join the two files on top of one another > >philip keith >cgrer, university of iowa >pk...@cg... _______________________________________________________ Michael Boettinger Deutsches Klimarechenzentrum Bundesstrasse 55 20146 Hamburg Germany email: boe...@dk... phone: +49 40 411 73 344 fax: +49 40 411 73 270 _______________________________________________________ |
|
From: Philip J. K. <pk...@cg...> - 2000-09-27 20:24:50
|
hello everyone i am trying to append two vis5d files with the same time steps but with different variables. usually i use v5dappend [file names] but the problem is that 1. it doesn't work and say that there are too many time steps or 2. i get another file but when i run it i get a core dump and then quits vis5d. anyone have a suggestions as to how i could fix the problem or another approach to join the two files on top of one another philip keith cgrer, university of iowa pk...@cg... |
|
From: Pascale L. <pa...@np...> - 2000-09-23 00:09:19
|
Hello, I have a very bizarre problem. I generate cdf data with the fortran subroutine v5dwrite successfully. v5dstats confirms the extreme values and reports no missing data. A test by writing in an ascii file confirms that everything is normal. However, when I view this data with vis5d 5.2, I see a big irregular hole around level 35 (out of 50), where the data is nearly homogeneous. The probe confirms that there is some data here. A time step later, everything is normal. My problem is perfectly reproductible. I'm running vis5d-5.2 on an SGI IRIX64, after having compiled it myself. Has anybody experienced this kind of difficulty ? Would you have a clue for testing and finding out what is wrong ? My file is nearly 1Mb, so I did not want to attach it to the e-mail. But you can find a copy of this e-mail and the file at the address http://www.oc.nps.navy.mil/~pascale/data/VIS5D Thanks a lot, Pascale. -- Pascale Lherminier | Tel.: (int) (1) (831) 656 3260 Dept of Oceanography | Fax.: (int) (1) (831) 656 2712 Naval Postgraduate School | E-mail : pa...@np... Monterey, CA93943, USA | http://www.oc.nps.navy.mil/opbl |
|
From: Test <dav...@af...> - 2000-09-22 19:07:13
|
-----Original Message----- From: do...@cy... [mailto:do...@cy...] Sent: Friday, September 22, 2000 12:57 PM To: dav...@af... Subject: Re: remove beb...@af... Test writes: > > Capt Beberwyck no longer works here. Please remove this address for from > your mailing list. Hi - You'll need to contact the vis5d mailing list; I didn't mail directly to you. Regards - don > > Bill Hibbard writes: > > If your graphics card offer hardware accelerated OpenGL you > > may want to try out Hummingbird Exceed 3D: > > (http://www.hummingbird.com/products/nc/exceed/index.html) > > This is a commercial X-Server software with OpenGL extensions. > > > > First of all: it works. > > Adding to Bill's comments, the Hummingbird solution really can work > quite nicely. I've run it over 100BTX from our Onyx2 to an SGI320/NT > system as well as various IBM thinkpads, all with good success. I've > observed 200K+ tris/sec sustained performance with the 320. Of course, > in this mode all of the geometry is flowing over the wire and eventually > that saturates things. I've worked on my NT box in my office on > some pretty large projects without suffering unduly (eventually > one treks to the Onyx2 console 'tho ;-). One example: > > http://www.scd.ucar.edu/vg/CAT > > On very large datasets I've occasionally observed instability in the Exceed > X server but could never pin it down enough to file a report. YMMV. > > don > -- *----------------------------------------------------------------* * Don E. Middleton, do...@uc... * * Head, Visualization & Enabling Technologies Section * * Scientific Computing Division * * National Center for Atmospheric Research * * http://www.scd.ucar.edu/vg * * PO Box 3000; Boulder, Co. 80307-3000 * * Voice:303-497-1250 Cell:303-817-1249 FAX:303-497-1848 * *----------------------------------------------------------------* |
|
From: Conrad J P. <cpv...@st...> - 2000-09-22 06:30:58
|
Wow, it seems that you have quite a thriving Vis5D community here. I've only been using Vis5D for 1-2 months, just subscribed to the list last week, posted a question and got 7 very helpful replies right away! Hopefully I can give something back to you all by making some improvements to Vis5D. I'm currently fiddling a bit with the GrADS import part of v5dimport to make it less case-sensitive and support the "PDEF ... pse" projection mode. Thanks again for all the helpful replies! -- Conrad ______________________________________________________________________ Stellar Science Ltd. Co. - "Stellar Scientific Software Solutions" cpv...@st... 505-884-5968 www.stellarscience.com |
|
From: Albert J H. <he...@pm...> - 2000-09-21 20:21:22
|
Hi, We had recently encountered the dreaded GLX error on our PCs running Exceed 6.0 (with vis5D hosted by an SGI machine), and even with Exceed3D loaded in. However, once we upgraded to Exceed 6.2 (that is, the latest version) everything worked smoothly. So, the fine folks at Exceed must have fixed something, that wasn't allowing proper emulation for SGI hosts. Anyway, vis5D now operates fine and fast through our PCs running Exceed/Exceed3D But here's the really neat part: our PCs have stereo-equipped graphics cards installed (as of last year you could get such a card for ~$100). It turns out we can run the *stereo* version of vis5D on our SGI, and do stereo (shutteglass) visualization through the local network with our X-emulating PCs. This seems the best of both worlds to me, in terms of cheap immersive visualization. -Al Hermann Conrad J Poelman wrote: > I know that there is a version of Vis5d that compiles under Windows, but > has anyone successfully run Vis5d on a UNIX machine but set the DISPLAY > environment variable to a PC/Windows machine running an X-server? I know > that the X-server needs to support the GLX extensions. Under Labtam's > X-WinPro I get the same message that Jose Pereira reported: > > Error: couldn't get RGB, Double-Buffered, Depth-Buffered GLX visual! > Using Hummingburd's Exceed and an older 8MB PCI graphics card, I got > "out-of-memory" error messages. After upgrading the video card, I get no > error messages and Vis5d starts up the two windows, but the graphics > display window remains completely black all the time. > > Any experiences or thoughts? > > Thank you, > > -- Conrad > ______________________________________________________________________ > Stellar Science Ltd. Co. - "Stellar Scientific Software Solutions" > cpv...@st... 505-884-5968 www.stellarscience.com -- Albert J. Hermann Pacific Marine Environmental Laboratory 7600 Sand Point Way NE Seattle WA 98115-6349 he...@pm... http://www.pmel.noaa.gov/~hermann/ Phone:(206)-526-6495 Fax:(206)-526-6485 |
|
From: christopher m. <ae...@oc...> - 2000-09-21 20:19:33
|
To add to Bill & Don's replies: I got the same response: the control panel widgets come up, and a graphics window that stays black. Turns out I loaded Exceed3d (the "add-on" to Exceed) on top of an old version of Exceed. When I uninstalled everything, installed Exceed 6.2, and then Exceed3d it ran fine. Well, actually one more thing: it didn't run fine, until I set the screen resolution on my ViewSonic P815 to 1152 by 864 at 120 Hz and re-booted. Then it ran fine, even with NCAR's -stereo setting for Crystal-Eyes stereo. I'm running Windows NT with a Elsa Gloria II graphics card. ______________________________________________________________ Christopher Moore tel 206.526.6779 Research Scientist, Oceanography fax 206.526.6744 University of Washington/JISAO/NOAA-PMEL -------------------------------------------------------------- On Wed, 20 Sep 2000, Conrad J Poelman wrote: > I know that there is a version of Vis5d that compiles under Windows, but > has anyone successfully run Vis5d on a UNIX machine but set the DISPLAY > environment variable to a PC/Windows machine running an X-server? I know > that the X-server needs to support the GLX extensions. Under Labtam's > X-WinPro I get the same message that Jose Pereira reported: > > Error: couldn't get RGB, Double-Buffered, Depth-Buffered GLX visual! > Using Hummingburd's Exceed and an older 8MB PCI graphics card, I got > "out-of-memory" error messages. After upgrading the video card, I get no > error messages and Vis5d starts up the two windows, but the graphics > display window remains completely black all the time. > > Any experiences or thoughts? > > Thank you, > > -- Conrad > ______________________________________________________________________ > Stellar Science Ltd. Co. - "Stellar Scientific Software Solutions" > cpv...@st... 505-884-5968 www.stellarscience.com > |
|
From: <do...@cy...> - 2000-09-21 13:53:08
|
Bill Hibbard writes: > If your graphics card offer hardware accelerated OpenGL you > may want to try out Hummingbird Exceed 3D: > (http://www.hummingbird.com/products/nc/exceed/index.html) > This is a commercial X-Server software with OpenGL extensions. > > First of all: it works. Adding to Bill's comments, the Hummingbird solution really can work quite nicely. I've run it over 100BTX from our Onyx2 to an SGI320/NT system as well as various IBM thinkpads, all with good success. I've observed 200K+ tris/sec sustained performance with the 320. Of course, in this mode all of the geometry is flowing over the wire and eventually that saturates things. I've worked on my NT box in my office on some pretty large projects without suffering unduly (eventually one treks to the Onyx2 console 'tho ;-). One example: http://www.scd.ucar.edu/vg/CAT On very large datasets I've occasionally observed instability in the Exceed X server but could never pin it down enough to file a report. YMMV. don |
|
From: Bill H. <hi...@fa...> - 2000-09-21 13:05:34
|
Hi Conrad, > I know that there is a version of Vis5d that compiles under Windows, but > has anyone successfully run Vis5d on a UNIX machine but set the DISPLAY > environment variable to a PC/Windows machine running an X-server? I know > that the X-server needs to support the GLX extensions. Under Labtam's > X-WinPro I get the same message that Jose Pereira reported: > > Error: couldn't get RGB, Double-Buffered, Depth-Buffered GLX visual! > Using Hummingburd's Exceed and an older 8MB PCI graphics card, I got > "out-of-memory" error messages. After upgrading the video card, I get no > error messages and Vis5d starts up the two windows, but the graphics > display window remains completely black all the time. David Holland reported the same problem and got the following advice from Michael Boettinger: If your graphics card offer hardware accelerated OpenGL you may want to try out Hummingbird Exceed 3D: (http://www.hummingbird.com/products/nc/exceed/index.html) This is a commercial X-Server software with OpenGL extensions. First of all: it works. I have tried to run Vis5D on our Onyx2 with X-Display set to my PC (PII 400 MHz, Diamond Fire GL4000 Graphics card, 10 MBit Ethernet connectivity). Depending on the selection of visualization tools (e.g. Isosurface, Isolines,..) the responsiveness of the 3-D-display is not bad - but far away from anything you could get locally on the SGI. But it works with my setup definitely better than pure software rendering. Here was David's response: I have followed your suggestions and I can now display Vis5D on my PC X-server. As you suggested, I have tried the Hummingbird Exceed 3D product which has the OpenGL library. That software installation got rid of the software error message Xlib: extension "GLX" missing on display "my sgi:0.0". I still received the hardware error message Error: couldn't get RGB, Double-Buffered, Depth-Buffered GLX visual! So I switched to a video card with hardware OpenGL as you suggested and now all works fine. The card I am using is a "64MB DDR NVIDIA GeForce2 GTS (Dell)" product. Thanks for your help. Good luck, Bill ---------------------------------------------------------- Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI 53706 hi...@fa... 608-263-4427 fax: 608-263-6738 http://www.ssec.wisc.edu/~billh/vis.html |
|
From: Conrad J P. <cpv...@st...> - 2000-09-21 06:46:26
|
I know that there is a version of Vis5d that compiles under Windows, but has anyone successfully run Vis5d on a UNIX machine but set the DISPLAY environment variable to a PC/Windows machine running an X-server? I know that the X-server needs to support the GLX extensions. Under Labtam's X-WinPro I get the same message that Jose Pereira reported: > Error: couldn't get RGB, Double-Buffered, Depth-Buffered GLX visual! Using Hummingburd's Exceed and an older 8MB PCI graphics card, I got "out-of-memory" error messages. After upgrading the video card, I get no error messages and Vis5d starts up the two windows, but the graphics display window remains completely black all the time. Any experiences or thoughts? Thank you, -- Conrad ______________________________________________________________________ Stellar Science Ltd. Co. - "Stellar Scientific Software Solutions" cpv...@st... 505-884-5968 www.stellarscience.com |
|
From: Jose E P. <pe...@ac...> - 2000-09-20 22:19:11
|
Hello,
I've already manage to compile vis5d 5.22 in a linux redhat.
However, when I try to run I get the error message:
Error: couldn't get RGB, Double-Buffered, Depth-Buffered GLX visual!
Does anyone know what to do, please? Do I have to reduce to 8-bit
colors my system?
cheers
jose
|
|
From: Jeff W. B. <bo...@uc...> - 2000-09-12 21:11:19
|
Oops. I just took a look, and the version on our website did not have the VRML output in it. I just updated it. You can get the source from: http://www.scd.ucar.edu/vg/SoftwareSystems.html Caveat: We have not tested this with non-SGI systems... Look in the toplevel Makefile to see how to build with stereo and VRML support - the irix6-n32-ncar target is the one we normally use. I will try and move stereo integration of 5.2 higher on my priority list... jeff christopher moore wrote: > > Hi Jeff, > > Hmmmmm - the 4.3 that I have has this in graphics.vrml.c: > > void vrml_save(Context ctx, char *filename) > { > (void) fprintf(stderr, > "Warning: VRML Output not yet available\n"); > return; > } > > Do you have the 4.3 version with stereo and VRML that I could nab > somewhere? -- Jeff W. Boote <bo...@uc...> The more that you read, the more Software Engineer things you will know. The more VETS/SCD/NCAR that you learn, the more places Boulder, Colorado, USA you'll go. Dr. Suess |
|
From: Jeff W. B. <bo...@uc...> - 2000-09-12 05:44:22
|
christopher moore wrote: > So, I compiled vis5d.4.3.ncar and got stereo to work, but the VMRL writer > wasn't implemented. So I just downloaded vis5d.5.2.ncar, and compiled and > got the VRML writer to work, but no stereo! When I add the -DNCAR_STEREO > switch in src/Makefile (with -DNCAR_SCENE) it gives me: VRML is implemented in the vis5d.4.3.ncar code. Make sure you compiled graphics.vrml.c and linked in the .o. Stereo is not yet done in vis5d.5.2.ncar I'm sorry to say. jeff -- Jeff W. Boote <bo...@uc...> The more that you read, the more Software Engineer things you will know. The more VETS/SCD/NCAR that you learn, the more places Boulder, Colorado, USA you'll go. Dr. Suess |
|
From: christopher m. <ae...@oc...> - 2000-09-12 00:38:39
|
Hi Vis5d-ers,
So, I compiled vis5d.4.3.ncar and got stereo to work, but the VMRL writer
wasn't implemented. So I just downloaded vis5d.5.2.ncar, and compiled and
got the VRML writer to work, but no stereo! When I add the -DNCAR_STEREO
switch in src/Makefile (with -DNCAR_SCENE) it gives me:
ld32: ERROR33: Unresolved text symbol "stereo_on" -- 1st reference by
api.o
But it's #defined in api.h ...
I'm probably being slow today... went to blow-out of a wedding this
weekend...
gcc2.95, on irix6.2
_
/ \ _-' Christopher Moore
_/| \-''- _ / NOAA/PMEL - UW School of Oceanography - Seattle
/ \
/ \ If You Know What You're Doing, It's Not Research!
/ "o. |o}
| \ ;
',
\_ __\ PMEL phone: 206.526.6779
''-_ \.// Home phone: 206.633.3250
/ '-____'
/ http://www.ocean.washington.edu/people/grads/aeolus
|
|
From: Bill H. <hi...@fa...> - 2000-09-11 17:00:09
|
Hi Mohamad, > I am a new user of VIS5d. I am trying to use vis5d for my finite element > data visualization which contains very simple X,Y,Z nodal coordinates and > the nodal value on each coordinate (can be nodal stress value, or > displacement, etc). I like to get the final contour plot saved in VRML > format (WRL) which i finally intend to export to my Virtual Reality > environment for final viewing. I have a couple of questions for anyone who > is well-versed with vis5d. > > 1. How do I start? and how can I get the final plot in VRML format? Your data need to be organized in a regular xyz grid, not as just a collection fo values are irregular xyz locations. See Section 3.1 of the Vis5D README file to find out how to put your data into Vis5D. The folks at NCAR may have a version of Vis5D that creates VRML scenes. > 2. Can I invoke or run vis5d in the background from command line (or using > system command from a C program for instance) to > achieve my objective? If so, how could I do it? You can run Vis5D in the background via TCL scripts. Some folks run Vis5D from cron jobs this way. However, you need to have an X Display open. Perhaps someone with more experience can give you more details. Good luck, Bill ---------------------------------------------------------- Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI 53706 hi...@fa... 608-263-4427 fax: 608-263-6738 http://www.ssec.wisc.edu/~billh/vis.html |
|
From: Mohamad K Abdul-J. <mk...@en...> - 2000-09-11 16:15:03
|
Hi, I am a new user of VIS5d. I am trying to use vis5d for my finite element data visualization which contains very simple X,Y,Z nodal coordinates and the nodal value on each coordinate (can be nodal stress value, or displacement, etc). I like to get the final contour plot saved in VRML format (WRL) which i finally intend to export to my Virtual Reality environment for final viewing. I have a couple of questions for anyone who is well-versed with vis5d. 1. How do I start? and how can I get the final plot in VRML format? 2. Can I invoke or run vis5d in the background from command line (or using system command from a C program for instance) to achieve my objective? If so, how could I do it? Thank You ^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^ M Kasim Abdul-Jalil tel: (716) 645 2593 ext 2251 Multidisciplinary Optmization & http://www.eng.buffalo.edu/~mka Design Engineering Lab (MODEL) University at Buffalo,NY,USA ^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^ |
|
From: Bill H. <hi...@fa...> - 2000-09-11 12:34:36
|
I have heard from a user who wants to run Vis5D under Redhat Linux 6.1 and X Windows 3.3.4 with a TNT M64 card? Can anyone offer any insight into whether this will work, or whether the X Windows version needs to be upgraded or the TNT M64 card is appropriate? Thank you, Bill ---------------------------------------------------------- Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI 53706 hi...@fa... 608-263-4427 fax: 608-263-6738 http://www.ssec.wisc.edu/~billh/vis.html |
|
From: David M. H. <ho...@ci...> - 2000-09-10 17:40:29
|
Dear Michael, I have followed your suggestions and I can now display Vis5D on my PC X-server. As you suggested, I have tried the Hummingbird Exceed 3D product which has the OpenGL library. That software installation got rid of the software error message Xlib: extension "GLX" missing on display "my sgi:0.0". I still received the hardware error message Error: couldn't get RGB, Double-Buffered, Depth-Buffered GLX visual! So I switched to a video card with hardware OpenGL as you suggested and now all works fine. The card I am using is a "64MB DDR NVIDIA GeForce2 GTS (Dell)" product. Thanks for your help. Cheers, David Michael Böttinger wrote: > Hi David, > > if your graphics card offer hardware accelerated OpenGL you > may want to try out Hummingbird Exceed 3D: > (http://www.hummingbird.com/products/nc/exceed/index.html) > This is a commercial X-Server software with OpenGL extensions. > > First of all: it works. > I have tried to run Vis5D on our Onyx2 with X-Display set to my > PC (PII 400 MHz, Diamond Fire GL4000 Graphics card, 10 MBit > Ethernet connectivity). Depending on the selection of visualization tools > (e.g. Isosurface, Isolines,..) the responsiveness of the 3-D-display is > not bad - but far away from anything you could get locally on the SGI. > But it works with my setup definitely better than pure software rendering. > > Best regards, > Michael > > At 02.09.00 11:43, David M. Holland wrote: > >Hi, > > > >I have Vis5D working fine on an SGI (running IRIX) but then when I use a > >PC as an X-emulator (running Windows 98) to connect to my SGI > >workstation (which is trying to serve the Vis5D), I get an error on my > >PC X-emulator window as > > > >Xlib: extension "GLX" missing on display "fish.cims.nyu.edu:1.0". > >Error: couldn't get RGB, Double-Buffered, Depth-Buffered GLX visual! > > > >Any thoughts if I can display workstation-served Vis5D using a PC > >X-emulator? > > > >Thanks. -- David Michael Holland Courant Institute of Mathematical Sciences 251 Mercer Street, Warren Weaver Hall, 907 New York University, MC 0711 New York City, New York, USA, 10012 Title: Assistant Professor Mathematics Phone: (212) 998-3245 Fax: (212) 995-4121 Email: ho...@ci... Web: http://fish.cims.nyu.edu/~holland |
|
From: From: B. H. <hi...@fa...> - 2000-09-10 15:00:27
|
Hi Julia, > I met the following situation when I executed vis5d version 5-1 on our > SGI(IRIX6.5): > > Xlib: extension "GLX" missing on display "my sgi:0.0". > Error: couldn't get RGB, Double-Buffered, Depth-Buffered GLX visual! > > Anyone knows how to fix this problem? Are you running from an xterm? That could explain the problem. Try it sitting in front of the SGI main console. Cheers, Bill ---------------------------------------------------------- Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI 53706 hi...@fa... 608-263-4427 fax: 608-263-6738 http://www.ssec.wisc.edu/~billh/vis.html |
|
From: Julia <ju...@it...> - 2000-09-10 03:26:32
|
Hi! I met the following situation when I executed vis5d version 5-1 on our SGI(IRIX6.5): Xlib: extension "GLX" missing on display "my sgi:0.0". Error: couldn't get RGB, Double-Buffered, Depth-Buffered GLX visual! Anyone knows how to fix this problem? -Julia |
|
From: Steven G. J. <st...@gi...> - 2000-09-09 21:18:23
|
Dear Vis5d users & developers, I'm happy to inform you that, thanks to a contribution by Axel Reimann, the Vis5d(+) manual has been converted to DocBook format. From DocBook, HTML, PDF, and other formats are easily generated, and the results are available online: http://vis5d.sourceforge.net/doc/ (See also http://vis5d.sourceforge.net/ for PDF and PostScript versions.) Also available is an updated release of Vis5d+, version 1.0.2, which incorporates recent bugfixes as well as the new manual. Cordially, Steven G. Johnson |