After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Blank Monitor with mirror driver.

Post Reply
xnulin
Posts: 2
Joined: 2011-03-03 23:20

Blank Monitor with mirror driver.

Post by xnulin »

Hey,

Toggle Remote Input and Remote Blank Monitor still doesn't work in 1.0.9.5 build when the mirror driver is turned on. When it is enabled, the bitmap image is displayed in both sides.

And I am also seeing the other issue like when the server is in Winlogon screen and viewer sends Toggle remote Input and remote blank monitor. The server shows the bitmap which was expected. Once the viewer send the CAD and logged in then all of sudden the bitmap image get lost and all we see is the desktop on both side. Calling create_window in loop when it notices the switching between the desktop in BlackWindow thread can fix this problem. When I was fixing this problem. It seems work when the mirror driver is not enabled. Once the mirror driver is enabled all I see is bitmap window on both side.

I remember reading Rudi's comment about this problem sometime back.
"We put a layer window on top of the display, and capture the window below. This does not work with the mirror driver
cause: A mirror driver capture what you see on the screen, it can't differentiate between layers. (layers don't exist at driver level) "

Without mirror driver everything works as expected.

Is this something because of design constraint or we are planning to fix this problem?.
Last edited by xnulin on 2011-03-03 23:43, edited 1 time in total.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6957
Joined: 2004-04-23 10:21
Contact:

Re: Blank Monitor with mirror driver.

Post by Rudi De Vos »

This can't be fixed, mirror drivers limitation.
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
KHabershon
Posts: 4
Joined: 2009-02-03 16:24

Re: Blank Monitor with mirror driver.

Post by KHabershon »

What if we don't have the mirror driver installed?
Post Reply