vgadb 28 KB

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