Just detected that a code part prevent updates to be faster then 7FPS.
Can't trace back how long this error is already in the source, but at least a few versions.
will be fixed in 1.1.9.1
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
- 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
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
- 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
performance
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: performance
Seriously!?
Does that mean the server only ever delivered at 7fps, or the viewer only ever polled at that rate?
Does that mean the server only ever delivered at 7fps, or the viewer only ever polled at that rate?
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: performance
It's an internal server timer.
Normal, it should only limit the updates while the mouse moves.
This give priority to the mouse.
But, the server engine market the mouse as moved for all updates...
Normal, it should only limit the updates while the mouse moves.
This give priority to the mouse.
But, the server engine market the mouse as moved for all updates...
Re: performance
Would that explain the 'flickering' one sees in the mouse pointer when everything is static?
This is a very good find!
This is a very good find!
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: performance
No,
Cause is the polling.
The bitblt() function grab the screen data to check if some pixels changed ( polling).
Site effect is that the cursor flicker.
Cause is the polling.
The bitblt() function grab the screen data to check if some pixels changed ( polling).
Site effect is that the cursor flicker.