vgadb 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199
  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. 0xC002D="MATROX/Matrox G400"
  381. 0xC002D="MATROX/Matrox G450"
  382. 0xC002D="MATROX/MGA-G200 VGA"
  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
  506. alias=svga
  507. #
  508. # LCD
  509. # Just a convenience, really.
  510. #
  511. lcd
  512. alias=xga
  513. #
  514. # Multisync monitors with video bandwidth up to 65MHz.
  515. #
  516. multisync65
  517. videobw=65
  518. alias=multisync
  519. multisync65=1024x768 # 60Hz, 48.4KHz
  520. include=1024x768@60Hz
  521. #
  522. # Multisync monitors with video bandwidth up to 75MHz.
  523. #
  524. multisync75
  525. videobw=75
  526. alias=multisync
  527. #
  528. # Multisync monitors with video bandwidth up to 110MHz.
  529. #
  530. multisync110
  531. videobw=110
  532. alias=multisync
  533. multisync110=1280x1024
  534. include=1280x1024@60Hz
  535. #
  536. # Multisync monitors with video bandwidth up to 135MHz.
  537. #
  538. multisync135
  539. videobw=135
  540. alias=multisync
  541. #
  542. # Multisync monitors. The entry with alias=multisync supplies the bandwidth,
  543. # which in turn decides the refresh rates when possible.
  544. #
  545. multisync
  546. alias=vga
  547. multisync=1024x768
  548. include=1024x768
  549. multisync=1024x768i
  550. include=1024x768i
  551. multisync=1152x900
  552. include=1152x900@70Hz
  553. multisync=1280x1024
  554. include=1280x1024
  555. multisync=1280x1024i
  556. include=1280x1024i
  557. multisync=1376x1024
  558. include=1376x1024
  559. #
  560. # Dell VS17X
  561. #
  562. vs17x
  563. videobw=86
  564. alias=multisync
  565. vs17x=1024x768 # ??Hz, ??.?KHz
  566. defaultclock=86
  567. shb=1128 ehb=1232 ht=1328
  568. vrs=771 vre=777 vt=806
  569. hsync=- vsync=-
  570. #
  571. # Dell UltraScan 21TE (MODEL No. D2130T-HS)
  572. # Horizontal timing:
  573. # Allowable frequency range: 30-93KHz
  574. # Vertical timing:
  575. # Allowable frequency range: 50-152Hz
  576. dell21te
  577. videobw=135
  578. alias=multisync # this will do for now
  579. #
  580. # Dell 2000FP at 1600x1200 with geforce2 DVI card
  581. #
  582. dell2000fp
  583. videobw=200
  584. alias=multisync
  585. dell2000fp=1600x1200
  586. defaultclock=200
  587. shb=1664 ehb=1864 ht=2136
  588. vrs=1202 vre=1207 vt=1251
  589. #
  590. # Dell 2001FP at 1600x1200 with geforce2 DVI card
  591. #
  592. dell2001fp
  593. videobw=162
  594. alias=multisync
  595. dell2001fp=1600x1200
  596. defaultclock=162
  597. shb=1624 ehb=1976 ht=2160
  598. vrs=1201 vre=1204 vt=1250
  599. #
  600. # EIZO (Nanao) FlexScan 6600 (greyscale)
  601. #
  602. eizo6600
  603. videobw=230
  604. alias=multisync
  605. eizo6600=1600x1200 # 85Hz, 106.25KHz
  606. defaultclock=230
  607. ht=2160 shb=1696 ehb=1888
  608. vt=1250 vrs=1201 vre=1204
  609. #
  610. # Hitachi CM751U
  611. # Horizontal timing:
  612. # Allowable frequency range: 31-100 kHz
  613. # for 31-52, fp>0.1µs, 1.0µs<sync width<3.8µs,
  614. # bp>1.2µs, blank width>3.5µs
  615. # for 52-100, fp>0.1µs, 0.8µs<sync width<2.4µs,
  616. # bp>1.1µs, blank width>2.4µs
  617. # Vertical timing:
  618. # Allowable frequency range: 50-160Hz
  619. # fp>9µs, sync width<100µs, bp>400µs, blank width>450µs
  620. # Video bandwidth:
  621. # 200MHz monitor
  622. #
  623. cm751u
  624. videobw=200
  625. alias=multisync
  626. cm751u=1600x1200 # 75Hz, 93.75 kHz
  627. defaultclock=200
  628. shb=1664 ehb=1864 ht=2136
  629. vrs=1202 vre=1207 vt=1260
  630. #
  631. # Hitachi CM801U
  632. # Horizontal timing:
  633. # Allowable frequency range: 31-96KHz
  634. # Vertical timing:
  635. # Allowable frequency range: 50-160Hz
  636. # Video bandwidth:
  637. # 200MHz monitor
  638. #
  639. cm801u
  640. videobw=200
  641. alias=multisync
  642. cm801u=1600x1200 # 75Hz, 93.3KHz
  643. defaultclock=200
  644. shb=1792 ehb=1896 ht=2032
  645. shs=1680
  646. vrs=1202 vre=1205 vt=1232
  647. cm801u=1376x1024 # ??Hz, ??.?KHz
  648. defaultclock=150
  649. shb=1456 ehb=1616 ht=1864
  650. shs=1424
  651. vrs=1028 vre=1034 vt=1064
  652. #
  653. # IBM Thinkpad T23
  654. #
  655. # We can't seem to set the clock higher than 100MHz here.
  656. # Maybe it's because we don't have clock doubling code in aux/vga,
  657. # maybe it's because the chip won't go that high.
  658. # Using a clock of 75 produces noticeable refresh pulsing on the LCD,
  659. # a clock of 100 seems okay. I'd like to go higher.
  660. # If only we had documentation. -rsc
  661. t23=1400x1050 # 50Hz, ??.?KHz
  662. clock=100
  663. shb=1460 ehb=1644 ht=1820
  664. vrs=1060 vre=1068 vt=1100
  665. t23=1280x1024
  666. include=1280x1024@60Hz
  667. t23=1024x768
  668. noclockset=1
  669. include=1024x768
  670. t23
  671. alias=xga
  672. #
  673. # IDEK 5421
  674. #
  675. mf5421
  676. videobw=135
  677. alias=multisync
  678. mf5421=1376x1024 # 72Hz, 90.4KHz
  679. defaultclock=135
  680. shb=1544 ehb=1616 ht=1792
  681. vrs=1028 vre=1034 vt=1075
  682. #
  683. # IDEK Vision Master 17 (model no. MF-8617)
  684. # Horizontal timing:
  685. # Allowable frequency range: 23.5-86.0KHz
  686. # Vertical timing:
  687. # Allowable frequency range: 50-120Hz
  688. # Video bandwidth:
  689. # 135MHz
  690. #
  691. ms8617
  692. videobw=135
  693. alias=multisync
  694. #
  695. # IDEK Vision Master 21 (model no. MF-8221E)
  696. # Horizontal timing:
  697. # Allowable frequency range: 24.8-94.0KHz
  698. # Vertical timing:
  699. # Allowable frequency range: 50-160Hz
  700. # Video bandwidth:
  701. # 200MHz monitor
  702. #
  703. mf8221e
  704. videobw=200
  705. alias=multisync
  706. mf8221e=1600x1200 # 75Hz, 93.3KHz
  707. defaultclock=200
  708. shb=1664 ehb=2088 ht=2144
  709. shs=1648
  710. vrs=1202 vre=1208 vt=1240
  711. mf8221e=1376x1024 # ??Hz, ??.?KHz
  712. defaultclock=150
  713. shb=1456 ehb=1616 ht=1864
  714. shs=1424
  715. vrs=1028 vre=1034 vt=1064
  716. #
  717. # Iiyama Vision Master 502
  718. # horizontal sync: 27-110kHz, vertical: 50-160Hz
  719. #
  720. pro502
  721. videobw=240
  722. alias=multisync
  723. pro502=1800x1350 # 60Hz, 89.4KHz
  724. defaultclock=220 # 219.5MHz @ 1800x1440
  725. shb=1872 ehb=2128 ht=2248
  726. shs=1824 ehs=1896
  727. vrs=1356 vre=1368 vt=1394
  728. pro502=1600x1200 # 72Hz, 90.0KHz
  729. defaultclock=200 # 195.9MHz
  730. shb=1664 ehb=2088 ht=2144
  731. shs=1648
  732. vrs=1202 vre=1208 vt=1240
  733. pro502=1024x768
  734. clock=79
  735. include=1024x768
  736. #
  737. # Micron 17FGx
  738. # Horizontal timing:
  739. # Allowable frequency range: 30-64KHz
  740. # Vertical timing:
  741. # Allowable frequency range: 50-100Hz
  742. # Video bandwidth:
  743. # 75MHz
  744. #
  745. micron-17FGx
  746. videobw=75
  747. alias=multisync
  748. micron-17FGx=1024x768
  749. defaultclock=75
  750. shb=1072 ehb=1232 ht=1296
  751. shs=1072
  752. vrs=771 vre=777 vt=806
  753. hsync=- vsync=-
  754. #
  755. # Nanao FlexScan 6500 (greyscale)
  756. #
  757. nanao6500
  758. videobw=135
  759. alias=multisync
  760. nanao6500=1376x1024 # ??Hz, ??.?KHz
  761. defaultclock=135
  762. shb=1448 ehb=1616 ht=1760
  763. shs=1536
  764. vrs=1028 vre=1034 vt=1064
  765. #
  766. # NEC 4FG
  767. # Horizontal timing:
  768. # Allowable frequency range: 27-57KHz
  769. # Vertical timing:
  770. # Allowable frequency range: 55-90Hz
  771. # Video bandwidth:
  772. # 75MHz
  773. #
  774. nec4fg
  775. videobw=75
  776. alias=multisync
  777. #
  778. # NEC 5FG
  779. # Horizontal timing:
  780. # Allowable frequency range: 27-79KHz
  781. # Vertical timing:
  782. # Allowable frequency range: 55-90Hz
  783. # Video bandwidth:
  784. # 135MHz monitor
  785. # 75MHz cable
  786. #
  787. nec5fg
  788. videobw=135
  789. alias=multisync
  790. nec5fg=1280x1024
  791. defaultclock=135
  792. shb=1352 ehb=1544 ht=1712
  793. shs=1328
  794. vrs=1028 vre=1034 vt=1075
  795. nec5fg=1024x768 # 70Hz, 57.2KHz
  796. defaultclock=75
  797. shb=1080 ehb=1232 ht=1328
  798. shs=1072
  799. vrs=771 vre=777 vt=806
  800. hsync=- vsync=-
  801. #
  802. # NEC Versa 6030X/6200MX Laptop.
  803. # These use a C&T 65550 and a native panel size of 1024x768.
  804. # The clock isn't actually programmed.
  805. #
  806. versa6xxx=1024x768
  807. clock=63
  808. include=1024x768@60Hz
  809. versa6xxx=800x600
  810. clock=63
  811. include=800x600@60Hz
  812. versa6xxx=640x480
  813. clock=63
  814. include=640x480@60Hz
  815. #
  816. # NEC Versa LX Laptop, 13.3" 1024x768 screen.
  817. #
  818. versalx=1024x768
  819. clock=65
  820. include=1024x768
  821. # smaller modes require programming centering, which i don't have right yet. -rsc
  822. # versalx=800x600
  823. # clock=15
  824. # include=800x600
  825. # versalx=640x480
  826. # clock=15
  827. # shb=832 ehb=1264 ht=1344
  828. # shs=872
  829. # vrs=626 vre=664 vt=806
  830. # hsync=- vsync=-
  831. #
  832. # Nokia Multigraph 445X
  833. # Horizontal timing:
  834. # Allowable frequency range: 30-102KHz
  835. # Blanking time: <= 20% of line period min.
  836. # Back porch time: 0.6->1.0µs
  837. # Vertical timing:
  838. # Allowable frequency range: 50-120Hz
  839. # Sync width time: 0.045ms min. between start of sync
  840. # and start of video
  841. # Video bandwidth:
  842. # 200MHz
  843. #
  844. 445x
  845. videobw=200
  846. alias=multisync
  847. 445x=1280x1024 # 74Hz, 79.6KHz
  848. defaultclock=135
  849. shb=1352 ehb=1544 ht=1712
  850. shs=1392
  851. vrs=1028 vre=1034 vt=1075
  852. 445x=1600x1200 # 72Hz, 90.4KHz
  853. defaultclock=200
  854. shb=1664 ehb=2088 ht=2208
  855. vrs=1202 vre=1208 vt=1256
  856. 445x=640x480 # 72Hz, 38.5KHz
  857. defaultclock=32
  858. shb=664 ehb=760 ht=800
  859. vrs=491 vre=493 vt=525
  860. #
  861. # Panasonic E70i 17" monitor
  862. # from aam396@mail.usask.ca
  863. #
  864. e70i
  865. videobw=135
  866. alias=multisync
  867. e70i=1280x1024
  868. defaultclock=110
  869. shb=1328 ehb=1520 ht=1712
  870. vrs=1025 vre=1028 vt=1054
  871. #
  872. #
  873. # Sampo KDM-1788
  874. # Horizontal timing:
  875. # Allowable frequency range: 30-82KHz
  876. # Vertical timing:
  877. # Allowable frequency range: 50-120Hz
  878. # Video bandwidth:
  879. # 135MHz
  880. #
  881. kdm-1788
  882. videobw=135
  883. alias=multisync
  884. #
  885. # Samsung SyncMaster 17GLsi
  886. # Horizontal timing:
  887. # Allowable frequency range: 30-85KHz
  888. # Vertical timing:
  889. # Allowable frequency range: 50-120Hz
  890. # Video bandwidth:
  891. # 135MHz monitor
  892. #
  893. sm17GLsi
  894. videobw=135
  895. alias=multisync
  896. sm17GLsi=1280x1024 # 74Hz, 79.6KHz
  897. defaultclock=135
  898. shb=1344 ehb=1544 ht=1616
  899. shs=1304
  900. vrs=1028 vre=1034 vt=1064
  901. sm17GLsi=1024x768 # 70Hz, 57.2KHz
  902. defaultclock=75
  903. shb=1080 ehb=1232 ht=1328
  904. shs=1072
  905. vrs=771 vre=777 vt=806
  906. hsync=- vsync=-
  907. # Samsung SyncMaster 753DF
  908. sm753DF=1024x768
  909. defaultclock=94.5
  910. shb=1072 ehb=1168 ht=1376
  911. shs=1072
  912. vrs=769 vre=772 vt=808
  913. hsync=+ vsync=+
  914. #
  915. # Sony CPD-1304
  916. # Horizontal timing:
  917. # Allowable frequency range: 28-50KHz
  918. # Vertical timing:
  919. # Allowable frequency range: 50-87Hz
  920. #
  921. cpd-1304
  922. videobw=65
  923. alias=multisync
  924. #
  925. # Viewsonic 17 (model no. 1782)
  926. # Horizontal timing:
  927. # Allowable frequency range: 30.0-82.0KHz
  928. # Blanking time: 3.0µs min.
  929. # Back porch time: 1.25µs min.
  930. # Front porch time: length of back porch time or less
  931. # Sync width time: 1.2µs min.
  932. # Vertical timing:
  933. # Allowable frequency range: 50.0-90.0Hz
  934. # Blanking time: 0.5ms min.
  935. # Back porch time: 0.5ms min.
  936. # Sync width time: 0.045ms min.
  937. #
  938. vs1782
  939. videobw=135
  940. alias=multisync135
  941. vs1782=1280x1024
  942. defaultclock=135
  943. shb=1360 ehb=1544 ht=1632
  944. shs=1312
  945. vrs=1028 vre=1034 vt=1075
  946. #
  947. # Viewsonic G790
  948. # Hacked from the VS1782 for now
  949. #
  950. g790
  951. videobw=135
  952. alias=multisync
  953. g790=1280x1024
  954. defaultclock=135
  955. shb=1360 ehb=1544 ht=1632
  956. shs=1312 ehs=1542
  957. vrs=1028 vre=1034 vt=1075
  958. #
  959. # Viewsonic P815
  960. #
  961. p815
  962. videobw=220
  963. alias=multisync
  964. p815=1800x1350 # 70Hz, xx.xKHz
  965. defaultclock=220
  966. shb=1872 ehb=2128 ht=2248
  967. shs=1824 ehs=1896
  968. vrs=1356 vre=1368 vt=1394
  969. p815=1792x1350 # 70Hz, xx.xKHz
  970. defaultclock=220
  971. shb=1872 ehb=2128 ht=2248
  972. shs=1824 ehs=1896
  973. vrs=1356 vre=1368 vt=1394
  974. p815=1600x1200 # 75.4Hz, 93.5KHz
  975. defaultclock=200
  976. shb=1664 ehb=2088 ht=2144
  977. shs=1648
  978. vrs=1202 vre=1208 vt=1240
  979. p815=1024x768
  980. clock=79
  981. include=1024x768
  982. #
  983. # SGI 1600SW Flat Panel
  984. # Usually coupled with a #9 Ticket to Ride IV.
  985. #
  986. sgi1600sw=1600x1024
  987. clock=103.125
  988. shb=1608 ehb=1624 ht=1632
  989. vrs=1024 vre=1029 vt=1030
  990. hsync=+ vsync=+
  991. sgi1600sw=800x512
  992. #clock=103.125
  993. clock=54.375
  994. shb=800 ehb=840 ht=848
  995. vrs=512 vre=514 vt=515
  996. zoom=1
  997. hsync=+ vsync=+
  998. #
  999. # SGI 1600SW Flat Panel with Multilink Adapter.
  1000. #
  1001. multilink=1600x1024
  1002. defaultclock=108
  1003. shb=1608 ehb=1624 ht=1712
  1004. shs=1608 ehs=1624
  1005. vrs=1027 vre=1030 vt=1055
  1006. hsync=- vsync=-
  1007. #
  1008. # SGI 1600SW Flat Panel with Multilink Adapter on an Nvidea card using digital DVI
  1009. #
  1010. multilinx=1600x1024
  1011. clock=103.125
  1012. shb=1592 ehb=1624 ht=1672
  1013. shs=1592
  1014. vrs=1024 vre=1029 vt=1029
  1015. hsync=+ vsync=+
  1016. #
  1017. # IBM X20
  1018. #
  1019. x20=1024x768
  1020. clock=100
  1021. shb=1096 ehb=1232 ht=1328
  1022. shs=1072
  1023. vrs=771 vre=777 vt=806
  1024. hsync=- vsync=-
  1025. #
  1026. # Viewsonic VPD150
  1027. # Usually coupled with an ATI Xpert LCD PCI/AGP.
  1028. #
  1029. vpd150=1280x1024
  1030. clock=65.14
  1031. shb=1096 ehb=1232 ht=1344
  1032. shs=1064 ehs=1200
  1033. vrs=770 vre=776 vt=806
  1034. hsync=- vsync=-
  1035. vpd150=1024x768
  1036. clock=65.14
  1037. shb=1096 ehb=1232 ht=1344
  1038. shs=1064 ehs=1200
  1039. vrs=770 vre=776 vt=806
  1040. hsync=- vsync=-
  1041. vpd150=800x600
  1042. clock=65.14
  1043. include=800x600
  1044. vpd150=640x480
  1045. clock=65.14
  1046. include=640x480
  1047. #
  1048. # NEC Multisync LCD1525X
  1049. # Usually coupled with an ATI Xpert LCD PCI/AGP.
  1050. #
  1051. lcd1525x=1024x768
  1052. clock=78.82
  1053. shb=1096 ehb=1232 ht=1344
  1054. shs=1064 ehs=1200
  1055. vrs=770 vre=776 vt=806
  1056. hsync=- vsync=-
  1057. #
  1058. # COMPAQ Armada E500
  1059. # This uses an ATI Rage Mobility and a native panel size of 800x600.
  1060. # The clock value is a guess.
  1061. #
  1062. e500=800x600
  1063. clock=40
  1064. include=800x600
  1065. e500=640x480
  1066. clock=40
  1067. include=640x480
  1068. raptop=1024x768
  1069. clock=65
  1070. include=1024x768
  1071. xga@99=1024x768
  1072. clock=99
  1073. include=1024x768
  1074. xga@101=1024x768
  1075. clock=101
  1076. include=1024x768
  1077. #
  1078. # Viglen VL700
  1079. #
  1080. vl700=1280x1024
  1081. defaultclock=110
  1082. shb=1328 ehb=1520 ht=1712
  1083. vrs=1025 vre=1028 vt=1054
  1084. #
  1085. # IIYAMA Vision Master Pro 450
  1086. #
  1087. a901ht
  1088. videobw=300
  1089. alias=multisync
  1090. a901ht=1920x1440
  1091. defaultclock=297
  1092. shb=2064 ehb=2288 ht=2640
  1093. shs=2030
  1094. vrs=1441 vre=1444 vt=1500
  1095. hsync=- vsync=-
  1096. a901ht=1800x1350 # 60Hz, 89.4KHz
  1097. defaultclock=220# 219.5MHz @ 1800x1440
  1098. shb=1872 ehb=2128 ht=2248
  1099. shs=1824 ehs=1896
  1100. vrs=1356 vre=1368 vt=1394
  1101. a901ht=1600x1200 # 72Hz, 90.0KHz
  1102. defaultclock=200# 195.9MHz
  1103. shb=1664 ehb=2088 ht=2144
  1104. shs=1648
  1105. vrs=1202 vre=1208 vt=1240
  1106. a901ht=1024x768
  1107. clock=79
  1108. include=1024x768
  1109. #
  1110. # Planar PT1704A flat panel.
  1111. #
  1112. planar=1280x1024
  1113. defaultclock=135
  1114. shb=1376 ehb=1544 ht=1712
  1115. shs=1392
  1116. vrs=1072 vre=1073 vt=1075
  1117. #
  1118. # Samsung 213T
  1119. #
  1120. 213t=1600x1200
  1121. defaultclock=162
  1122. shb=1664 ehb=1856 ht=2160
  1123. vrs=1201 vre=1204 vt=1250
  1124. hsync=+ vsync=+
  1125. #
  1126. # QVGA 320x240 Quarter Video Graphics Array
  1127. # VGA 640x480 Video Graphics Array
  1128. # SVGA 800x600 Super Video Graphics Array
  1129. # XGA 1024x768 eXtended Graphics Array
  1130. # SXGA 1280x1024 Super eXtended Graphics Array
  1131. # SXGA+ 1400x1050
  1132. # UXGA 1600x1200 Ultra eXtended Graphics Array
  1133. # QXGA 2048x1536 Quad XGA
  1134. # QSXGA 2560x2048 Quad SXGA
  1135. # QUXGA 3200x2400 Quad UXGA
  1136. # QUXGA-W 3840x2400 Wide-QUXGA
  1137. #