<table><tr><td style="">graesslin created this revision.<br />Restricted Application added a project: KWin.<br />Restricted Application added subscribers: kwin, plasma-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D7757" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The base idea behind this change is to keep the system responsive no<br />
matter what other processes do. All input and rendering needs to go<br />
through the windowing system, so keeping it responsive is important.</p>

<p>Currently KWin competes with all other processes for resources and this<br />
can render the system unusable. Consider some processes running amok. In<br />
this case the user might not be able to easily close the applications as<br />
KWin does not get the cpu time to perform the input tasks requested by<br />
the user.</p>

<p>Or in the case of playing a demanding game it is important that KWin<br />
gets scheduled to forward the pointer input events. The user doesn't<br />
want that the game (or another process) wins against the windowing<br />
sytem.</p>

<p>The disadvantage is that KWin always wins against other processes with<br />
real time scheduling. This could result in KWin running amok stalling<br />
the system. On the other hand this is no change to the current situation<br />
as if KWin runs amok the sytem is unusable.</p>

<p>The change uses libcap to set CAP_SYS_NICE on kwin_wayland executable.<br />
KWin_wayland on start sets the scheduling policy to SCHED_RR with the<br />
lowest possible priority. Thus any other SCHED_RR process will win<br />
against KWin. So real time processes are not affected by this change!</p>

<p>After adjusting the scheduling (which requires CAP_SYS_NICE) KWin drops<br />
this capability again.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Verified that KWin adjusts the scheduler, that it is not passed<br />
to child processes, that the capability gets dropped and not passed to<br />
child processes.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R108 KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>wayland-realtime</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D7757" rel="noreferrer">https://phabricator.kde.org/D7757</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>CMakeLists.txt<br />
cmake/modules/FindLibcap.cmake<br />
config-kwin.h.cmake<br />
main_wayland.cpp</div></div></div><br /><div><strong>To: </strong>graesslin, KWin, Plasma<br /><strong>Cc: </strong>plasma-devel, kwin, bwowk, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart<br /></div>