conf: disable portal.rt for pipewire and pipewire-pulse

Thse should not be portal clients and can go directly to rtkit.

The reason is that there is a locking problem in the portal rt
implementation that cause timeouts for some reason.
This commit is contained in:
Wim Taymans 2026-06-01 10:00:47 +02:00
parent 98ab3d73d4
commit 54199d77c6
9 changed files with 41 additions and 0 deletions

View file

@ -47,6 +47,11 @@ context.modules = [
#rt.prio = @rtprio_client@ #rt.prio = @rtprio_client@
#rt.time.soft = -1 #rt.time.soft = -1
#rt.time.hard = -1 #rt.time.hard = -1
#rlimits.enabled = true
#rtportal.enabled = true
#rtkit.enabled = true
#uclamp.min = 0
#uclamp.max = 1024
} }
flags = [ ifexists nofail ] flags = [ ifexists nofail ]
condition = [ { module.rt = !false } ] condition = [ { module.rt = !false } ]

View file

@ -45,6 +45,11 @@ context.modules = [
#rt.prio = @rtprio_client@ #rt.prio = @rtprio_client@
#rt.time.soft = -1 #rt.time.soft = -1
#rt.time.hard = -1 #rt.time.hard = -1
#rlimits.enabled = true
#rtportal.enabled = true
#rtkit.enabled = true
#uclamp.min = 0
#uclamp.max = 1024
} }
flags = [ ifexists nofail ] flags = [ ifexists nofail ]
} }

View file

@ -46,6 +46,11 @@ context.modules = [
#rt.prio = @rtprio_client@ #rt.prio = @rtprio_client@
#rt.time.soft = -1 #rt.time.soft = -1
#rt.time.hard = -1 #rt.time.hard = -1
#rlimits.enabled = true
#rtportal.enabled = true
#rtkit.enabled = true
#uclamp.min = 0
#uclamp.max = 1024
} }
flags = [ ifexists nofail ] flags = [ ifexists nofail ]
} }

View file

@ -115,6 +115,11 @@ context.modules = [
rt.prio = @rtprio_server@ rt.prio = @rtprio_server@
#rt.time.soft = -1 #rt.time.soft = -1
#rt.time.hard = -1 #rt.time.hard = -1
#rlimits.enabled = true
#rtportal.enabled = true
#rtkit.enabled = true
#uclamp.min = 0
#uclamp.max = 1024
} }
flags = [ ifexists nofail ] flags = [ ifexists nofail ]
} }

View file

@ -55,6 +55,11 @@ context.modules = [
#rt.prio = @rtprio_client@ #rt.prio = @rtprio_client@
#rt.time.soft = -1 #rt.time.soft = -1
#rt.time.hard = -1 #rt.time.hard = -1
#rlimits.enabled = true
#rtportal.enabled = true
#rtkit.enabled = true
#uclamp.min = 0
#uclamp.max = 1024
} }
flags = [ ifexists nofail ] flags = [ ifexists nofail ]
} }

View file

@ -30,6 +30,11 @@ context.modules = [
#rt.prio = @rtprio_client@ #rt.prio = @rtprio_client@
#rt.time.soft = -1 #rt.time.soft = -1
#rt.time.hard = -1 #rt.time.hard = -1
#rlimits.enabled = true
#rtportal.enabled = true
#rtkit.enabled = true
#uclamp.min = 0
#uclamp.max = 1024
} }
flags = [ ifexists nofail ] flags = [ ifexists nofail ]
} }

View file

@ -45,6 +45,9 @@ context.modules = [
#rt.prio = @rtprio_client@ #rt.prio = @rtprio_client@
#rt.time.soft = -1 #rt.time.soft = -1
#rt.time.hard = -1 #rt.time.hard = -1
#rlimits.enabled = true
rtportal.enabled = false
#rtkit.enabled = true
#uclamp.min = 0 #uclamp.min = 0
#uclamp.max = 1024 #uclamp.max = 1024
} }

View file

@ -54,6 +54,11 @@ context.modules = [
#rt.prio = @rtprio_client@ #rt.prio = @rtprio_client@
#rt.time.soft = -1 #rt.time.soft = -1
#rt.time.hard = -1 #rt.time.hard = -1
#rlimits.enabled = true
#rtportal.enabled = true
#rtkit.enabled = true
#uclamp.min = 0
#uclamp.max = 1024
} }
flags = [ ifexists nofail ] flags = [ ifexists nofail ]
} }

View file

@ -126,6 +126,9 @@ context.modules = [
rt.prio = @rtprio_server@ rt.prio = @rtprio_server@
#rt.time.soft = -1 #rt.time.soft = -1
#rt.time.hard = -1 #rt.time.hard = -1
#rlimits.enabled = true
rtportal.enabled = false
#rtkit.enabled = true
#uclamp.min = 0 #uclamp.min = 0
#uclamp.max = 1024 #uclamp.max = 1024
} }