At first I thought there is no way to get the GRAMPS genealogy software running on Suse 9. Apparently GNOME support by Suse sucks; the GRAMPS developers even say there are several things broken in the GNOME support of Suse. But finally there is a Suse Linux 9 RPM, that works (at least for us): http://apt.bygden.nu/SuSE/9.0-i386/RPMS.suser-rbos/gramps-0.98.0-rb1.i586.rpm. Here also my favourite way to make a graphical report from GRAMPS (you need to have the graphviz package installed):
If you want to make a pdf file:
dot DOT
fig FIG
gd, gd2 GD/GD2 formats
gif GIF
hpgl HP-GL/2
imap, cmap Server-side and client-side imagemaps
ismap Server-side imagemap (deprecated)
jpg, jpeg JPEG
mif FrameMaker MIF format
mp MetaPost
pcl PCL
pic PIC
plain Simple text format
png Portable Network Graphics format
ps PostScript
ps2 PostScript for PDF
svg, svgz Scalable Vector Graphics
vrml VRML
vtx Visual Thought format
wbmp Wireless BitMap format
An additional advantage of the pdf file is that you can crop it using the full version of Adobe Acrobat and print only this part with the "fit to paper size" option. I am trying to figure out how to accomplish the same with free tools, but so far without success. The crop operation with Acrobat doesn't really crop anything, it just hides parts of the image and changes the paper size and borders. If you open the cropped pdf with some free pdf renderers they don't even honour those "crop" commands and display it as if one never had cropped anything.
You can also specify during the export from gramps to how many pages you want the graphic to be split. Actually the page size, border and number of pages are just written into the dot file and you can change them there without having to export again from gramps. Thus you can easily try out different settings by changing the page size option within the basic_report dot file. Especially interesting is obviuosly the page size. When you use a page size differently from A4 (or letter?), you need to invióke the ps2pdf command with the additional page size parameters (otherwise ps2pdf crops your pages). I think the biggest page size ps2pdf (that is ghostscript) knows is B0. For this the pagesize in the dotfile needs to be set to 39.4x55.7 inches. ps2pdf -sPAGESIZE=isob0
The drawback of this export is that you cannot really in detail select which of the personal data appears in the individual boxes that represent the people. But one can (more or less) easily modify the python source code of the plugin and thus e.g. get birth and death place displayed. I think it would be cool to be able to have also the images incorporated into the graphical output, but this is probably a bit tricky.
ps2pdf -sPAGESIZE=isob0
If you have a custom pagesize, you need to give it in pixel dimensions:
ps2pdf -g2836x4008 (2836 pixels wide = 100cm and 4008 pixels high = 141.4 cm) would be equivalent to ps2pdf -sPAGESIZE=isob0