Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE3013A8696@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: code for changing monitor refresh rate Date: Tue, 18 May 1999 09:46:43 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com Endlisnis writes: > There is a "Plug and Play" standard for monitor refresh. > That's how Win9x can adjust the refresh rate without a > driver from the monitor manufacturer. Refresh rate is controlled by the graphics card, not the monitor. Having a p&p monitor just means that you can query it to see what settings it will support, so that you don't try to set too high a rate. Once you've used this information function to make your decisions, it is up to the graphics driver to set what you want. VESA 3.0 does include some functions for modifying refresh rates, but I don't know anything about how to use them. Shawn Hargreaves.