vgadb 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380
  1. # VGA database.
  2. #
  3. # ctlr:
  4. # These entries are used to identify a particular controller.
  5. # 'numeric offset'="string" identifies the controller by searching
  6. # the BIOS for "string" at 'offset'. There may be multiple identifier
  7. # attributes per ctlr.
  8. # Strings can be found in the BIOS ROM by using the DOS 'debug'
  9. # command and typing 'd c000:0' to obtain a dump of the first part of
  10. # the ROM. Note that some machines (e.g. AT&T/NCR laptops) have the
  11. # ROM mapped at 0xE0000, not 0xC0000.
  12. # The "clock", "ctlr", "link" and "ramdac" entries give a chain in order
  13. # of functions to be called for this controller for initialisation, etc.
  14. # The "clock", "ctlr", "link" and "ramdac" values can all take an extension
  15. # following a '-'. This can be used as a speed-grade or subtype; matching
  16. # is done without the extension.
  17. #
  18. ctlr
  19. vid=0x8086 did=0x7121 # Intel 82810
  20. vid=0x8086 did=0x7123 # Intel 82810-DC100
  21. vid=0x8086 did=0x7125 # Intel 82810E
  22. vid=0x8086 did=0x1132 # Intel 82815 chipset, fully featured, internal graphics
  23. vid=0x8086 did=0x1112 # Intel 82815 chipset, internal graphics only
  24. vid=0x8086 did=0x1102 # Intel 82815 chipset, internal graphics (100MHz dram limit)
  25. vid=0x8086 did=0x3577 # Intel 830M chipset (IBM R31 notebook))
  26. link=vga
  27. ctlr=i81x linear=1
  28. hwgc=i81xhwgc
  29. ctlr
  30. 0xC006F="8C801" # STB PowerGraph X-24
  31. link=vga
  32. ramdac=att20c491-100
  33. hwgc=s3hwgc
  34. link=s3clock clock=icd2061a
  35. ctlr=s3801 link=ibm8514
  36. ctlr
  37. 0xC004F="86C805" # Orchid Fahrenheit 1280
  38. 0XC004F="86C801" # Quadtel S3 86C801/805
  39. link=vga
  40. hwgc=s3hwgc
  41. ramdac=sc15025-80
  42. link=s3clock clock=ch9294-g
  43. ctlr=s3805 link=ibm8514
  44. ctlr
  45. 0xC0067="#9GXE" # #9GXE Level-1[12]
  46. 0xC0045="Stealth 64 Vers. 1.05"
  47. link=vga
  48. ramdac=bt485-135
  49. hwgc=bt485hwgc
  50. ctlr=s3928 linear=1
  51. link=ibm8514
  52. clock=icd2061a link=s3clock
  53. ctlr
  54. 0xC0064="#9GXE" # #9GXE Level-16
  55. link=vga
  56. hwgc=tvp3020hwgc
  57. ctlr=s3928 linear=1
  58. link=ibm8514
  59. ramdac=tvp3020-200
  60. clock=icd2061a link=s3clock
  61. ctlr
  62. 0xC0094="#9-864" # #9GXE64
  63. 0xC012C="V864 PCI" # GIS Globalyst 550
  64. link=vga
  65. hwgc=s3hwgc
  66. ctlr=vision864 linear=1
  67. link=ibm8514
  68. ramdac=att21c498-135
  69. clock=icd2061a link=s3clock
  70. ctlr
  71. 0xC0094="#9-964 BIOS Version 1.03.03" # #9GXE64pro
  72. 0xC0094="#9-964 BIOS Version 1.03.11h" # #9GXE64pro
  73. 0xC0094="#9-964 BIOS Version 2.01.02h" # #9GXE64pro
  74. link=vga
  75. ramdac=tvp3025-170
  76. hwgc=tvp3020hwgc
  77. ctlr=vision964 link=ibm8514
  78. link=s3clock clock=tvp3025clock
  79. ctlr
  80. 0xC00F6="#9 T2R4 SB BIOS" # #9 Revolution IV
  81. vid=0x105D did=0x5348 # #9 Revolution IV
  82. ctlr=t2r4 linear=1
  83. ramdac=rgb524mn-250 rgb524mnrefclk=37500000
  84. hwgc=t2r4hwgc
  85. ctlr
  86. 0xC0045="Stealth 64 Video VRAM Vers. 1.0"
  87. 0xC0045="Stealth 64 Video VRAM Vers. 2.0"
  88. link=vga
  89. ramdac=tvp3026-175
  90. ctlr=vision968 link=ibm8514 linear=1 vclkphs=1
  91. link=s3clock clock=tvp3026clock
  92. hwgc=tvp3026hwgc
  93. ctlr
  94. 0xC004C="S3 Vision968 IBM RGB524 DAC" # STB Velocity 64 Video
  95. link=vga
  96. ramdac=rgb524-220
  97. ctlr=vision968 linear=1 disa1sc=1
  98. link=ibm8514
  99. hwgc=rgb524hwgc
  100. ctlr
  101. 0xC006B="9FX Motion 771" # #9FX Motion 771
  102. 0xC0045="Stealth 64 Video VRAM Vers. 3.0" # Stealth 64 Video 3000
  103. link=vga
  104. ramdac=rgb524-220 rgb524refclk=16000000
  105. ctlr=vision968 linear=1
  106. link=ibm8514
  107. hwgc=rgb524hwgc
  108. ctlr
  109. 0xC0045="Stealth 64 DRAM Vers. 2.01"
  110. 0xC0045="Stealth 64 DRAM Vers. 2.02"
  111. 0xC0045="Stealth 64 DRAM Vers. 2.09"
  112. 0xC0045="Stealth 64 DRAM Vers. 1.14"
  113. 0xC0045="Stealth SE DRAM Vers. 1.01"
  114. 0xC0044="Phoenix S3 TRIO32 Enhanced VGA BIOS. Version 1.3-08-12-57MHz"
  115. 0xC0044="Phoenix S3 TRIO64 Enhanced VGA BIOS. Version 1.3-08"
  116. 0xC0044="Phoenix S3 TRIO64 Enhanced VGA BIOS. Version 1.00-06"
  117. 0xC0044="Phoenix S3 TRIO64 Enhanced VGA BIOS. Version 1.2-07"
  118. 0xC0044="Phoenix S3 TRIO64 Enhanced VGA BIOS. Version 1.5-07"
  119. 0xC0044="Phoenix S3 TRIO64 Enhanced VGA BIOS. PCI Version 1.1" # ishwar@pali.cps.umich.edu
  120. 0xC0000-0xC0100="S3 86C775/86C785 Video BIOS." # marcello.magnifico@rccr.cremona.it
  121. 0xC0044="Phoenix S3 TRIO64V+ Enhanced VGA BIOS. Version 1."
  122. 0xC0044="S3 86C325 Video BIOS. Version 1.00-05"
  123. 0xC0044="S3 TRIO64V+ 40MHz V1.01-01"
  124. 0xC0094="#9-764 BIOS Version 1.02.00u"
  125. 0xC0094="#9-764 BIOS Version 1.02.01u"
  126. 0xC0044="S3 86C765 Video BIOS"
  127. 0xC0044="Stealth64 Video 2001"
  128. 0xC993F="S3 86C765 Video BIOS. Version 1.03-08"
  129. 0xC0044="Phoenix S3 TRIO32 Enhanced VGA BIOS. Version 1.3-08"
  130. link=vga
  131. hwgc=s3hwgc
  132. ctlr=trio64 linear=1
  133. link=ibm8514
  134. ctlr
  135. vid=0x5333 did=0x5631 # ViRGE
  136. vid=0x5333 did=0x8A01 # ViRGE DX/GX
  137. vid=0x5333 did=0x8A10 # ViRGE GX/2
  138. # vid=0x5333 did=0x8A20 # Savage 3D, not supported
  139. # vid=0x5333 did=0x8A21 # Savage 3DMV, not supported
  140. vid=0x5333 did=0x8A22 # Savage 4
  141. vid=0x5333 did=0x8A25 # ProSavage PN133
  142. vid=0x5333 did=0x8A26 # ProSavage KN133
  143. vid=0x5333 did=0x883D # ViRGE VX
  144. vid=0x5333 did=0x8C01 # ViRGE MX
  145. vid=0x5333 did=0x8C03 # ViRGE MXP
  146. vid=0x5333 did=0x8C10 # Savage MX/MV
  147. # vid=0x5333 did=0x8C11 # Savage MX, not supported
  148. vid=0x5333 did=0x8C12 # Savage IX/MV
  149. # vid=0x5333 did=0x8C13 # Savage IX, not supported
  150. vid=0x5333 did=0x8C2E # SuperSavage IXC/16 (Thinkpad T23)
  151. vid=0x5333 did=0x8D04 # ProSavage8 in P4M266 chipset
  152. # vid=0x5333 did=0x9102 # Savage 2000, not supported
  153. vid=0x5333 did=0x8811 # ViRGE ???
  154. 0xC0048="Stealth 3D 2000 Vers. 1.03"
  155. 0xC0043="Stealth 3D 2000 Vers. 1.04"
  156. 0xC0048="Stealth 3D 2000 Vers. 2.03"
  157. 0xC0047="Stealth 3D 2000 Pro Vers. 3.04"
  158. 0xC0043="Stealth 3D 3000 Vers. 1.01"
  159. 0xC0043="Stealth 3D 3000 Vers. 1.02"
  160. 0xC0043="Stealth 3D 3000 Vers. 2.01"
  161. 0xC0043="Stealth 3D 3000 Vers. 2.02"
  162. 0xC004B="Stealth III S540" # Savage4-based
  163. 0xC004B="S3 86C395/396/397 Video BIOS."
  164. 0xC0044="STB Velocity 3D BIOS. Version 1.10" # STB Velocity 3D
  165. 0xC00D8="#9-325 BIOS Version 2.18.08" # #9FX Reality 332
  166. 0xC001A="PNTNIBM VGA Compatible BIOS" # Hercules Terminator
  167. 0xCBCBC="TOSHIBA Savage\MX BIOS Ver. 4.00.20 - 21" # Portégé 3440CT
  168. 0xC0044="S3 86CM65 Video BIOS" # Compaq Presario 3060 (Aurora64V+)
  169. 0xC0045="S3 Savage\IX BIOS Ver. 4.02.50 - 39" # IBM Thinkpad T21
  170. 0xC907F="Trio64" # Microsoft Virtual PC 2004
  171. 0xC000E="VIDEO B" # Connectix Virtual PC
  172. link=vga
  173. hwgc=s3hwgc
  174. ctlr=virge linear=1
  175. # These use some weird virge/gx2 that has a 202MHz clock instead of a 170MHz.
  176. ctlr
  177. 0xC00DF="#9-357 BIOS Version 4.10.05" # #9FX Reality 334
  178. link=vga
  179. hwgc=s3hwgc
  180. ctlr=virge-202 linear=1
  181. # This card, in addition to having a weird gx2 clock, has slow memory.
  182. ctlr
  183. 0xC0044="STB Powergraph 64 3D BIOS. Version 1.50"
  184. link=vga
  185. hwgc=s3hwgc
  186. ctlr=virge-202 linear=1
  187. ctlr # CL-GD542x
  188. 0xC0039="CL-GD540" # Cirrus Logic BIOS
  189. 0xC0039="CL-GD5422"
  190. 0xC0039="CL-GD542X VGA BIOS" # NCR 3230
  191. 0xE0039="CL-GD540x/542x VGA BIOS" # NCR 3230
  192. 0xC0039="CL-GD543x"
  193. 0xC0039="CL-GD5440"
  194. 0xC0039="CL-GD5480" # Intel L440GX+
  195. 0xC003B="SpeedStar PRO" # Diamond SpeedStar Pro
  196. 0xC0038="SpeedStar 64" # Diamond SpeedStar 64
  197. 0xC00F4="KELVIN 64" # Orchid Kelvin 64
  198. 0xC0039="CL-GD7543" # notebook
  199. link=vga
  200. ctlr=clgd542x
  201. hwgc=clgd542xhwgc
  202. ctlr
  203. 0xC0039="CL-GD5436/46 PCI VGA BIOS Version"
  204. 0xC0039="CL-GD5446 PCI VGA BIOS Version"
  205. vid=0x1013 did=0x00b8 # CL-GD5446, at least in QEMU
  206. link=vga
  207. ctlr=clgd542x linear=1
  208. hwgc=clgd542xhwgc
  209. ctlr
  210. vid=0x1013 did=0x00D0 # CL-GD5462
  211. vid=0x1013 did=0x00D4 # CL-GD5464
  212. vid=0x1013 did=0x00D6 # CL=GD5465
  213. 0xC0039="CL-GD546x Laguna PCI VGA BIOS Version 1.71D" # ZT5550 SBC
  214. 0xC0039="CL-GD546x Laguna PCI VGA BIOS Version 1.61a" # HP Kayak
  215. link=vga
  216. ctlr=clgd546x linear=1
  217. hwgc=clgd546xhwgc
  218. ctlr
  219. vid=0x1002 did=0x4354 # CT
  220. vid=0x1002 did=0x4742 # GB
  221. vid=0x1002 did=0x474D # GM
  222. vid=0x1002 did=0x4750 # GP
  223. vid=0x1002 did=0x4752 # GR
  224. vid=0x1002 did=0x4756 # GV
  225. vid=0x1002 did=0x475A # GZ
  226. vid=0x1002 did=0x4C42 # LB
  227. vid=0x1002 did=0x4C49 # LI
  228. vid=0x1002 did=0x4C4D # LM
  229. vid=0x1002 did=0x4C50 # LP
  230. vid=0x1002 did=0x5654 # VT
  231. vid=0x1002 did=0x5656 # VV
  232. vid=0x1002 did=0x4755 # 3D Rage II+
  233. 0xC00DC="MACH64CTPCIU" # ATI Graphics Xpression
  234. 0xC00E7="MACH64GPPCIM" # ATI xpert@work
  235. 0xC00E7="MACH64GBPCIM" # ATI xpert@work
  236. 0xC00E7="MACH64GZPCIM" # Rage IIC AGP
  237. 0xC00E7="MACH64GVPCIM" # Rage IIC PCI
  238. 0xC00E6="MACH64GBPCIM" # ATI xpert@work
  239. 0xC00E0="MACH64GBPCIMTSGU" # MS-6131 NLX mb
  240. 0xC00E1="MACH64GBPCIMTSGU" # MS-6131 NLX mb
  241. 0xC00CA="MACH64GBPCIMTSGU" # Dell Optiplex GX1
  242. 0xC00ED="MACH64GDPCIMTSGU" # Dell OptiPlex GXa
  243. 0xC00EB="MACH64GPPCIMTSGU" # ATI Xpert 98
  244. 0xC00F7="MACH64LIPCIMTSDU" # Xpert LCD PCI
  245. 0xC00F7="MACH64LBPCIMTSGU" # Xpert LCD AGP
  246. 0xC00F8="MACH64LIPCIMTSDU" # Xpert LCD PCI
  247. 0xC00F6="MACH64LMPC" # COMPAQ Armada E500
  248. 0xC00E1="MACH64GTPCIUYMU" # ATI Rage II PCI
  249. 0xC0000-0xC0200="MACH64CT" # generic entries
  250. 0xC0000-0xC0200="MACH64GB"
  251. 0xC0000-0xC0200="MACH64GM"
  252. 0xC0000-0xC0200="MACH64GP"
  253. 0xC0000-0xC0200="MACH64GV"
  254. 0xC0000-0xC0200="MACH64GZ"
  255. 0xC0000-0xC0200="MACH64LB"
  256. 0xC0000-0xC0200="MACH64LI"
  257. 0xC0000-0xC0200="MACH64LM"
  258. 0xC0000-0xC0200="MACH64LP"
  259. 0xC0000-0xC0200="MACH64VT"
  260. 0xC0000-0xC0200="MACH64VV"
  261. link=vga
  262. ctlr=mach64xx linear=1
  263. hwgc=mach64xxhwgc
  264. membw=530
  265. ctlr
  266. 0xC0083="Hercules Stingray 64(tm)" # Stingray 64/Video
  267. link=vga
  268. clock=ch9294-g
  269. ramdac=w30c516-135
  270. ctlr=ark2000pv linear=1
  271. hwgc=ark2000pvhwgc
  272. ctlr
  273. 0xC0083="Stealth64 Graphics 2001"
  274. link=vga
  275. ramdac=ics534x-135
  276. ctlr=ark2000pv linear=1
  277. hwgc=ark2000pvhwgc
  278. ctlr
  279. 0xE0090="Chips 65540" # Globalyst 250
  280. 0xC008D="Chips 65540" # Midwest Micro Elite
  281. 0xE0090="TOSHIBA Video BIOS V1.40"
  282. link=vga
  283. ctlr=ct65540 linear=1
  284. hwgc=ct65545hwgc
  285. ctlr
  286. 0xC7345="TVGA BIOS Z6.1I (0.02)" # IBM Thinkpad 760ED (U9A)
  287. 0xC7367="TVGA BIOS Z6.1I (0.05) " # IBM Thinkpad 560E
  288. 0xC7800-0xC7B00="TVGA BIOS WEN 6.1" # NEC Versa SX
  289. 0xC0078="Trident CYBER 8620" # Acer TravelMate 350
  290. 0xC0093="Trident TGUI96xx"
  291. 0xC0044="GL A6.00E"
  292. 0xC68A5="TVGA BIOS LS 6.0 (08)" # Sharp Actius A250, Cyber 9525/DVD
  293. 0xC7E5F="TVGA BIOS 1.14" # iTuner
  294. link=vga
  295. ctlr=cyber938x linear=1
  296. hwgc=cyber938xhwgc
  297. ctlr
  298. vid=0x102C did=0x00C0 # 69000 HiQVideo
  299. vid=0x102C did=0x00E0 # 65550 HiQVideo
  300. vid=0x102C did=0x00E4 # 65554 HiQVideo
  301. vid=0x102C did=0x00E5 # 65555 HiQVideo
  302. 0xC0090="CHIPS 65550 PCI & VL Accelerated VGA BIOS" # NEC Versa 6030X/6200MX
  303. 0xC0090="CHIPS 6X554 PCI Accelerated VGA BIOS" # Digital HiNote Ultra 2000
  304. 0xC0090="CHIPS 69000 PCI Accelerated VGA BIOS" # Rackmount
  305. 0xC0090="TOSHIBA Video BIOS V1.80" # 4025CDT
  306. link=vga
  307. ctlr=hiqvideo linear=1
  308. hwgc=hiqvideohwgc
  309. ctlr
  310. vid=0x102B did=0x0519 # MGA 2064
  311. vid=0x102B did=0x051B # MGA 2164
  312. vid=0x102B did=0x051F # MGA 2164 AGP
  313. 0xC002D="MATROX/MILLENNIUM VGA/VBE BIOS (V1.9 )" # Millennium
  314. 0xC002D="MATROX/MILLENNIUM VGA/VBE BIOS (V3.0 )" # Millennium
  315. 0xC002D="MATROX/MILLENNIUM VGA/VBE BIOS (V2.2 )" # Millennium
  316. 0xC002D="MATROX/MILLENNIUM VGA/VBE BIOS (V2.5 )" # Millennium
  317. 0xC002D="MATROX/MISTRAL VGA/VBE BIOS (V1." # Millennium II
  318. link=vga
  319. ctlr=mga2164w linear=1
  320. hwgc=mga2164whwgc
  321. ctlr
  322. # vid=0x10C8 did=0x0001 # MagicGraph 128, not supported
  323. # vid=0x10C8 did=0x0002 # MagicGraph 128 V, not supported
  324. vid=0x10C8 did=0x0003 # MagicGraph 128 ZV, presotto orking on it
  325. # vid=0x10C8 did=0x0083 # MagicGraph 128 ZV+, not supported
  326. vid=0x10C8 did=0x0004 # MagicGraph 128 XD
  327. vid=0x10C8 did=0x0005 # MagicMedia 256 AV
  328. vid=0x10C8 did=0x0006 # MagicMedia 256 ZX
  329. 0xC0048="MagicGraph 128XD" # IBM Thinkpad 560X
  330. 0xC0048="MagicMedia 256AV" # IBM Thinkpad 600E
  331. 0xC0048="MagicGraph 256 AV" # IBM Thinkpad 570, 600E
  332. 0xC0048="MagicMedia 256ZX" # IBM Thinkpad 600X
  333. 0xC0048="MagicMedia 128 V/ZV" # Micron Transport VLX
  334. ctlr=neomagic linear=1
  335. hwgc=neomagichwgc
  336. ctlr
  337. 0xC0189="Hercules ISA Bus Dynamite(tm) BIOS. Ver. 8.00N-A2b(04/29/94)"
  338. link=vga
  339. clock=ics2494-304
  340. ramdac=att20c491-90 # really MUSIC MU9C4910
  341. ctlr=et4000-w32i
  342. hwgc=et4000hwgc
  343. ctlr
  344. 0xC0189="Hercules PCI Bus Dynamite(tm) BIOS. Ver. 8.00N-B1a(03/30/94)"
  345. link=vga
  346. clock=ics2494-324
  347. ramdac=stg1702-135
  348. ctlr=et4000-w32p
  349. hwgc=et4000hwgc
  350. ctlr
  351. 0xC0189="Hercules PCI Bus Dynamite(tm) BIOS. Ver. 8.00N-D2g(11/28/94)"
  352. 0xC01AD="Ver. 8.00N-D2h(05/31/95)"
  353. 0xC0076="Tseng Laboratories, Inc. 06/28/94 V1.0CN"# Cardex Challenger
  354. link=vga
  355. ramdac=ics534x-135
  356. ctlr=et4000-w32p
  357. hwgc=et4000hwgc
  358. ctlr
  359. vid=0x121A did=0x0003 # Banshee
  360. vid=0x121A did=0x0005 # Avenger (a.k.a. Voodoo3)
  361. 0xC0056="Voodoo3 1000 16MB BIOS" # Voodoo3 1000
  362. 0xC0056="Voodoo3 2000 BIOS" # Voodoo3 2000
  363. 0xC0056="Voodoo3 3000 BIOS" # Voodoo3 3000
  364. 0xC0056="Voodoo3 3000 LC BIOS" # Voodoo3 3000
  365. link=vga
  366. ctlr=3dfx linear=1
  367. hwgc=3dfxhwgc
  368. ctlr
  369. vid=0x10DE did=* # NVidia cards all talk the same
  370. link=vga
  371. ctlr=nvidia linear=1
  372. hwgc=nvidiahwgc
  373. ctlr
  374. vid=0x15AD did=0x0710 # VMware 1
  375. vid=0x15AD did=0x0405 # VMware 2
  376. link=vga
  377. ctlr=vmware linear=1
  378. hwgc=vmwarehwgc
  379. ctlr
  380. vid=0x102B did=0x0521 # Matrox G200
  381. vid=0x102B did=0x0525 # Matrox G450
  382. vid=0x102B did=0x2527 # Matrox G550
  383. link=vga
  384. ctlr=mga4xx linear=1
  385. hwgc=mga4xxhwgc
  386. #
  387. # mode:
  388. # These entries specify a monitor operating mode.
  389. # Attributes are:
  390. # clock the dot clock in MHz
  391. # shb start horizontal blanking
  392. # ehb end horizontal blanking
  393. # ht horizontal total
  394. # vrs vertical refresh start
  395. # vre vertical refresh end
  396. # vt vertical total
  397. # hsync horizontal sync polarity
  398. # vsync vertical sync polarity
  399. # interlace interlace
  400. # The shb, ehb, ht, vrs, vre and vt attributes specify the horizontal and
  401. # vertical timing. The x (hde, horizontal display end), y (vde, vertical
  402. # display end) and z (depth) values are derived from the value of the main
  403. # attribute (e.g. 640x480x8 -> x=640, y=480, z=8).
  404. #
  405. # The clock value 25.175 is known internally as the baseline VGA clock rate.
  406. #
  407. # The defaults for hsync, vsync and interlace are 0. Both hsync and vsync
  408. # must be non-zero if either is to take effect, - and + are valid choices.
  409. #
  410. # An attribute 'include=val' means continue using another entry. In this
  411. # case any non-zero attributes already set will not be overwritten by the
  412. # jumped-to mode. The x, y and z values are fixed by the first mode.
  413. #
  414. # An attribute 'alias=val' means continue using another monitor type. It can
  415. # be used to chain classes together. (bad explanation, i know).
  416. #
  417. include=640x480 # 60Hz, 31.5KHz
  418. clock=25.175
  419. shb=664 ehb=760 ht=800
  420. vrs=491 vre=493 vt=525
  421. include=640x480@72Hz # 72Hz, 38.5KHz
  422. clock=32
  423. shb=664 ehb=704 ht=832
  424. vrs=489 vre=492 vt=520
  425. include=800x600 # 60Hz, 37.9KHz
  426. defaultclock=40
  427. shb=840 ehb=1000 ht=1056
  428. vrs=605 vre=607 vt=633
  429. include=1024x768i # 87Hz, 35.5KHz
  430. defaultclock=44.9
  431. shb=1048 ehb=1208 ht=1264
  432. vrs=776 vre=784 vt=817
  433. interlace=v
  434. include=1024x768@60Hz # 60Hz, 48.4KHz
  435. defaultclock=65
  436. shb=1032 ehb=1176 ht=1344
  437. shs=1056
  438. vrs=771 vre=777 vt=806
  439. hsync=- vsync=-
  440. include=1024x768 # 70Hz, 57.2KHz
  441. defaultclock=75
  442. shb=1096 ehb=1232 ht=1344
  443. shs=1072
  444. vrs=771 vre=777 vt=806
  445. hsync=- vsync=-
  446. include=1280x768@60Hz # 60Hz (VAIO pcg tr1mp vmware)
  447. defaultclock=80.1
  448. shb=1280 ehb=1344 ht=1480
  449. vrs=768 vre=769 vt=772
  450. hsync=- vsync=-
  451. include=1280x1024i # 87Hz, 48KHz
  452. defaultclock=80
  453. shb=1312 ehb=1528 ht=1576
  454. vrs=1028 vre=1034 vt=1105
  455. interlace=v
  456. include=1280x1024@60Hz # 60Hz, 63.9KHz
  457. defaultclock=110
  458. shb=1312 ehb=1496 ht=1720 # All from xvidtune
  459. vrs=1025 vre=1028 vt=1074
  460. include=1280x1024 # 74Hz, 79.6KHz
  461. defaultclock=135
  462. shb=1376 ehb=1544 ht=1712
  463. shs=1392
  464. vrs=1028 vre=1034 vt=1075
  465. include=1376x1024 # 70Hz, 75.3KHz
  466. defaultclock=135
  467. shb=1440 ehb=1616 ht=1792
  468. vrs=1032 vre=1040 vt=1075
  469. include=1152x900@70Hz # 72Hz, 67.9KHz
  470. clock=100
  471. shb=1184 ehb=1376 ht=1472
  472. vrs=900 vre=902 vt=940
  473. #hsync=- vsync=-
  474. include=1152x768 #Apple titanium 550 (virtualpc)
  475. defaultclock=75
  476. shb=1096 ehb=1232 ht=1344
  477. shs=1072
  478. vrs=771 vre=777 vt=806
  479. hsync=- vsync=-
  480. #
  481. # VGA.
  482. #
  483. vga=640x480 # 60Hz, 31.5KHz
  484. include=640x480
  485. vga=800x600 # 60Hz, 37.9KHz
  486. include=800x600
  487. #
  488. # SVGA (Laptop).
  489. #
  490. svga=640x480
  491. include=640x480
  492. svga=800x600
  493. include=800x600
  494. cinema=1280x768 # VAIO (pcg tr1mp in vmware).
  495. include=1280x768@60Hz
  496. cinema=1152x768 # Titanium 550 (in virtual pc)
  497. include=1152x768
  498. cinema
  499. alias=multisync
  500. #
  501. # XGA (Laptop).
  502. #
  503. xga=1024x768
  504. include=1024x768
  505. xga=1280x1024
  506. include=1280x1024
  507. xga
  508. alias=svga
  509. #
  510. # LCD
  511. # Just a convenience, really.
  512. #
  513. lcd
  514. alias=xga
  515. #
  516. # Multisync monitors with video bandwidth up to 65MHz.
  517. #
  518. multisync65
  519. videobw=65
  520. alias=multisync
  521. multisync65=1024x768 # 60Hz, 48.4KHz
  522. include=1024x768@60Hz
  523. #
  524. # Multisync monitors with video bandwidth up to 75MHz.
  525. #
  526. multisync75
  527. videobw=75
  528. alias=multisync
  529. #
  530. # Multisync monitors with video bandwidth up to 110MHz.
  531. #
  532. multisync110
  533. videobw=110
  534. alias=multisync
  535. multisync110=1280x1024
  536. include=1280x1024@60Hz
  537. #
  538. # Multisync monitors with video bandwidth up to 135MHz.
  539. #
  540. multisync135
  541. videobw=135
  542. alias=multisync
  543. #
  544. # Multisync monitors. The entry with alias=multisync supplies the bandwidth,
  545. # which in turn decides the refresh rates when possible.
  546. #
  547. multisync
  548. alias=vga
  549. multisync=1024x768
  550. include=1024x768
  551. multisync=1024x768i
  552. include=1024x768i
  553. multisync=1152x900
  554. include=1152x900@70Hz
  555. multisync=1280x1024
  556. include=1280x1024
  557. multisync=1280x1024i
  558. include=1280x1024i
  559. multisync=1376x1024
  560. include=1376x1024
  561. #
  562. # Dell VS17X
  563. #
  564. vs17x
  565. videobw=86
  566. alias=multisync
  567. vs17x=1024x768 # ??Hz, ??.?KHz
  568. defaultclock=86
  569. shb=1128 ehb=1232 ht=1328
  570. vrs=771 vre=777 vt=806
  571. hsync=- vsync=-
  572. #
  573. # Dell UltraScan 21TE (MODEL No. D2130T-HS)
  574. # Horizontal timing:
  575. # Allowable frequency range: 30-93KHz
  576. # Vertical timing:
  577. # Allowable frequency range: 50-152Hz
  578. dell21te
  579. videobw=135
  580. alias=multisync # this will do for now
  581. #
  582. # Dell 2000FP at 1600x1200 with geforce2 DVI card
  583. #
  584. dell2000fp
  585. videobw=200
  586. alias=multisync
  587. dell2000fp=1600x1200
  588. defaultclock=200
  589. shb=1664 ehb=1864 ht=2136
  590. vrs=1202 vre=1207 vt=1251
  591. #
  592. # Dell 2001FP at 1600x1200 with geforce2 DVI card
  593. #
  594. dell2001fp
  595. videobw=162
  596. alias=multisync
  597. dell2001fp=1600x1200
  598. defaultclock=162
  599. shb=1624 ehb=1976 ht=2160
  600. vrs=1201 vre=1204 vt=1250
  601. #
  602. # EIZO (Nanao) FlexScan 6600 (greyscale)
  603. #
  604. eizo6600
  605. videobw=230
  606. alias=multisync
  607. eizo6600=1600x1200 # 85Hz, 106.25KHz
  608. defaultclock=230
  609. ht=2160 shb=1696 ehb=1888
  610. vt=1250 vrs=1201 vre=1204
  611. #
  612. # Hitachi CM751U
  613. # Horizontal timing:
  614. # Allowable frequency range: 31-100 kHz
  615. # for 31-52, fp>0.1µs, 1.0µs<sync width<3.8µs,
  616. # bp>1.2µs, blank width>3.5µs
  617. # for 52-100, fp>0.1µs, 0.8µs<sync width<2.4µs,
  618. # bp>1.1µs, blank width>2.4µs
  619. # Vertical timing:
  620. # Allowable frequency range: 50-160Hz
  621. # fp>9µs, sync width<100µs, bp>400µs, blank width>450µs
  622. # Video bandwidth:
  623. # 200MHz monitor
  624. #
  625. cm751u
  626. videobw=200
  627. alias=multisync
  628. cm751u=1600x1200 # 75Hz, 93.75 kHz
  629. defaultclock=200
  630. shb=1664 ehb=1864 ht=2136
  631. vrs=1202 vre=1207 vt=1260
  632. #
  633. # Hitachi CM801U
  634. # Horizontal timing:
  635. # Allowable frequency range: 31-96KHz
  636. # Vertical timing:
  637. # Allowable frequency range: 50-160Hz
  638. # Video bandwidth:
  639. # 200MHz monitor
  640. #
  641. cm801u
  642. videobw=200
  643. alias=multisync
  644. cm801u=1600x1200 # 75Hz, 93.3KHz
  645. defaultclock=200
  646. shb=1792 ehb=1896 ht=2032
  647. shs=1680
  648. vrs=1202 vre=1205 vt=1232
  649. cm801u=1376x1024 # ??Hz, ??.?KHz
  650. defaultclock=150
  651. shb=1456 ehb=1616 ht=1864
  652. shs=1424
  653. vrs=1028 vre=1034 vt=1064
  654. #
  655. # IBM Thinkpad T23
  656. #
  657. # We can't seem to set the clock higher than 100MHz here.
  658. # Maybe it's because we don't have clock doubling code in aux/vga,
  659. # maybe it's because the chip won't go that high.
  660. # Using a clock of 75 produces noticeable refresh pulsing on the LCD,
  661. # a clock of 100 seems okay. I'd like to go higher.
  662. # If only we had documentation. -rsc
  663. t23=1400x1050 # 50Hz, ??.?KHz
  664. clock=100
  665. shb=1460 ehb=1644 ht=1820
  666. vrs=1060 vre=1068 vt=1100
  667. t23=1280x1024
  668. include=1280x1024@60Hz
  669. t23=1024x768
  670. noclockset=1
  671. include=1024x768
  672. t23
  673. alias=xga
  674. #
  675. # IDEK 5421
  676. #
  677. mf5421
  678. videobw=135
  679. alias=multisync
  680. mf5421=1376x1024 # 72Hz, 90.4KHz
  681. defaultclock=135
  682. shb=1544 ehb=1616 ht=1792
  683. vrs=1028 vre=1034 vt=1075
  684. #
  685. # IDEK Vision Master 17 (model no. MF-8617)
  686. # Horizontal timing:
  687. # Allowable frequency range: 23.5-86.0KHz
  688. # Vertical timing:
  689. # Allowable frequency range: 50-120Hz
  690. # Video bandwidth:
  691. # 135MHz
  692. #
  693. ms8617
  694. videobw=135
  695. alias=multisync
  696. #
  697. # IDEK Vision Master 21 (model no. MF-8221E)
  698. # Horizontal timing:
  699. # Allowable frequency range: 24.8-94.0KHz
  700. # Vertical timing:
  701. # Allowable frequency range: 50-160Hz
  702. # Video bandwidth:
  703. # 200MHz monitor
  704. #
  705. mf8221e
  706. videobw=200
  707. alias=multisync
  708. mf8221e=1600x1200 # 75Hz, 93.3KHz
  709. defaultclock=200
  710. shb=1664 ehb=2088 ht=2144
  711. shs=1648
  712. vrs=1202 vre=1208 vt=1240
  713. mf8221e=1376x1024 # ??Hz, ??.?KHz
  714. defaultclock=150
  715. shb=1456 ehb=1616 ht=1864
  716. shs=1424
  717. vrs=1028 vre=1034 vt=1064
  718. #
  719. # Iiyama Vision Master 502
  720. # horizontal sync: 27-110kHz, vertical: 50-160Hz
  721. #
  722. pro502
  723. videobw=240
  724. alias=multisync
  725. pro502=1800x1350 # 60Hz, 89.4KHz
  726. defaultclock=220 # 219.5MHz @ 1800x1440
  727. shb=1872 ehb=2128 ht=2248
  728. shs=1824 ehs=1896
  729. vrs=1356 vre=1368 vt=1394
  730. pro502=1600x1200 # 72Hz, 90.0KHz
  731. defaultclock=200 # 195.9MHz
  732. shb=1664 ehb=2088 ht=2144
  733. shs=1648
  734. vrs=1202 vre=1208 vt=1240
  735. pro502=1024x768
  736. clock=79
  737. include=1024x768
  738. #
  739. # Iiyama Vision Master 400
  740. # horizontal sync: 27-96kHz, vertical: 50-160Hz
  741. #
  742. pro400
  743. videobw=160
  744. alias=multisync
  745. pro400=1600x1200 # 76Hz, 90.0KHz
  746. defaultclock=160 # 146MHz
  747. shb=1664 ehb=2088 ht=2144
  748. shs=1648
  749. vrs=1202 vre=1208 vt=1240
  750. pro400=1280x1024
  751. defaultclock=135 # 90hz, 103Khz
  752. shb=1352 ehb=1544 ht=1712 #
  753. shs=1328
  754. vrs=1028 vre=1034 vt=1075
  755. pro400=1024x768
  756. #
  757. # Micron 17FGx
  758. # Horizontal timing:
  759. # Allowable frequency range: 30-64KHz
  760. # Vertical timing:
  761. # Allowable frequency range: 50-100Hz
  762. # Video bandwidth:
  763. # 75MHz
  764. #
  765. micron-17FGx
  766. videobw=75
  767. alias=multisync
  768. micron-17FGx=1024x768
  769. defaultclock=75
  770. shb=1072 ehb=1232 ht=1296
  771. shs=1072
  772. vrs=771 vre=777 vt=806
  773. hsync=- vsync=-
  774. #
  775. # Nanao FlexScan 6500 (greyscale)
  776. #
  777. nanao6500
  778. videobw=135
  779. alias=multisync
  780. nanao6500=1376x1024 # ??Hz, ??.?KHz
  781. defaultclock=135
  782. shb=1448 ehb=1616 ht=1760
  783. shs=1536
  784. vrs=1028 vre=1034 vt=1064
  785. #
  786. # NEC 4FG
  787. # Horizontal timing:
  788. # Allowable frequency range: 27-57KHz
  789. # Vertical timing:
  790. # Allowable frequency range: 55-90Hz
  791. # Video bandwidth:
  792. # 75MHz
  793. #
  794. nec4fg
  795. videobw=75
  796. alias=multisync
  797. #
  798. # NEC 5FG
  799. # Horizontal timing:
  800. # Allowable frequency range: 27-79KHz
  801. # Vertical timing:
  802. # Allowable frequency range: 55-90Hz
  803. # Video bandwidth:
  804. # 135MHz monitor
  805. # 75MHz cable
  806. #
  807. nec5fg
  808. videobw=135
  809. alias=multisync
  810. nec5fg=1280x1024
  811. defaultclock=135
  812. shb=1352 ehb=1544 ht=1712
  813. shs=1328
  814. vrs=1028 vre=1034 vt=1075
  815. nec5fg=1024x768 # 70Hz, 57.2KHz
  816. defaultclock=75
  817. shb=1080 ehb=1232 ht=1328
  818. shs=1072
  819. vrs=771 vre=777 vt=806
  820. hsync=- vsync=-
  821. #
  822. # NEC Versa 6030X/6200MX Laptop.
  823. # These use a C&T 65550 and a native panel size of 1024x768.
  824. # The clock isn't actually programmed.
  825. #
  826. versa6xxx=1024x768
  827. clock=63
  828. include=1024x768@60Hz
  829. versa6xxx=800x600
  830. clock=63
  831. include=800x600@60Hz
  832. versa6xxx=640x480
  833. clock=63
  834. include=640x480@60Hz
  835. #
  836. # NEC Versa LX Laptop, 13.3" 1024x768 screen.
  837. #
  838. versalx=1024x768
  839. clock=65
  840. include=1024x768
  841. # smaller modes require programming centering, which i don't have right yet. -rsc
  842. # versalx=800x600
  843. # clock=15
  844. # include=800x600
  845. # versalx=640x480
  846. # clock=15
  847. # shb=832 ehb=1264 ht=1344
  848. # shs=872
  849. # vrs=626 vre=664 vt=806
  850. # hsync=- vsync=-
  851. #
  852. # Nokia Multigraph 445X
  853. # Horizontal timing:
  854. # Allowable frequency range: 30-102KHz
  855. # Blanking time: <= 20% of line period min.
  856. # Back porch time: 0.6->1.0µs
  857. # Vertical timing:
  858. # Allowable frequency range: 50-120Hz
  859. # Sync width time: 0.045ms min. between start of sync
  860. # and start of video
  861. # Video bandwidth:
  862. # 200MHz
  863. #
  864. 445x
  865. videobw=200
  866. alias=multisync
  867. 445x=1280x1024 # 74Hz, 79.6KHz
  868. defaultclock=135
  869. shb=1352 ehb=1544 ht=1712
  870. shs=1392
  871. vrs=1028 vre=1034 vt=1075
  872. 445x=1600x1200 # 72Hz, 90.4KHz
  873. defaultclock=200
  874. shb=1664 ehb=2088 ht=2208
  875. vrs=1202 vre=1208 vt=1256
  876. 445x=640x480 # 72Hz, 38.5KHz
  877. defaultclock=32
  878. shb=664 ehb=760 ht=800
  879. vrs=491 vre=493 vt=525
  880. #
  881. # Panasonic E70i 17" monitor
  882. # from aam396@mail.usask.ca
  883. #
  884. e70i
  885. videobw=135
  886. alias=multisync
  887. e70i=1280x1024
  888. defaultclock=110
  889. shb=1328 ehb=1520 ht=1712
  890. vrs=1025 vre=1028 vt=1054
  891. #
  892. #
  893. # Sampo KDM-1788
  894. # Horizontal timing:
  895. # Allowable frequency range: 30-82KHz
  896. # Vertical timing:
  897. # Allowable frequency range: 50-120Hz
  898. # Video bandwidth:
  899. # 135MHz
  900. #
  901. kdm-1788
  902. videobw=135
  903. alias=multisync
  904. #
  905. # Samsung SyncMaster 17GLsi
  906. # Horizontal timing:
  907. # Allowable frequency range: 30-85KHz
  908. # Vertical timing:
  909. # Allowable frequency range: 50-120Hz
  910. # Video bandwidth:
  911. # 135MHz monitor
  912. #
  913. sm17GLsi
  914. videobw=135
  915. alias=multisync
  916. sm17GLsi=1280x1024 # 74Hz, 79.6KHz
  917. defaultclock=135
  918. shb=1344 ehb=1544 ht=1616
  919. shs=1304
  920. vrs=1028 vre=1034 vt=1064
  921. sm17GLsi=1024x768 # 70Hz, 57.2KHz
  922. defaultclock=75
  923. shb=1080 ehb=1232 ht=1328
  924. shs=1072
  925. vrs=771 vre=777 vt=806
  926. hsync=- vsync=-
  927. # Samsung SyncMaster 240T
  928. sm240t=1920x1200
  929. clock=193.15
  930. shb=2048 ehb=2256 ht=2592
  931. vrs=1201 vre=1204 vt=1242
  932. # Samsung SyncMaster 753DF
  933. sm753DF=1024x768
  934. defaultclock=94.5
  935. shb=1072 ehb=1168 ht=1376
  936. shs=1072
  937. vrs=769 vre=772 vt=808
  938. hsync=+ vsync=+
  939. # Samsung SyncMaster 793v
  940. sm793v=1280x1024
  941. videobw=110
  942. defaultclock=108.00
  943. shb=1328 ehb=1440 ht=1688
  944. vrs=1025 vre=1028 vt=1066
  945. # Samsung SyncMaster 931BW
  946. sm931bw=1440x900
  947. videobw=130
  948. defaultclock=60
  949. shb=1520 ehb=1672 ht=1904
  950. shs=1520
  951. vrs=903 vre=909 vt=934
  952. hsync=- vsync=+
  953. #
  954. # Sony CPD-1304
  955. # Horizontal timing:
  956. # Allowable frequency range: 28-50KHz
  957. # Vertical timing:
  958. # Allowable frequency range: 50-87Hz
  959. #
  960. cpd-1304
  961. videobw=65
  962. alias=multisync
  963. #
  964. # Sony CPD-4410 CRT
  965. #
  966. cpd-4410=1600x1200
  967. defaultclock=161.00
  968. shb=1664 ehb=1856 ht=2160
  969. vrs=1201 vre=1204 vt=1250
  970. #
  971. # Viewsonic 17 (model no. 1782)
  972. # Horizontal timing:
  973. # Allowable frequency range: 30.0-82.0KHz
  974. # Blanking time: 3.0µs min.
  975. # Back porch time: 1.25µs min.
  976. # Front porch time: length of back porch time or less
  977. # Sync width time: 1.2µs min.
  978. # Vertical timing:
  979. # Allowable frequency range: 50.0-90.0Hz
  980. # Blanking time: 0.5ms min.
  981. # Back porch time: 0.5ms min.
  982. # Sync width time: 0.045ms min.
  983. #
  984. vs1782
  985. videobw=135
  986. alias=multisync135
  987. vs1782=1280x1024
  988. defaultclock=135
  989. shb=1360 ehb=1544 ht=1632
  990. shs=1312
  991. vrs=1028 vre=1034 vt=1075
  992. #
  993. # Viewsonic G790
  994. # Hacked from the VS1782 for now
  995. #
  996. g790
  997. videobw=135
  998. alias=multisync
  999. g790=1280x1024
  1000. defaultclock=135
  1001. shb=1360 ehb=1544 ht=1632
  1002. shs=1312 ehs=1542
  1003. vrs=1028 vre=1034 vt=1075
  1004. #
  1005. # Viewsonic P815
  1006. #
  1007. p815
  1008. videobw=220
  1009. alias=multisync
  1010. p815=1800x1350 # 70Hz, xx.xKHz
  1011. defaultclock=220
  1012. shb=1872 ehb=2128 ht=2248
  1013. shs=1824 ehs=1896
  1014. vrs=1356 vre=1368 vt=1394
  1015. p815=1792x1350 # 70Hz, xx.xKHz
  1016. defaultclock=220
  1017. shb=1872 ehb=2128 ht=2248
  1018. shs=1824 ehs=1896
  1019. vrs=1356 vre=1368 vt=1394
  1020. p815=1600x1200 # 75.4Hz, 93.5KHz
  1021. defaultclock=200
  1022. shb=1664 ehb=2088 ht=2144
  1023. shs=1648
  1024. vrs=1202 vre=1208 vt=1240
  1025. p815=1024x768
  1026. clock=79
  1027. include=1024x768
  1028. #
  1029. # SGI 1600SW Flat Panel
  1030. # Usually coupled with a #9 Ticket to Ride IV.
  1031. #
  1032. sgi1600sw=1600x1024
  1033. clock=103.125
  1034. shb=1608 ehb=1624 ht=1632
  1035. vrs=1024 vre=1029 vt=1030
  1036. hsync=+ vsync=+
  1037. sgi1600sw=800x512
  1038. #clock=103.125
  1039. clock=54.375
  1040. shb=800 ehb=840 ht=848
  1041. vrs=512 vre=514 vt=515
  1042. zoom=1
  1043. hsync=+ vsync=+
  1044. #
  1045. # SGI 1600SW Flat Panel with Multilink Adapter.
  1046. #
  1047. multilink=1600x1024
  1048. defaultclock=108
  1049. shb=1608 ehb=1624 ht=1712
  1050. shs=1608 ehs=1624
  1051. vrs=1027 vre=1030 vt=1055
  1052. hsync=- vsync=-
  1053. #
  1054. # SGI 1600SW Flat Panel with Multilink Adapter on an Nvidea card using digital DVI
  1055. #
  1056. multilinx=1600x1024
  1057. clock=103.125
  1058. shb=1592 ehb=1624 ht=1672
  1059. shs=1592
  1060. vrs=1024 vre=1029 vt=1029
  1061. hsync=+ vsync=+
  1062. #
  1063. # IBM X20
  1064. #
  1065. x20=1024x768
  1066. clock=100
  1067. shb=1096 ehb=1232 ht=1328
  1068. shs=1072
  1069. vrs=771 vre=777 vt=806
  1070. hsync=- vsync=-
  1071. #
  1072. # Viewsonic VPD150
  1073. # Usually coupled with an ATI Xpert LCD PCI/AGP.
  1074. #
  1075. vpd150=1280x1024
  1076. clock=65.14
  1077. shb=1096 ehb=1232 ht=1344
  1078. shs=1064 ehs=1200
  1079. vrs=770 vre=776 vt=806
  1080. hsync=- vsync=-
  1081. vpd150=1024x768
  1082. clock=65.14
  1083. shb=1096 ehb=1232 ht=1344
  1084. shs=1064 ehs=1200
  1085. vrs=770 vre=776 vt=806
  1086. hsync=- vsync=-
  1087. vpd150=800x600
  1088. clock=65.14
  1089. include=800x600
  1090. vpd150=640x480
  1091. clock=65.14
  1092. include=640x480
  1093. #
  1094. # NEC Multisync LCD1525X
  1095. # Usually coupled with an ATI Xpert LCD PCI/AGP.
  1096. #
  1097. lcd1525x=1024x768
  1098. clock=78.82
  1099. shb=1096 ehb=1232 ht=1344
  1100. shs=1064 ehs=1200
  1101. vrs=770 vre=776 vt=806
  1102. hsync=- vsync=-
  1103. #
  1104. # COMPAQ Armada E500
  1105. # This uses an ATI Rage Mobility and a native panel size of 800x600.
  1106. # The clock value is a guess.
  1107. #
  1108. e500=800x600
  1109. clock=40
  1110. include=800x600
  1111. e500=640x480
  1112. clock=40
  1113. include=640x480
  1114. raptop=1024x768
  1115. clock=65
  1116. include=1024x768
  1117. xga@99=1024x768
  1118. clock=99
  1119. include=1024x768
  1120. xga@101=1024x768
  1121. clock=101
  1122. include=1024x768
  1123. #
  1124. # Viglen VL700
  1125. #
  1126. vl700=1280x1024
  1127. defaultclock=110
  1128. shb=1328 ehb=1520 ht=1712
  1129. vrs=1025 vre=1028 vt=1054
  1130. #
  1131. # IIYAMA Vision Master Pro 450
  1132. #
  1133. a901ht
  1134. videobw=300
  1135. alias=multisync
  1136. a901ht=1920x1440
  1137. defaultclock=297
  1138. shb=2064 ehb=2288 ht=2640
  1139. shs=2030
  1140. vrs=1441 vre=1444 vt=1500
  1141. hsync=- vsync=-
  1142. a901ht=1800x1350 # 60Hz, 89.4KHz
  1143. defaultclock=220# 219.5MHz @ 1800x1440
  1144. shb=1872 ehb=2128 ht=2248
  1145. shs=1824 ehs=1896
  1146. vrs=1356 vre=1368 vt=1394
  1147. a901ht=1600x1200 # 72Hz, 90.0KHz
  1148. defaultclock=200# 195.9MHz
  1149. shb=1664 ehb=2088 ht=2144
  1150. shs=1648
  1151. vrs=1202 vre=1208 vt=1240
  1152. a901ht=1024x768
  1153. clock=79
  1154. include=1024x768
  1155. #
  1156. # Planar PT1704A flat panel.
  1157. #
  1158. planar=1280x1024
  1159. defaultclock=135
  1160. shb=1376 ehb=1544 ht=1712
  1161. shs=1392
  1162. vrs=1072 vre=1073 vt=1075
  1163. #
  1164. # Samsung 213T and 214T flat panels
  1165. #
  1166. 213t=1600x1200
  1167. defaultclock=162
  1168. shb=1664 ehb=1856 ht=2160
  1169. vrs=1201 vre=1204 vt=1250
  1170. hsync=+ vsync=+
  1171. #
  1172. # Dell 2405FPW LCD
  1173. #
  1174. 2405fpw=640x480 # 60Hz
  1175. clock=25.175
  1176. shb=648 ehb=792 ht=800
  1177. vrs=490 vre=492 vt=525
  1178. hsync=- vsync=-
  1179. 2405fpw=640x480 # 75Hz
  1180. clock=31.5
  1181. shb=640 ehb=840 ht=840
  1182. vrs=481 vre=484 vt=500
  1183. hsync=- vsync=-
  1184. 2405fpw=800x600 # 60Hz
  1185. clock=40
  1186. shb=800 ehb=1056 ht=1056
  1187. vrs=601 vre=605 vt=628
  1188. hsync=+ vsync=+
  1189. 2405fpw=800x600 # 75Hz
  1190. clock=49.5
  1191. shb=800 ehb=1056 ht=1056
  1192. vrs=601 vre=604 vt=625
  1193. hsync=+ vsync=+
  1194. 2405fpw=1024x768 # 60Hz
  1195. clock=65
  1196. shb=1024 ehb=1344 ht=1344
  1197. vrs=771 vre=777 vt=806
  1198. hsync=- vsync=-
  1199. 2405fpw=1024x768 # 75Hz
  1200. clock=78.75
  1201. shb=1024 ehb=1312 ht=1312
  1202. vrs=769 vre=772 vt=800
  1203. hsync=+ vsync=+
  1204. 2405fpw=1280x1024 # 75Hz
  1205. clock=135
  1206. shb=1280 ehb=1688 ht=1688
  1207. vrs=1025 vre=1028 vt=1066
  1208. hsync=+ vsync=+
  1209. 2405fpw=1920x1200 # 60Hz
  1210. clock=154
  1211. shb=1968 ehb=2000 ht=2080
  1212. vrs=1203 vre=1209 vt=1235
  1213. hsync=+ vsync=-
  1214. #
  1215. # Viewsonic VP201(b) at 1600x1200
  1216. #
  1217. vp201
  1218. videobw=200
  1219. alias=multisync
  1220. vp201=1600x1200
  1221. defaultclock=162
  1222. shb=1664 ehb=1856 ht=2160
  1223. vrs=1201 vre=1204 vt=1250
  1224. hsync=+ vsync=+
  1225. #
  1226. # HP A1097C fixed sync (Hitachi)
  1227. #
  1228. a1097c=1280x1024 # 78.125 kHz / 72.005 Hz, a bit flat since the tube is 4:3
  1229. clock=135
  1230. shb=1344 ehb=1536 ht=1728
  1231. vrs=1027 vre=1030 vt=1085
  1232. a1097c=1360x1024 # 78.125 kHz / 72.005 Hz, 4:3 resolution
  1233. clock=143.4375 # tube is rated at 135MHz, so beware.
  1234. shb=1428 ehb=1632 ht=1836
  1235. vrs=1027 vre=1030 vt=1085
  1236. #
  1237. # Dell 176FP LCD monitor
  1238. #
  1239. 176fp=1024x768 # 60Hz
  1240. clock=65
  1241. shb=1024 ehb=1344 ht=1344
  1242. vrs=771 vre=777 vt=806
  1243. hsync=- vsync=-
  1244. 176fp=1280x1024 # 60 Hz
  1245. clock=108
  1246. shb=1280 ehb=1688 ht=1688
  1247. vrs=1025 vre=1028 vt=1066
  1248. hsync=+ vsync=+
  1249. #
  1250. # Dell E198WFP LCD monitor (1440x900 native)
  1251. #
  1252. e198wfp
  1253. videobw=140
  1254. e198wfp=1024x768 # 70Hz
  1255. clock=75
  1256. shb=1024 ehb=1328 ht=1328
  1257. vrs=771 vre=777 vt=806
  1258. hsync=- vsync=-
  1259. e198wfp=1440x900 # 60 Hz
  1260. clock=106.5
  1261. shb=1520 ehb=1672 ht=1904
  1262. vrs=903 vre=909 vt=934
  1263. hsync=- vsync=+
  1264. #
  1265. # HannsG JC199D LCD monitor (1280x1024 native)
  1266. #
  1267. jc199d
  1268. videobw=140
  1269. jc199d=800x600 # 60 Hz
  1270. defaultclock=40
  1271. shb=800 ehb=1056 ht=1056
  1272. vrs=601 vre=605 vt=628
  1273. hsync=+ vsync=+
  1274. jc199d=1024x768 # 60 Hz
  1275. defaultclock=65
  1276. shb=1024 ehb=1344 ht=1344
  1277. vrs=771 vre=777 vt=806
  1278. hsync=- vsync=-
  1279. jc199d=1280x1024 # 60 Hz
  1280. defaultclock=108
  1281. shb=1328 ehb=1440 ht=1688
  1282. vrs=1025 vre=1028 vt=1066
  1283. hsync=+ vsync=+
  1284. #
  1285. # QVGA 320x240 Quarter Video Graphics Array
  1286. # VGA 640x480 Video Graphics Array
  1287. # SVGA 800x600 Super Video Graphics Array
  1288. # XGA 1024x768 eXtended Graphics Array
  1289. # SXGA 1280x1024 Super eXtended Graphics Array
  1290. # SXGA+ 1400x1050
  1291. # UXGA 1600x1200 Ultra eXtended Graphics Array
  1292. # WSXGA+ 1680x1050 Wide SXGA+
  1293. # WUXGA 1920x1200 Wide UXGA
  1294. # QXGA 2048x1536 Quad XGA
  1295. # QSXGA 2560x2048 Quad SXGA
  1296. # QUXGA 3200x2400 Quad UXGA
  1297. # QUXGA-W 3840x2400 Wide-QUXGA
  1298. #