vgadb 27 KB

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