Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Running Manjaro x64 with Pulseaudio.
opensuse 13.2 x86-64, kde4
Returned sound for me, but stuttering and lagging and causing a huge performance drop :<
In my case, I have multiple output devices like a USB Headphones or HDMI output throw graphics card, so I have to change the card numer and device number for each device. Use of the command 'aplay -l' lists cards and devices. For example, if you have an optical output in your motherboard and you wish to use it with this game, the output of this command lists has this:
so, you must change device number to 1, and if you have a secondary sound card, it will be listed has "card 1".
That's all.
Thanks a huge bunch, that solved it for me! Appears that the game(s) lack Pulseaudio support through SDL and need to be forced to use ALSA to get sound to work.
I used to have the same issues you describe when forcing ALSA through Pulseaudio. It took some work to tweak Pulseaudio/ALSA/SDL properly. I wish I could offer a step-by-step guide, but as I did it a long time ago I can't remember much else other than trying out different settings according to this guide: https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Glitches.2C_skips_or_crackling
(Regardless of which Linux distro you use, the configuration of PulseAudio is pretty much the same, what might differ is the location of the various configuration files)
This worked for me though I don't understand why. As far as I can tell it just says which device alsa should use?
Using this file overrides use of pulseaudio and send sound directly to hardware specified in file. You can list your sound cards and devices using 'aplay -l' command. You can find more information about this file in the alsa project page.
It doesn't works for me (Xubuntu 14.04, Sound Blaster X-Fi Titanium "Module-snd-ctxfi" ).
device 0, causes an error in alsamixer: "cannot open mixer: Invalid argument"
(it works if I remove "device 0")
Anyway, glitches in sound still remain.
The card is a SoundBlaster XFI Titanium; if i use the integrated one, a Realtek ALC887 instead, no glitch.
Unfortunately, I must admit that my SoundBlaster, problems aside, it sounds much better than the integrated card, is the only reason why I still use.
Solutions?
---------------------
SOLVED
Source:
https://guh.me/solving-creative-sound-blaster-x-fi-titanium-crackling-slash-distortion-on-linux
I'm hoping the linux version will get proper pulseaudio support anytime soon though.
Thanks its work!
pacman -S pulseaudio-alsa
They also recommend installing 32 bits support
pacman -S lib32-libpulse lib32-alsa-plugins
More info: https://wiki.archlinux.org/index.php/PulseAudio#ALSA
If you doesn't install that packages "/etc/asound.conf" and ".asoundrc", these files will not do anything.
I can confirm the solution works on linux-5.3 and nvidia-430, running Manjaro with i3wm over Xorg.