neutrinolabs / xorgxrdp

Xorg drivers for xrdp
Other
457 stars 113 forks source link

Idle timer optimized version #143

Closed pieska closed 5 years ago

pieska commented 5 years ago

this version does not use fixed 1s timers. it calculates the remaining idle time and sets the timer to calculated value. this way only the minimum of timer eexcutions are needed.

metalefty commented 5 years ago

Good work.