I upgraded from a 1440x900 to a 1920x1080 monitor, and I'm having some trouble fully using the extra real estate.
I'm running on ubuntu, the version from the packages, not one I compiled on my own. I've got my x11-settings.prf in ~/.angband/Angband
I didn't paste the whole file, but the other windows look much the same as the first, but with different values. (that don't seem to make a difference when I change them )
For example, changing fonts doesn't seem to have any effect. At one time it must have looked at my preferences because some of the windows are running with a tiny 5x8 font, but I can't make them bigger now that I have room.
Also, it is ignoring the window positioning and just opening all the terminals in the upper left. It would be nice if I didn't have to drag all my windows into position whenever I wanted to play.
I'm running on ubuntu, the version from the packages, not one I compiled on my own. I've got my x11-settings.prf in ~/.angband/Angband
Code:
# Angband X11 settings TERM_WINS=7 # Term 0 AT_X_0=0 AT_Y_0=0 COLS_0=80 ROWS_0=24 IBOX_0=1 IBOY_0=1 FONT_0=10x20 TILE_WIDTH_0=10 TILE_HEIGHT_0=20 # Term 1 AT_X_1=850 AT_Y_1=0 COLS_1=68 ROWS_1=27 IBOX_1=1 IBOY_1=1 FONT_1=9x15 TILE_WIDTH_1=9 TILE_HEIGHT_1=15
For example, changing fonts doesn't seem to have any effect. At one time it must have looked at my preferences because some of the windows are running with a tiny 5x8 font, but I can't make them bigger now that I have room.
Also, it is ignoring the window positioning and just opening all the terminals in the upper left. It would be nice if I didn't have to drag all my windows into position whenever I wanted to play.
Comment