Rudi Heitbaum

Results 330 comments of Rudi Heitbaum

Hi @XinfengZhang - it has been happening for a long time in the Kodi Leia/Matrix time. I have done some investigation and brought all the Intel code up to current...

I did some more looking into WITH_RUBY. The AUR patch at https://github.com/Aorimn/dislocker/pull/238 , https://aur.archlinux.org/packages/dislocker-noruby and https://aur.archlinux.org/cgit/aur.git/tree/no-ruby.patch?h=dislocker-noruby uses option (not set) as introduced in upstream.

Here is the missing patch to support WITH_RUBY https://github.com/Aorimn/dislocker/commit/05cd96b1890d3bd4c6ea472edcc2e7b329e4e2e4.patch

I can’t reproduce your failure. See below. ``` $ lscpu Architecture: aarch64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1...

@pretoriano80 / @SupervisedThinking - updated

> Maybe it's not waiting for vsync, you can try extending the sleep (make it 40) here: https://github.com/xbmc/xbmc/blob/master/xbmc/windowing/gbm/WinSystemGbmGLESContext.cpp#L148 @lrusak - looks like you found the line of code to manipulate...

> Did you try `perf top`? It should show which function spends most time executing. However, I'm not sure if this command requires debug symbols or not. I believe it...

> @heitbaum Can you remove https://github.com/xbmc/xbmc/blob/master/xbmc/windowing/gbm/WinSystemGbm.cpp#L275-L278 and https://github.com/xbmc/xbmc/blob/master/xbmc/windowing/gbm/WinSystemGbm.h#L74 (with no other modification) and see if this changes something? Compiling up now 👍 As a FYI - I booted back into...

Here is the output with your patch: CPU between 6.6-7.8%. Think you are right that it has been there for a while. I only noticed that it was on my...

Hi @jernejsk - doesn’t seem to reduce without the `kodi::TIME::Sleep(40);` ![5853E1B8-65B5-4CBE-B708-12C196C6ACED](https://user-images.githubusercontent.com/6086324/150673686-032d4fa0-8687-40a6-9cc2-ba1f91b2ea5f.jpeg)