Zeile 653: |
Zeile 653: |
| ** Aufnahmetaste | | ** Aufnahmetaste |
| | | |
| + | == Fehlersuche == |
| + | === CPU-Last im Leerlauf === |
| + | |
| + | Es gibt verschiedene Tipps für den Fall, dass Kodi im Leerlauf zu hohe CPU-Last auslöst: |
| + | |
| + | * Umstellung der Oberfläche auf "Estuary" |
| + | * Einstellung algorithmdirtyregions auf 3<ref>siehe https://discourse.coreelec.org/t/idling-kodi-on-ce-8-90-3-consumes-48-1x-cpu-resources/652/9</ref> in (neuer) Datei <code>.kodi/userdata/advancedsettings.xml</code> einstellen: |
| + | |
| + | <pre> |
| + | <advancedsettings> |
| + | <gui> |
| + | <algorithmdirtyregions>3</algorithmdirtyregions> |
| + | </gui> |
| + | </advancedsettings> |
| + | </pre> |
| == Naheliegendes == | | == Naheliegendes == |
| | | |