|
|
| About site: Programming/Drivers - VGAdoc |
Return to Computers also Computers |
| About site: http://home.worldonline.dk/finth/ |
Title: Programming/Drivers - VGAdoc Programming information for every RAMDAC, EGA, VGA, SVGA, and VESA video card made up to 1995. |
|
|
|
|
Operation_SafetyNet The Ohio Internet Crimes Against Children Task Force provides information to help protect families from the dangers of Internet child sexual exploitation.
| CompuCounselor,_LLC Offering technology and office automation solutions to law firms and other small businesses throughout Southern California, including computer networking, hardware and software counseling, training an
| NIC__net Provides registration and free searches for available domains.
| Visual_Numerics The leading provider of visualization, mathematics, analysis and network software solutions including PV-WAVE, JWAVE, IMSL and JNL.
| Maths_Worksheet_Wizard [Win Mac] Volumes 1 and 2 are aids to quick and easy worksheet production. 12 worksheet types in each volume.
| Dijitanix_Services DijitalCrypt is a simple encryption and decryption application. It can be used to encrypt and decrypt plain text or any other file.
|
|
| Alexa statistic for http://home.worldonline.dk/finth/ |
Please visit: http://home.worldonline.dk/finth/
|
| Related sites for http://home.worldonline.dk/finth/ |
| AgentNews_Webletter Newsletter on workshops, and software. | | 2000_-_Adapting_Particle_Swarm_Optimization_to_Dynamic_Environments In this paper the authors propose a method for adapting the particle swarm optimizer for dynamic environments. The process consists of causing each particle to reset its record of its best position | | NetGain_Internet_Services Web, logo, and CD-ROM development. Based in Lexington, Kentucky, United States. | | Capital_Network_Solutions Hardware and software procurement, network design, integration, project support, cabling, installation, training and repair. | | DixxPli Manufacturer of DVD and CD-R duplication equipment and CD printers. | | RFC_3304 Middlebox Communications (midcom) Protocol Requirements. R. P. Swale, P. A. Mart, P. Sijben, et al. August 2002. | | GoldLimit Hickwall Software Debug tools | | CrossFlow IBM Zurich, Switzerland - Looks at an architecture for cross-organizational workflow support through contracts. Contains project details and publications. [project completed] | | CNET_Download_com The site is one of the largest and most trusted sources of freeware, shareware, and other software downloads. | | RFC_1317 Definitions of Managed Objects for RS-232-Like Hardware Devices. B. Stewart. April 1992. | | Nethouse_Internet_Cafes A chain of Internet Cafes with 10 branches in Ireland offering fast Internet access, plus training and web design. Includes news, services, franchise and gaming. | | Sydney__NET_Users_Group User group sponsored by company Superior Software for Windows. Meeting schedule, articles, downloads. | | DChaos Portfolio of sites, design information, as well as online publications and information on the cardiological implications of deterministic chaos. | | Zantaz_com Offers secure, Internet-based services that archive and retrieve business critical transactions and communications while meeting business and legal requirements. | | Distributed_Chess Project attempts to create chess-playing neural networks via a genetic algorithm. Screensaver for Win95, Win98. | | Southeast_Informix_Users_Group SEIUG is an Atlanta, Georgia, based Informix users group for the Southeast US. | | Digital_Ink The advantages of electronic ink over plain paper. [Wired] (May 1, 1997) | | SVG_Open Annual developers conference on SVG for interactive web applications, mobile technologies, GIS, and design. Information for delegates, sponsorship details, and venue information. Also archived sites f | | Nvu WYSIWYG HTML editor with site manangement features derived from Mozilla Composer. | | Maple_Graphix Web design, graphic design, photography, and hosting. |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.12 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
VGADOC & WHATVGA HomepageLast Revised 3/Aug/2000You are user # to access this page since 2/Dec/1998Note: These pages are also located at http://www.datashopper.dk/~finth/ (at least until the end of '99)ContentsWhat's VGADOC and WHATVGA ? Notes on VGADOC4bDrivers (No I don't have them but here are a few pointers)WANTED Documentation and hardware WANTEDNew BETA New BETA of WHATVGA v2.40 (feb/99)PCI Vendor IDsPCI IDs (>400Kbytes)DDC Monitor IDsAdapters chipsets Which chipset is on what card ?Latest versionWhat's VGADOC and WHATVGA ?VGADOCVGADOC is a collection of programming information for various (S)VGA and other video adapters.Currently consists of over 1200Kb text in 55 files describing chipsets (8514/A, Acer, Ahead, Alliance,Appian, ARK Logic, Avance Logic, ATI, CGA, Chips & Technologies, Cirrus Logic, Compaq, EGA, Everex,Genoa, Hercules, Hualon, IIT, #9 Imagine 128, Matrox, Mediavision, MXIC, NCR, Oak, Paradise, PCjr,Primus, Realtek, S3, Sierra, SiS, Trident, Tseng, UMC, Weitek, Video7, XGA, Yamaha plus Clock chips,RamDACs and some framegrabbers), software interfaces (VGA BIOS, VESA VBE, AI) and others (PCI bus,connectors, vendor lists, adapters and monitors)WHATVGAWHATVGA is the test program distributed with VGADOC. Currently covers more than 40 chip families,over 200 chip versions and more than 700 video modes.WHATVGA attempts to detect the type of video adapter(s) installed, the amount of video memory, and thetype of RamDAC and clock chip (if any).For each chipset the known video modes are listed and can be tested. Tests include drawing in videomemory, scrolling the image, BitBLT, Linedraw, Hardware Cursor and DAC specific tests. Of course notall chipsets supports all tests, in fact a few only supports detection.Notes on VGADOC4bThis is the stuff that should have been in VGADOC4b :-)All line numbers refer to the unmodified source files from VGADOC4b.Compiling WHATVGA. The primary source file is WHATVGA.PAS.For Turbo Pascal 5.5 and 7.0 use: TPC -b WHATVGA, for Borland Pascal 7.0 use: BPC -b -$Y- WHATVGA.From the IDE select WHATVGA as the primary file (Compile - Primary) and then Build the project (Compile - Build).For Borland Pascal 7.0 you may have to disable Local Symbols (Options - Compiler - y (off)).WHATVGA can not be compiled from the TP 5.5 IDE due to the 64K file limit in the editor.Chip identification. The chip identification samples in the .txt files were not updated in all cases. You may want to compare with the actual rutines in IDVGA.PAS.Register and Mode Analysis. Due to a last minute "fix" the mode analysis option always works on theregisters for a 80x50 text mode (typically mode 3 changed to 50 lines).To solve it remove line 1356 in SUPERVGA.PAS (the "if setmode(3,false) then;" line in the SetTextMode procedure).Tseng BitBLT & line draw. Early Tseng ET4000/W32i and p models need "repeat until (mem[cv.Xseg:$7F36] and 2)=0" inserted after lines 1279, 1585 and 1842 of BITBLT.PAS (I.e. at the start of the Tseng sections of the FILLRECT, COPYRECT and LINE rutines) to ensure that the blitter is idle before we start the next operation. BitBLT should use a 4x1 pattern for the W32p and a 4x2 pattern for the W32 and W32i (4x1 won't work on these) to fix the "dotted line" problem. There are some changes to the linedraw rutine, see the betaGenoa 6400. Line 905 of SUPERVGA.PAS (the "setinx(SEQ,8,$40); {Ext Addressing}" line in the SetMode procedure) should be removed as it is not needed and causes problems with some modes. Also lines 1234-1236 of IDVGA.PAS (the "if (rgs.crtcregs.x[$2F] and 1)>0 then ilace:=true; if (rgs.crtcregs.x[$2F] and 2)>0 then wordadr:=16; if (rgs.seqregs.x[4] and 8)>0 then pixwid:=4;" lines in the CalcRegisters procedure) should be changed to: if (rgs.crtcregs.x[$2F] and 2)>0 then wordadr:=16 else if memmode>=_P8 then vclkdiv:=vclkdiv*2; if (rgs.crtcregs.x[$2F] and 1)>0 then begin ..ilace:=true; ..wordadr:=wordadr shr 1; {Ie. for 2 scanlines, half each} end; if (rgs.seqregs.x[4] and 8)>0 then pixwid:=4; if (rgs.seqregs.x[9] and $20)>0 then pixwid:=pixwid*2;S3 with IBM dac. WHATVGA has problems with S3 cards with the IBM RGBxxx randacs due to a conflict between IBM dacs and the manipulation of 3d4h index 5Ch bit 5 used for the S3/TI TVP dac combo test. Depending on make, model and luck this can cause instability or hung systems. The fix is to test for IBM dacs before the TVP dac tests.ATI Mach 264CT. The ATI Mach64 264CT (and probably ET/VT) differs significantly from the Mach64 CX/GX. WHATVGA v2.0 would lockup during detection. I have fixes forSierra SC15064. WHATVGA v2.00 doesn't work with the Sierra SC15064. I am currently working on this and should have a working version soon.PCI bus. I've seen lockups during PCI detection with some combinations of motherboard chipsets and video chipsets. One such case is the UMC UM8881/6 mb chipset and Tseng ET4000/W32p rev C. The solution appears to be to only read the first 48 (or 64 ?) bus/device combinations (rather than 128 as in WHATVGA v2.00 or 512 as possible) for PCI Type 1 chipsets.Runtime Error 200. Recent fast systems (typically from PII 300Mhz and up) cause a "Runtime Error 200" when starting WHATVGA (and all other TP/BP programs using the CRT unit). This is caused by an overflow when initialising the system CRT unit. While Inprise/Borland has not provided an official fix, there are several utilities to patch the TP7/BP7 libraries around.Latest versionThe current version of VGADOC is VGADOC4b.ZIP released 4/Oct/95 (contains VGADOC v4 and WHATVGA v2.0) and is available at Garbo and Simtel (and mirrors).Due to a packaging error a VGADOC4.ZIP was initially created. This had a file (VGADECL.INC)missing and has been replaced by VGADOC4b.ZIP. If you should find VGADOC4 just ignore it and look aroundagain, VGADOC4b should be close by.VGADOC4b.ZIP is available from (among others):garbo.uwasa.fi (Finland)SimTel (US)sunsite.doc.ic.ac.uk (UK)ftp.datashopper.dk (DK)Click |
|
| |
Programming | information | for | every | RAMDAC, | EGA, | VGA, | SVGA, | and | VESA | video | card | made | up | to | 1995. |
|
http://home.worldonline.dk/finth/
VGAdoc 2008 October
dvd rental
dvd
Programming information for every RAMDAC, EGA, VGA, SVGA, and VESA video card made up to 1995.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- W810i - Debt Consolidation - Cheap Car Insurance - Ringtone - Buy PSP
|