home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 September / VPR9809A.ISO / images / cdboot.img / INITRD.IMG / initrd.img / etc / kon.cfg < prev    next >
Text File  |  1998-06-14  |  4KB  |  216 lines

  1. ##################################################
  2. #
  3. #         Configuration file for KON
  4. #
  5. ##################################################
  6.  
  7. ##################################################
  8. # REQUIRED ENTRIES
  9. #
  10. # 1) Normal and Startup entries must be present.
  11. # 2) For VGA and VGAFM type displays, Pels entry
  12. #    must be defined *after* Normal entry.
  13. #
  14. ##################################################
  15.  
  16. # Display definition
  17. # Entry named `Normal' is used as default.
  18. J3100SX:J31:J3100
  19.     J3100SX
  20. Stealth:
  21.     VGA
  22.     800 864 1016 1064 600 606 608 632
  23.     2
  24.     99 36
  25. PCI805:
  26.     VGA
  27.     800 864 1016 1064 600 606 608 632
  28.     2
  29.     99 36
  30. VGA11:
  31.     VGAFM
  32.     3777
  33.     640 680 768 800 480 491 493 525
  34.     1
  35.     79 42
  36. VGA12:
  37.     VGAFM
  38.     3BF7
  39.     640 680 768 800 480 491 493 525
  40.     1
  41.     79 39
  42. VGA13:
  43.     VGAFM
  44.     3FF7
  45.     640 680 768 800 480 491 493 525
  46.     1
  47.     79 35
  48. VGA14:
  49.     VGAFM
  50.     7FF7
  51.     640 680 768 800 480 491 493 525
  52.     1
  53.     79 33
  54. VGA:Normal
  55.     VGA
  56.     640 680 768 800 480 491 493 525
  57.     1
  58.     79 29
  59.  
  60. # Pels: Pallette value definition for VGA, VGAFM drivers
  61.  
  62. REVPEL:    # Values for reverse color
  63.     63 63 63
  64.     63 63 21
  65.     63 21 63
  66.     63 21 21
  67.     21 63 63
  68.     21 63 21
  69.     21 21 63
  70.     21 21 21
  71.     42 42 42
  72.     42 21  0
  73.     42  0 42
  74.     42  0  0
  75.      0 42 42
  76.      0 42  0
  77.      0  0 42
  78.      0  0  0
  79.  
  80. STDPEL: # Standard color
  81.      0  0  0
  82.      0  0 42
  83.      0 42  0
  84.      0 42 42
  85.     42  0  0
  86.     42  0 42
  87.     42 21  0
  88.     42 42 42
  89.     21 21 21
  90.     21 21 63
  91.     21 63 21
  92.     21 63 63
  93.     63 21 21
  94.     63 21 63
  95.     63 63 21
  96.     63 63 63
  97.  
  98. HIPEL: Pels # Hi color
  99.      0  0  0
  100.      0  0 52
  101.      0 52  0
  102.      0 52 52
  103.     52  0  0
  104.     52  0 52
  105.     52 31  0
  106.     52 52 52
  107.     31 31 31
  108.     31 31 63
  109.     31 63 31
  110.     31 63 63
  111.     63 31 31
  112.     63 31 63
  113.     63 63 31
  114.     63 63 63
  115.  
  116. # Startup command definition (usually font loading commands are specified)
  117. minix:
  118.     /usr/bin/fld.minix -n /usr/share/fonts/publicfont.ank
  119.     /usr/bin/fld.minix -n /usr/share/fonts/publicfont.k14
  120. fontx:
  121.     /usr/bin/fld.fontx -n /dos/lib/font/new/jpnhn16x.fnt
  122.     /usr/bin/fld.fontx -n /dos/lib/font/new/jpnzn16x.fnt
  123. minix-zcat:
  124.     zcat /usr/share/fonts/publicfont.a.Z | /usr/bin/fld.minix -n
  125.     zcat /usr/share/fonts/publicfont.k.Z | /usr/bin/fld.minix -n
  126. fontx-zcat:
  127.     zcat /dos/lib/font/jpnhn16x.Z | /usr/bin/fld.fontx -n
  128.     zcat /dos/lib/font/jpnzn16x.Z | /usr/bin/fld.fontx -n
  129. minix-gzip:Startup
  130.     /usr/bin/fld -t fontx -n /usr/share/fonts/vga.fnt
  131.     gzip -d < /usr/share/fonts/pubfont.k.gz | /usr/bin/fld -t minix -n
  132. #    gzip -d < /usr/share/fonts/vga.fnt.gz | /usr/bin/fld.fontx -n
  133. #    gzip -d < /usr/share/fonts/pubfont.a.gz | /usr/bin/fld.minix -n
  134. fontx-gzip:
  135.     gzip -d < /dos/lib/font/jpnhn16x.z | /usr/bin/fld.fontx -n
  136.     gzip -d < /dos/lib/font/jpnzn16x.z | /usr/bin/fld.fontx -n
  137.  
  138. #################################
  139. # OPTIONAL SETUP ENTRIES
  140. #################################
  141.  
  142. # Mouse type definition.  Choose one of: Microsoft,
  143. # MouseSystems, BusMouse, MMSeries, Logitech, or None.
  144. Mouse:
  145.     None
  146. # Mouse baud rate
  147. MouseBaud:
  148.     1200
  149. # Mouse device file name
  150. MouseDev:
  151.     /dev/mouse
  152.  
  153. # Use hard scroll
  154. HardScroll:
  155.     Off
  156.  
  157. # Length of beep sound (1/100 sec).
  158. BeepCounter:
  159.     5
  160.  
  161. # Cursor blink interval (1/10 sec).
  162. CursorInterval:
  163.     4
  164.  
  165. # Screen blank time (minutes).
  166. SaveTime:
  167.     0
  168.  
  169. # Use double width cursor on kanji character
  170. KanjiCursor:
  171.     On
  172.  
  173. # Cursor top raster line (0..15)
  174. CursorTop:
  175.     14
  176.  
  177. # Cursor bottom raster line (CursorTop..15)
  178. CursorBottom:
  179.     15
  180.  
  181. # Vga Font Offset
  182. VgaFontOffset:
  183.     0
  184.  
  185. # Save font data in plane 3 (required for Trident TVGA series)
  186. SavePlane3:
  187.     Off
  188.  
  189. Mouse3Buttons:
  190.     On
  191.  
  192. # Coding
  193. # SingleByte DoubleByte 8bitCode
  194. #   ISO8895-[123456789], JISX0201.1976-0
  195. #   BIG5.HKU-0, GB2312.1980-1, JISX0208.1983-0, KSC5601.1987-0
  196. #   EUC, SJIS
  197.  
  198. ja_JP.ujis:Coding
  199.     JISX0201.1976-0 JISX0208.1983-0 EUC
  200.  
  201. ja_JP.sjis:
  202.     JISX0201.1976-0 JISX0208.1983-0 SJIS
  203.  
  204. zh_TW.big5:
  205.     ISO8859-1 BIG5.HKU-0
  206.  
  207. zh_CN.ugb:
  208.     ISO8859-1 GB2312.1980-0
  209.  
  210. ko_KR.euc:
  211.     ISO8859-1 KSC5601.1987-0
  212.                     
  213. # Show `No warranty' message
  214. StartupMessage:
  215.     On
  216.