vgadb 27 KB

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