ubuntu 24.10之後都有依個問題.....但ubuntu有app 可以手動設定......

TOP

我知咩問題.....但唔識set......
vmware 對pipewire 個參數唔啱.....sample rate 要44100  frames/period 要4096....
但archlinux搵唔到點set.....

TOP

有個Qjackctl可以開住得.....但改唔到.....

TOP

亂撞撞到........但我都唔知點解得.....叫我撞多次都撞唔到......

TOP

回復 72 #VADER

/etc/pipewire/pipewire.conf
你用pulseaudio嘅話會係 ~/.config/pulse/client.conf


我討厭Wangblows同Microsharts。

TOP

仲有wireplumber個config file
見bbsarchlinxorg V1del個reply

我討厭Wangblows同Microsharts。

TOP

回復 VADER

/etc/pipewire/pipewire.conf
你用pulseaudio嘅話會係 ~/.config/pulse/client.conf


我討厭 ...
Pvrt 發表於 2025-3-19 08:48


/home/"user"/.config/pipewire/pipewire.conf    <<<<<我唔知點解得....但要在/home/"user"/依個位建立config檔修改先有效......依點我知....

TOP

vmware本身應該有bug....ubuntu又好...archlinux又好....用Pipewire睇youtube就會loop怪聱....用pulseaudio ...
VADER 發表於 2025-3-15 04:14


用Pipewire, 係 terminal 貼上以下再 enter。

sudo sh -c "echo 'options snd_hda_intel power_save=0' >> /etc/modprobe.d/audio_disable_powersave.conf"
mkdir -p ~/.config/wireplumber/wireplumber.conf.d/
echo 'monitor.alsa.rules = [
  {
    matches = [
      # This matches the value of the 'node.name' property of the node.
      {
        node.name = "~alsa_output.*"
      }
    ]
    actions = {
      # Apply all the desired node specific settings here.
      update-props = {
        api.alsa.period-size   = 1024
        api.alsa.headroom      = 8192
      }
    }
  }
]
' >> ~/.config/wireplumber/wireplumber.conf.d/50-alsa-config.conf
systemctl --user restart wireplumber pipewire pipewire-pulse


用pulseaudio, 會強制關停個聲...用 pavucontrol 最右 Configuration -> 設定檔 -> 由“雙工”改“輸出"。

附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

安裝fcitx5是不是有問題???....
用最新2025 3-1 ...gnome桌面...pacman -S fcitx5-im...安裝完fcitx5....無 ...
VADER 發表於 2025-3-3 11:07


安裝 kwindowsystem 即可解決,當然本身需要安裝及設定既都係要裝同set。

附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

用Pipewire, 係 terminal 貼上以下再 enter。

sudo sh -c "echo 'options snd_hda_intel power_save=0'  ...
DMelon 發表於 2025-3-22 23:59



    感謝....

TOP