vgadb 27 KB

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