You are not logged in.

#26 2024-09-06 03:50:10

seth
Member
Registered: 2012-09-03
Posts: 56,290

Re: [SOLVED] GTK apps are very slow

/home/k4ts0v/.config/pipewire/media-session.d:

Do you still have pipewire-media-session installed?

/home/k4ts0v/.config/pipewire/pipewire.conf
/home/k4ts0v/.config/wireplumber/wireplumber.conf.d/51-disable-suspension.conf

What do these two look like? Does the root have any files in those paths?

Online

#27 2024-09-06 12:12:00

Kaatios
Member
Registered: 2023-08-01
Posts: 17

Re: [SOLVED] GTK apps are very slow

Do you still have pipewire-media-session installed?

No, I don't.

What do these two look like?

cat /home/k4ts0v/.config/pipewire/pipewire.conf

context.properties = {
    default.clock.rate          = sample_rate
}

cat /home/k4ts0v/.config/wireplumber/wireplumber.conf.d/51-disable-suspension.conf

monitor.alsa.rules = [
  {
    matches = [
      {
        # Matches all sources
        node.name = "~alsa_input.*"
      },
      {
        # Matches all sinks
        node.name = "~alsa_output.*"
      }
    ]
    actions = {
      update-props = {
        session.suspend-timeout-seconds = 0
      }
    }
  }
]
# bluetooth devices
monitor.bluez.rules = [
  {
    matches = [
      {
        # Matches all sources
        node.name = "~bluez_input.*"
      },
      {
        # Matches all sinks
        node.name = "~bluez_output.*"
      }
    ]
    actions = {
      update-props = {
        session.suspend-timeout-seconds = 0
      }
    }
  }
]

Does the root have any files in those paths?

No, it only has a file in .config/pulse/ that links to an empty directory:

lrwxrwxrwx 1 root root   23 Sep  6 14:09 2174cb5de3b047c3b12ed815e0f4b0a2-runtime -> /tmp/pulse-PKdhtXMmr18n

The test user has the same configuration as root, but it also has a cookie.

Last edited by Kaatios (2024-09-06 12:17:07)

Offline

#28 2024-09-06 13:09:49

seth
Member
Registered: 2012-09-03
Posts: 56,290

Re: [SOLVED] GTK apps are very slow

default.clock.rate          = sample_rate

looks odd, I guess you got that from https://wiki.archlinux.org/title/PipeWi … ample_rate but the italic text is a placeholder.
Remove that file.

Online

#29 2024-09-06 17:03:42

Kaatios
Member
Registered: 2023-08-01
Posts: 17

Re: [SOLVED] GTK apps are very slow

Guess I am so stupid that I copied that file but forgot to change the placeholder.
It's all working now, thank you so much for your time, patience and kindness.
However, the only problem I have now is that the mics, both the bluetooth one and the laptop's are picking some strange background noise, should I open another topic for that and mark this one as solved?

Offline

#30 2024-09-06 19:14:26

seth
Member
Registered: 2012-09-03
Posts: 56,290

Re: [SOLVED] GTK apps are very slow

\o/
Yes, please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Microphone noise is microphone boost? (Is it actually the background of your environment?)
But that's it's vastly off-topic here and needs to go into a new thread, yes.

Online

Board footer

Powered by FluxBB