how do I obtain information about display, can it be obtained from registry?

L

lucy

Dear Talented Gurus,

Please help me. I need to read some monitor information, for example, gamma
ramp, color values, and whatever information the monitor have from EDID or
from the display driver?

Anybody knows how? and I hope to find source code which can show how to do
these on Windows XP...

Also, I am doing some interesting stuff. Do
you know how can I get the monitor's physical viewable size(in inches), and
how can I get phosphor type of the monitor(e.g. square LCD, or dot-shaped
CRT, and the layout of the RGBs)? By the way, I am curious about if I can
read projector's viewable size if it is connected to a projector?

Thanks a lot,

-Lucy
 
G

Guest

Hi,

All this information will be provided in the display properties window.

If you have installed one of those special AGP Cards another additional window will appear. to access this do the following

right click on the desktop
choose properties
then go to the last tab which is usually the place where you set the resolution
click on the advanced button.
a dialog box will appear and you will see a tab with that name <depending on your brand>.
Open that tab and you will get all information that you need. Note that the information available will depend on the capabilities of the card and will vary from vendor to vendor.
 
G

Guest

Hi,

All this information will be provided in the display properties window.

If you have installed one of those special AGP Cards another additional window will appear. to access this do the following

right click on the desktop
choose properties
then go to the last tab which is usually the place where you set the resolution
click on the advanced button.
a dialog box will appear and you will see a tab with that name <depending on your brand>.
Open that tab and you will get all information that you need. Note that the information available will depend on the capabilities of the card and will vary from vendor to vendor.
 
G

Guest

the detailed information about display can be obtianed from various softwares
1) system information from norton utilities 200x versions.
2) Find Monitor Calibiration software on internet you shall get various lists any various softwares.
 
G

Guest

the detailed information about display can be obtianed from various softwares
1) system information from norton utilities 200x versions.
2) Find Monitor Calibiration software on internet you shall get various lists any various softwares.
 
N

Nathan McNulty

Try this:
http://msdn.microsoft.com/library/d..._bafb4f35-7dd2-4180-9f39-eb3e05b69cb1.xml.asp

and this more importantly:
http://msdn.microsoft.com/library/d..._dc0bda84-97c5-49ba-9084-04149f9be157.xml.asp

Doing a little searching on MSDN will net you a lot of answers. The
ability to gather some of this information is done through the drivers
that are loaded. There may be limitations as to what information can be
gathered because of this. Unfortunately, most of this will require you
spend a lot of time learning about driver functions, may even have to
develop your own drivers and software in order to do what you want. As
for the projector, it should have similar information as a monitor so it
will provide information about itself as to its max resolution and such.
 
N

Nathan McNulty

Try this:
http://msdn.microsoft.com/library/d..._bafb4f35-7dd2-4180-9f39-eb3e05b69cb1.xml.asp

and this more importantly:
http://msdn.microsoft.com/library/d..._dc0bda84-97c5-49ba-9084-04149f9be157.xml.asp

Doing a little searching on MSDN will net you a lot of answers. The
ability to gather some of this information is done through the drivers
that are loaded. There may be limitations as to what information can be
gathered because of this. Unfortunately, most of this will require you
spend a lot of time learning about driver functions, may even have to
develop your own drivers and software in order to do what you want. As
for the projector, it should have similar information as a monitor so it
will provide information about itself as to its max resolution and such.
 
L

lucy

Nathan McNulty said:
Try this:
http://msdn.microsoft.com/library/d..._bafb4f35-7dd2-4180-9f39-eb3e05b69cb1.xml.asp

and this more importantly:
http://msdn.microsoft.com/library/d..._dc0bda84-97c5-49ba-9084-04149f9be157.xml.asp

Doing a little searching on MSDN will net you a lot of answers. The
ability to gather some of this information is done through the drivers
that are loaded. There may be limitations as to what information can be
gathered because of this. Unfortunately, most of this will require you
spend a lot of time learning about driver functions, may even have to
develop your own drivers and software in order to do what you want. As
for the projector, it should have similar information as a monitor so it
will provide information about itself as to its max resolution and such.

Hi Nathan,

There aare really very good. Thank you very much. But a second look shows
that they need DDK. Am I right? And DDK is not obtainable by free, right?

Any more ideas?

Thank you very muhc,

-Lucy
 
L

lucy

Nathan McNulty said:
Try this:
http://msdn.microsoft.com/library/d..._bafb4f35-7dd2-4180-9f39-eb3e05b69cb1.xml.asp

and this more importantly:
http://msdn.microsoft.com/library/d..._dc0bda84-97c5-49ba-9084-04149f9be157.xml.asp

Doing a little searching on MSDN will net you a lot of answers. The
ability to gather some of this information is done through the drivers
that are loaded. There may be limitations as to what information can be
gathered because of this. Unfortunately, most of this will require you
spend a lot of time learning about driver functions, may even have to
develop your own drivers and software in order to do what you want. As
for the projector, it should have similar information as a monitor so it
will provide information about itself as to its max resolution and such.

Hi Nathan,

There aare really very good. Thank you very much. But a second look shows
that they need DDK. Am I right? And DDK is not obtainable by free, right?

Any more ideas?

Thank you very muhc,

-Lucy
 
V

V Green

lucy said:
Dear Talented Gurus,

Please help me. I need to read some monitor information, for example, gamma
ramp, color values, and whatever information the monitor have from EDID or
from the display driver?

Anybody knows how? and I hope to find source code which can show how to do
these on Windows XP...

Also, I am doing some interesting stuff. Do
you know how can I get the monitor's physical viewable size(in inches), and
how can I get phosphor type of the monitor(e.g. square LCD, or dot-shaped
CRT, and the layout of the RGBs)? By the way, I am curious about if I can
read projector's viewable size if it is connected to a projector?

Thanks a lot,

-Lucy

http://www.viewsonic.com/support/drivers2.htm

scroll to the bottom, download & install the EDID.EXE utility.

start it, do a "Get EDID" then a "Translate EDID".

Step through the byte values one at a time, the values
and what they mean will show to the right.
 
V

V Green

lucy said:
Dear Talented Gurus,

Please help me. I need to read some monitor information, for example, gamma
ramp, color values, and whatever information the monitor have from EDID or
from the display driver?

Anybody knows how? and I hope to find source code which can show how to do
these on Windows XP...

Also, I am doing some interesting stuff. Do
you know how can I get the monitor's physical viewable size(in inches), and
how can I get phosphor type of the monitor(e.g. square LCD, or dot-shaped
CRT, and the layout of the RGBs)? By the way, I am curious about if I can
read projector's viewable size if it is connected to a projector?

Thanks a lot,

-Lucy

http://www.viewsonic.com/support/drivers2.htm

scroll to the bottom, download & install the EDID.EXE utility.

start it, do a "Get EDID" then a "Translate EDID".

Step through the byte values one at a time, the values
and what they mean will show to the right.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top