Just wondering...does almost everybody has directx installed
on the PC they use as viewer ?
Using directX make sizing and update speed a lot faster and smoother.
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
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
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
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
directx viewer
- Rudi De Vos
- Admin & Developer
- Posts: 6869
- Joined: 2004-04-23 10:21
- Contact:
more faster than now for same computer 2 computers ?
I'm very impressive about your knowledge for improve UltraVNC speed faster and smoother, so great
easy answer, every windows since windows ME had DirectX already installed,
NT4 sp4 don't have it, but possible
2000 ready installed Direct
XP factory installed DirectX
I'm very impressive about your knowledge for improve UltraVNC speed faster and smoother, so great
easy answer, every windows since windows ME had DirectX already installed,
NT4 sp4 don't have it, but possible
2000 ready installed Direct
XP factory installed DirectX
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
While I'd like to see one of that experiment, I still doubt the effect of it.
According to a profiled statistics, the drawing phase is rather not CPU sensitive process in the viewer activity any longer.
Once the BitBlt replacement for SetPixel/SetPixelV has been done, the drawing performance drastically improved to very high level.
Now a quick look into the code would show us that more than the drawing part, morphing bitmap data (such as RGB<->BGR, pallete<->24bit) appears likely to use more CPU.
If these kinds of signal processing, though, could be handled in DirectDraw HW acceleration, I think creating a DirectX viewer would be a good choice of speed improvement.
And just a tiny matter that some *ix people might start claiming about SDL compatibility, maybe?
Regards
According to a profiled statistics, the drawing phase is rather not CPU sensitive process in the viewer activity any longer.
Once the BitBlt replacement for SetPixel/SetPixelV has been done, the drawing performance drastically improved to very high level.
Now a quick look into the code would show us that more than the drawing part, morphing bitmap data (such as RGB<->BGR, pallete<->24bit) appears likely to use more CPU.
If these kinds of signal processing, though, could be handled in DirectDraw HW acceleration, I think creating a DirectX viewer would be a good choice of speed improvement.
And just a tiny matter that some *ix people might start claiming about SDL compatibility, maybe?
Regards
Lizard
- Rudi De Vos
- Admin & Developer
- Posts: 6869
- Joined: 2004-04-23 10:21
- Contact: