GIG reference manual

Release notes on GIG 3.1

____________________________________________________________________________________

Introduction

These release notes give an overview of the 3DGO and GIGVIZ 3.1 software release from GIG Technology. This document contains the following chapters:
1. Improvements and new features
2. Platform specific release notes
3. Fixed bugs
4. Known bugs and workarounds

1. Improvements and new features

1.1 Installation Procedure

1.2 TextureEditor

1.3 Flipbook

1.4 Converters

1.5 Miscellaneous

2. Platform specific release notes

2.1 SGI

2.2 HP

2.3 Sun

3. Fixed bugs

3.1 Solved bugs from the official bug report list

3.2 Tools

4. Known bugs and workarounds

4.1 Known bugs from the official bug list 4.2 Disappearing cursor in TextureEditor

Sometimes during the use of the TextureEditor, the cursor can disappear. Press < Escape > to get it back.

4.3 Lack of swap space on SGI workstations (bug 1551)

Because of a peculiarity of the SGI operating system, virtual swap space is not cleaned up from time to time. This can result in out of swap space or cannot fork child process error messages. Especially the configuration of swap space on SGI Indy workstations with 32 MB internal memory is known to cause problems. (At least 100 MB swap space is recommended to run 3DGO or GIGVIZ.)

If out of swap space or cannot fork child process error messages appear on an SGI workstation, the first thing to do is to check whether virtual swap is switched on. As root, type:

chkconfig
If the chkconfig listing shows a line that says vswap off, type:
chkconfig vswap on
/etc/init.d/swap start
If vswap was already on, you can increase your virtual swap space. As root, type:
cd /
mkdir /swap
/usr/sbin/mkfile 1m /swap/swap1
Now you can do two things. First type:
/sbin/swap -a -p 5 -v 204800 swap1
This will increase your virtual swap space with 100 mega-bytes. You'll have to do this each time after the machine is rebooted. If you want this to happen automatically after each reboot, add the following line to the /etc/fstab file:
/swap/swap1 swap swap  pri=5,vlength=204800 0 0
Reboot your machine. You'll have 100 Mbytes extra virtual swap space available. 4.4 Problems with evaluated models

The evaluation of GIG models to polygons is known to cause problems, especially when applied to complex freeform models (rotations, extrusions) in combination with boolean operations. A new facetter (evaluation tool) is currently being developed.

4.5 Color management with 8 bit graphics

Color management on systems with 8 bits graphics has been improved. The interface in tools such as Organic and Particles will not turn into black & white anymore. However, one or two buttons might get an unexpected color under certain circumstances.
There is one exception: when switching between Organic and Particles directly, the interface will turn into black & white only. The obvious workaround in this case is: first go back to GIG, and then select the tool of choice from the tools menu.

4.6 Font file names on HP

On HP workstations it is possible that the default installation of GIG can not read the font files (as necessary for, e.g. get eps). The problem is caused by the distinction between the fontname and the fontfilename.

The workaround: rename the Postscript fonts on HP systems. This can be done in the following way:

Your fonts should now be available in GIG.