Hi ,

I wanted to know what is the binary for Monitor Driver..
When I installed Monitor driver for my Samsung SyncMaster
753s all I could notice was .pnf .inf and .icm file.. Does
Monitor Driver do not mean a .sys or .dll file ? Can you
tell me ? Actually I wanted to write functional driver for
my monitor.. I understand that writing funtional driver
for monitor is in other words writing a monitor driver..
So is it that monitor driver is just an .icm file ? If it
is so then if I want to write lower level class driver for
monitor class how do I do it ? My options are to write
either functional driver for monitor or lower level filter
driver for monitor..
Any help will be appreciated...
Thanks in advance...
Neel

Re: Output Binary... by Vishvesh

Vishvesh
Mon Jan 12 14:49:42 CST 2004

Hi Maxim,
Thanks !
So the question now is if I have .icm file and then if I install profile I
would be able to write Lower Level Filter for Monitor class ?

Thanks again,
Neel

"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:uZlrIuU2DHA.2868@TK2MSFTNGP09.phx.gbl...
> > 753s all I could notice was .pnf .inf and .icm file.. Does
> > Monitor Driver do not mean a .sys or .dll file ?
>
> Usually no.
>
> > tell me ? Actually I wanted to write functional driver for
> > my monitor..
>
> And what will it do?
>
> > So is it that monitor driver is just an .icm file ?
>
> Yes. Usually, the only piece of deployed Windows which is connected to a
> particular monitor is the .ICM file. No executables.
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim@storagecraft.com
> http://www.storagecraft.com
>
>



Re: Output Binary... by Maxim

Maxim
Mon Jan 12 14:32:07 CST 2004

> 753s all I could notice was .pnf .inf and .icm file.. Does
> Monitor Driver do not mean a .sys or .dll file ?

Usually no.

> tell me ? Actually I wanted to write functional driver for
> my monitor..

And what will it do?

> So is it that monitor driver is just an .icm file ?

Yes. Usually, the only piece of deployed Windows which is connected to a
particular monitor is the .ICM file. No executables.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com



Re: Output Binary... by Maxim

Maxim
Tue Jan 13 18:15:07 CST 2004

A respectful person from MS said that LowerFilters will work for monitor
devnode, but be careful to pass all non-yours requests correctly, since
LongHorn will have a functional driver for monitors.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


"Vishvesh Mushrif" <vishvish@vsnl.net> wrote in message
news:%23GBLZ2U2DHA.4060@TK2MSFTNGP11.phx.gbl...
> Hi Maxim,
> Thanks !
> So the question now is if I have .icm file and then if I install profile I
> would be able to write Lower Level Filter for Monitor class ?
>
> Thanks again,
> Neel
>
> "Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
> news:uZlrIuU2DHA.2868@TK2MSFTNGP09.phx.gbl...
> > > 753s all I could notice was .pnf .inf and .icm file.. Does
> > > Monitor Driver do not mean a .sys or .dll file ?
> >
> > Usually no.
> >
> > > tell me ? Actually I wanted to write functional driver for
> > > my monitor..
> >
> > And what will it do?
> >
> > > So is it that monitor driver is just an .icm file ?
> >
> > Yes. Usually, the only piece of deployed Windows which is connected to a
> > particular monitor is the .ICM file. No executables.
> >
> > --
> > Maxim Shatskih, Windows DDK MVP
> > StorageCraft Corporation
> > maxim@storagecraft.com
> > http://www.storagecraft.com
> >
> >
>
>