dT8 8Tb dT 8 8 Tb dT 8 8 Tb <PROJECT><PROJECT> dT 8 8 Tb dT 8 8 Tb
Proper AA-lib based programs should accept the standard set of command line options. They also should print summary when -help is passed.
Some programs, however, may not give aa-lib chance to read their command line options. Then the environment variable AAOPTS may be used instead. You may also want to set that variable to customize default values.
The otpions may be used to tune various aspects of AA-lib.
Choosing output driver |
---|
These default settings are usually OK for DOS and OS/2 based systems.
On UNIX based systems, the most commonly used drivers are slang and curses. These do have numerous disadvantages, such as:
On Linux console you may want to use the Linux drivers. There is an output driver that use /dev/vcsa files and is very fast, able to fetch the font and does contain multihead support. To enable it you need write access to the /dev/vcsa file, that is sadly not available by default on most Linux distributions. You have options to eighter run the program as root, give it sticky bit (both are security holes of course), or hack the login program to modify the owner in similar way as it does for /dev/tty.
There is also corresponding keyboard driver, that is able to use raw keyboard support and thus detect releases of keys and mouse driver that support interface of gpm mouse server.
If there is need to stay with curses or slang driver, you may consider specifying -font or -inverse attributes to make output more match your setting. Refer to AA-lib manual for details. Also -nodim and -nobold can be used if your terminal renders these in weird way or to speed up the output.
On Windowed systems you also may want to specify the -width and -height parameters to specify default window size.
Choose details. |
---|
Specify proper bright/contrast/gamma etc. |
---|
On some setup it may be needed to change value of dimmul/boldmul. These specify the difference in brightness between dim, normal and bold characters.
The default parameters are set to fit my monitor (15" goldstar) With contrast set to maximum and bright set to make black black This values depends at quality of your monitor (and setting of controls Default settings should be OK for most PC monitors. But ideal monitor Needs dimmul=1.71 boldmul=1.43. For example monitor used by SGI is very close to this values. Also old 14" vga monitors needs higher values. After setting all these values, image looks like:
The HTML and text versions of image can be created using AA-lib's save driver via aview image browser (using 's' key). |
Attributes and futher improvements |
---|