Does the VISTA support Display Mirror Driver ?

As Title.
Who can tell me whether Vista support Display Mirror Driver.
And if it support ,whether it has same design as win2000 or xp.

I only find the Mirror document on win2000 or xp display driver model.
I can’t find any thing like this on DDK.

please help me.


News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx

its same as old and old document is valid in vista
-rajesh

On Fri, Sep 5, 2008 at 4:35 PM, rech dong wrote:

>
> As Title.
> Who can tell me whether Vista support Display Mirror Driver.
> And if it support ,whether it has same design as win2000 or xp.
>
> I only find the Mirror document on win2000 or xp display driver model.
> I can’t find any thing like this on DDK.
>
> please help me.
>
>
> ------------------------------
> Get news, entertainment and everything you care about at Live.com. Check
> it out! http:
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
></http:>

Yes, mirror driver can run on the NT-based operation system, such as Windows 2000/XP/2003/Vista.

As Title.
Who can tell me whether Vista support Display Mirror Driver.
And if it support ,whether it has same design as win2000 or xp.

I only find the Mirror document on win2000 or xp display driver model.
I can’t find any thing like this on DDK.

please help me.


Get news, entertainment and everything you care about at Live.com. Check it out!

rech dong wrote:

As Title.
Who can tell me whether Vista support Display Mirror Driver.
And if it support ,whether it has same design as win2000 or xp.

Vista uses two very different display drivers models: XPDM (the style
used on XP and before), and WDDM (based on Direct3D).

You can install an XPDM mirror driver in Vista. Doing so will disable
the “Aero” interface for your desktop, because there’s no reasonable way
to simulate that with XPDM.

There is no such thing as a WDDM mirror driver today.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

Thanks

Do we need to unstall HW WDDM driver and install HW XPDM driver before to install Mirror?

I means whether Mirror driver only works with XPDM graphics driver or not.

thanks
rech> Date: Fri, 5 Sep 2008 09:59:35 -0700> From: xxxxx@probo.com> To: xxxxx@lists.osr.com> Subject: Re: [ntdev] Does the VISTA support Display Mirror Driver ?> > rech dong wrote:> >> > As Title.> > Who can tell me whether Vista support Display Mirror Driver.> > And if it support ,whether it has same design as win2000 or xp.> > Vista uses two very different display drivers models: XPDM (the style> used on XP and before), and WDDM (based on Direct3D).> > You can install an XPDM mirror driver in Vista. Doing so will disable> the “Aero” interface for your desktop, because there’s no reasonable way> to simulate that with XPDM.> > There is no such thing as a WDDM mirror driver today.> > – > Tim Roberts, xxxxx@probo.com> Providenza & Boekelheide, Inc.> > > —> NTDEV is sponsored by OSR> > For our schedule of WDF, WDM, debugging and other seminars visit: > http://www.osr.com/seminars\> > To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE

> Do we need to unstall HW WDDM driver and install HW XPDM driver before to install Mirror?

No - it switches to Basic mode for you while the mirror driver is active, and will return to Aero Glass when the mirror driver is detached. Have you tried it yet?

Tim Green.