安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Then, (this was how i done it in L.MINT) remove pulseaudio this way....it doesn't fully removes everything, there will be stuff around related to pulseaudio but everything works flawless in L.MINT and i solved my VOIP problem with ETQW:
sudo apt-get purge pulseaudio gstreamer0.10-pulseaudio
sudo apt-get install alsa-base alsa-tools alsa-tools-gui alsa-utils alsa-oss
sudo apt-get install linux-sound-base alsamixergui gnome-alsamixer alltray
sudo reboot
gstreamer-properties
choose ALSA in both fields for Input and Output in the Audio Tab in gstreamer-properties
i actually don't use either alsamixergui or gnome-alsamixer instead i still prefer use alsamixer
and then after all is selected / tuned i issue comand:
sudo alsactl store
alltray is not really needed but is handy :)
Some of those things should be by default installed in your distro...but you have to be sure.
In the past i fully removed PA, i mean everything that had pulseaudio in it's name...NOT a good idea , trust me....yes, i also end up with a machine with broken audio....
Kubuntu 12.10 64-bit.
I've personally solved the problem by installing libsdl and by
This.
For Steam on Wine PA support you might need the corresponding 32 bit libs.
https://github.com/ValveSoftware/steam-for-linux/issues
Thanks!