vgadb 27 KB

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