
---------------------------------------------------------------------

glider 0.3 alpha

The first two numbers after "set_gfx_mode" are the screen resolution
taken by the program.

Likewise the first word after "set_gfx_card" is the actual card setting
taken by the program. This must preceed "set_gfx_mode" to take effect.

Not all of the listed gfx drivers can be used with DOS. Some of them are
for Linux. Some of them can only be used when this program is compiled
with the latest WIP version of the Allegro library. If not available, 
the program defaults to "autodetect".

for the S3 chipset, as of FreeBE/AF version 1.2, vesa2L has faster 
mem-blits than vbeaf

the format for the color palette is (for each color) index, red, 
green, blue and infra-red in this order.

---------------------------------------------------------------------

set_gfx_card
autodetect
vesa2L
safe
vga
modex
vbeaf
svgalib
fbcon
ggi

set_gfx_mode
640 480
400 300
640 400
320 240
1024 768
800 600
512 384
1280 1024
80 80
360 270
320 200
1600 1200
320 480
400 600
400 150
360 400
640 400

set_palette

   0   0  0  0    0

   1   18 19 20   15
   2   29 30 31   23
   3   40 41 42   34
   4   50 51 52   47
   5   61 62 63   60

   6   1  10 16   10 
   7   2  22 31   20
   8   4  30 45   27
   9   8  36 56   35
  10   16 46 63   40

  11   0  47 0    40
  12   16 63 16   60

  13   47 0  0    42
  14   63 16 16   62

  16   14 32 24   25
  17   19 40 30   32
  18   24 48 36   40
  19   29 56 42   45

  20   47 47 0    41
  21   63 63 16   61
  
  22   24 20 8    15
  23   31 24 12   22
  24   47 32 16   37
  25   56 40 24   48
  26   63 47 32   58

  27   0  47 47   38
  28   16 63 63   58

  29   0  32 16   20
  30   16 48 32   35

  31   20 24 63   20
#

