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(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
http://ein-eike.de/2016/08/28/how-to-install-steam-and-nvidia-drivers-on-debian-jessie/
Thank you for your answer. This instruction doesn't work. I don't see this package nvidia-driver.
Yep, I enabled the 32 bit layer.
glxinfo | grep "OpenGL version"
How did you install? Steam debian package or from Debian repositories?
Check if you can find in your system all the libGL.so libraries (check that you have a 32bit version). For example:
Also, what's your GPU? Are you using Mesa drivers?
OpenGL version string: 3.0 Mesa 13.0.6
I installed steam from the package, which downloaded from steampowered.com. Then I executed following command:
dpkg --add-architecture i386
apt update && apt upgrade
apt install steam - package was installed
Done.
I have integrated GPU. )))
BTW: this command updatedb | locate libGL.so freezes like this:
sudo updatedb | locate libGL.so
[sudo] password for kauffman: /home/kauffman/.dropbox-dist/dropbox-lnx.x86_64-46.3.60/libGL.so.1
/snap/keepassxc/37/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
/snap/keepassxc/37/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0
/usr/lib/insync/libGL.so.1
/usr/lib/x86_64-linux-gnu/libGL.so.1
/usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
That's all.
apt-get install nvidia-driver
apt-get install --reinstall nvidia-kernel-dkms
So you run "dpkg -i steam.deb" and then tried to install steam from the repos? The last step should has fail I think. Anyway, try to purge the steam.deb you installed (dpkg -P steam.deb) and the follow the wiki the Max Payne shared.
You also don't have Mesa i386 packages, but that problem will be handled by apt when you install from repos, so don't worry.
We really should wait for OP to give that info before telling him to install any 64/32-bit proprietary gpu drivers or mesa.
to OP:
You should tell us which brand that integrated gpu is so we can help further...
Also, you should always install Steam from your distro's default repo instead of downloading it from the website because its usually a version with distro-specific dependencies and compatibility issues ironed out.
Running Steam on parrot 4.8 64-bit
STEAM_RUNTIME is enabled automatically
Pins potentially out-of-date, rebuilding...
Found newer runtime version for 32-bit libvulkan.so.1. Host: 1.2.131 Runtime: 1.2.135
Found newer runtime version for 64-bit libGLU.so.1. Host: 1.3.1 Runtime: 1.3.8004
Forced use of runtime version for 64-bit libcurl.so.4. Host: 4.6.0 Runtime: 4.2.0
Found newer runtime version for 64-bit libdbusmenu-glib.so.4. Host: 4.0.12 Runtime: 4.0.13
Found newer runtime version for 64-bit libpangox-1.0.so.0. Host: 0.0.0 Runtime: 0.3000.0
Found newer runtime version for 64-bit libvulkan.so.1. Host: 1.2.131 Runtime: 1.2.135
Error: You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
O seguinte comando resolveu o meu problema:
sudo apt install nvidia-legacy-340xx-driver-libs-i386