Further experiments with different display settings in Angband.
The latest code (3.0.6) is nice because the tile size has been made independent of the font size in the X11 version.
Notes:
1) There are four tilesets for Angband: the original 8x8, the modified (elongated) 8x13, Adam Bolt's 16x16, and David Gervais' 32x32 bitmap tiles.
2) The width and the height of the tilesets on the display are manipulated by the setting file ~/.angband/Angband/x11-setting.prf (for X11 mode only)
3) The -b (bigtile) option is used to double the width of the tiles. This is very useful when the font is an elongated one, such as 8x13 or 8x16. So the graphics get a well-balanced look. (But please correct me if I am wrong here ) Good for Zaurus.
4) There is also a -s option for "smooth rescaling".
An example of ~/.angband/Angband/x11-settings.prf:
# Angband X11 settings
# Term 0
COLS_0=80
ROW_0=24
FONT_0=-*-*-bold-r-normal-*-13-*-*-*-*-80-iso8859-1
TILE_WIDTH_0=8
TILE_HEIGHT_0=16
An example of running Angband:
angband -g -mx11 -- -g -b (bigtile)
Which means: request graphical tiles + request sound + X11 mode + David Gervais' tiles (g) [or Adam Bolt's (a) or the original (o)] + bigtile
This comparison uses the 8x13 font with the bigtile option, the best basic setting on Z, AFAIK.
Okay, here we go ...
(1) 8x8 tileset, width=8, height=16, bigtile
(2) 8x8 tileset, width=8, height=16, bigtile, smooth rescaling
(3) 16x16 tileset, width=8, height=16, bigtile
(4) 16x16 tileset, width=8, height=16, bigtile, smooth rescaling
(5) 32x32 tileset, width=8, height=16, bigtile
(6) 32x32 tileset, width=8, height=16, bigtile, smooth rescaling
(7) 32x32 tileset, width=16, height=32, bigtile
(

32x32 tileset, width=16, height=32, bigtile, smooth rescaling
[ Invalid Attachment ]
Beauty is in the eye of the player ...