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

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.

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

I can't find the source code for the virtual display driver.

Developers may discuss here
Post Reply
pillose
Posts: 2
Joined: 2023-04-22 11:59

I can't find the source code for the virtual display driver.

Post by pillose »

I'm curious about how the virtual display works, so I attempted to understand the code for the winvnc.

Although I was able to locate the 'UVncVirtualDisplay.dll' file in the UltraVnc installer, I couldn't find its corresponding source code.

Where can I find this source code?

Thanks,

Pillose
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6937
Joined: 2004-04-23 10:21
Contact:

Re: I can't find the source code for the virtual display driver.

Post by Rudi De Vos »

Sorry the virtual driver is free but not open source
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/
pillose
Posts: 2
Joined: 2023-04-22 11:59

Re: I can't find the source code for the virtual display driver.

Post by pillose »

May I ask if there is a particular reason why the source code for the virtual driver that works with UltraVNC is not open source, despite the UltraVNC is distributed under the GPL license?

Also, could you let me know if there is a document that you referred to when you made the virtual driver?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6937
Joined: 2004-04-23 10:21
Contact:

Re: I can't find the source code for the virtual display driver.

Post by Rudi De Vos »

The virtual driver was made for another project, license doesn't allow me to distribute the code.
But 'm allowed to reuse the driver it for ultravnc.
A GPL project can use a non GPL driver no need to make the source public. Driver and UltraVNC are 2 seperated projects.

Check the IndirectDisplay in the DDK
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/
Post Reply