modules: Rename module-rtkit to module-rt

I don't think PipeWire currently has a way to temporarily alias
module-rtkit to module-rt though, so right now this would break realtime
scheduling for people with modified configs that use module-rtkit.
This commit is contained in:
Robbert van der Helm 2022-01-15 20:54:15 +01:00
parent 6fc966f385
commit 2b73c86af5
15 changed files with 24 additions and 25 deletions

View file

@ -34,8 +34,8 @@ context.modules = [
# If ifexists is given, the module is ignored when it is not found.
# If nofail is given, module initialization failures are ignored.
#
# Uses RTKit to boost the data thread priority.
{ name = libpipewire-module-rtkit
# Uses realtime scheduling to boost the audio thread priorities
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88

View file

@ -19,8 +19,8 @@ context.spa-libs = {
}
context.modules = [
# Uses RTKit to boost the data thread priority.
{ name = libpipewire-module-rtkit
# Uses realtime scheduling to boost the audio thread priorities
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88

View file

@ -12,7 +12,7 @@ context.spa-libs = {
}
context.modules = [
{ name = libpipewire-module-rtkit
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88

View file

@ -12,7 +12,7 @@ context.spa-libs = {
}
context.modules = [
{ name = libpipewire-module-rtkit
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88

View file

@ -13,7 +13,7 @@ context.spa-libs = {
}
context.modules = [
{ name = libpipewire-module-rtkit
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88

View file

@ -12,7 +12,7 @@ context.spa-libs = {
}
context.modules = [
{ name = libpipewire-module-rtkit
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88

View file

@ -12,7 +12,7 @@ context.spa-libs = {
}
context.modules = [
{ name = libpipewire-module-rtkit
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88

View file

@ -12,7 +12,7 @@ context.spa-libs = {
}
context.modules = [
{ name = libpipewire-module-rtkit
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88

View file

@ -35,7 +35,7 @@ context.modules = [
#
#
# Boost the data thread priority.
{ name = libpipewire-module-rtkit
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88

View file

@ -19,7 +19,7 @@ context.spa-libs = {
}
context.modules = [
{ name = libpipewire-module-rtkit
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88

View file

@ -68,10 +68,10 @@ context.modules = [
# If nofail is given, module initialization failures are ignored.
#
# Use realtime scheduling to boost the audio thread priorities. This uses
# Uses realtime scheduling to boost the audio thread priorities. This uses
# RTKit if the user doesn't have permission to use regular realtime
# scheduling.
{ name = libpipewire-module-rtkit
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88