Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucsd!hub!crmeyer From: crmeyer@voodoo.ucsb.edu Newsgroups: comp.sys.ibm.pc Subject: Re: Determine current video adapter/monitor Message-ID: <2844@hub.UUCP> Date: 2 Nov 89 05:16:46 GMT Sender: news@hub.UUCP Distribution: usa Organization: UC, Santa Barbara. Physics Computer Services Lines: 10 In article <5060063@hpccc.HP.COM>, tomj@hpccc.HP.COM (Tom Johnson) writes... > >What is the best way to determine in a program what video adapter/monitor >is currently installed?? In most C compilers their are comands to query what graphics adapter is in use. My manual on Mix C has the command 'getvconfig' that reurns a pointer to a construct containing all sorts of info...(x&y resolution, aspect ratio, number of colors, etc). From this you should be able to figure out what adapter is being used.