--TheGoop
DX Video Modes and the Monitor
I'm not completely sure, but I believe when you enumerate the modes the video card supports it only includes those supported by the monitor too.
That doesn't appear to be the case, my graphics card returns enumerated screen modes of up to 2K by somthing or other while the monitor supports 1600x1280 as a maximum. Selecting a enumerated mode higher than this requires a reboot.
------------------
Cheers,
Martin
Cheers,MartinIf I've helped you, a rating++ would be appreciated
The video card doesn't know anything about the monitor. it puts out a certain signal at the given frequency, and the monitor better be reading the signal in that way or the image is messed up. Window's should know something about the monitor, and maybe there's some Win API call you can use, but DirectX does't keep track of it.
The video card just tells you what modes IT can support, assuming you had a monitor that could support them also.
Rock
You CAN obtain which modes are supported by monitor ONLY if monitor Plug&Play. This was it can tell you which of them he support, and which not.
But i don't know how to check this.
But i don't know how to check this.
------------------
FlyFire/CodeX
http://codexorg.webjump.com
FlyFire/CodeX
http://codexorg.webjump.com
http://codexorg.webjump.com
After I've enumerated all the video modes the graphics card can support how do I check for monitor support?
------------------
Cheers,
Martin
Cheers,MartinIf I've helped you, a rating++ would be appreciated
September 16, 1999 06:44 AM
If you are working under DirectX 7, take a look at the IDirectDraw7::EvaluateMode and IDirectDraw7::StartModeTest.
Eugenio
ICQ #8446093
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement