best settings for winvnc of polling without mirror driver
ultravnc.ini
edit: on win7 you should leave CaptureAlphaBlending=0
so you only have single layer without anoying mice(mouse) flashing on vnc server computer
CaptureAlphaBlending=1 (show popup, tip and sidebar, gadget)
CaptureAlphaBlending=0 (hide popup, tip and sidebar,gadget)
[poll]
TurboMode=1
PollUnderCursor=0
PollForeground=1 (0 if Aero disabled, less busy CPU)
PollFullScreen=1 ( 0 if Aero disabled, less busy CPU)
OnlyPollConsole=0
OnlyPollOnEvent=0
EnableDriver=0
EnableHook=1
EnableVirtual=0
SingleWindow=0
SingleWindowName=
MaxCpu=100 <--- 40-50 if CPU single Core like P4 2.66GHz or/and without HyperThreading (HT)
Rudi De Vos wrote: hook dll:
A hook dll try to capture window message, to get hints about the
screen changes. ( Like draw button, set text...)
vnchook.dll
schook.dll
schook is used when both exist.
Both does the same, but use a different method.
schook.dll use the accesibility engine,
vnchook is pure hooking.
They behave different on different OS's... just try what's the best for you.
mirror video driver ( hook driver)
mv2 mirror driver: A driver capture at driver level the screen changes,
more accurate then hooking and a lot faster. But a mirror driver switch the real video driver in a non acceleration mode...