从蒸汽站点下载并安装deb,然后单击launcher就什么也不做了,但是系统监视器中有一个蒸汽实例正在运行。试图通过终端机发射给我这段文字
Running Steam on ubuntu 18.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast我现在不知道该怎么做,任何帮助都是非常感谢的,谢谢。
Update:运行以下两个命令
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1现在,当我在终端运行蒸汽时,我得到了这个
Repairing installation, linking /home/alex/.steam/steam to /home/alex/.local/share/Steam
Running Steam on ubuntu 18.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
/home/alex/.local/share/Steam/ubuntu12_32/steam: symbol lookup error: /usr/lib/i386-linux-gnu/libxcb-dri3.so.0: undefined symbol: xcb_send_request_with_fds
/home/alex/.local/share/Steam/steam.sh: line 444: no match: ssfn*发布于 2018-07-25 05:31:30
随机删除的东西通常不会让你的生活更轻松..。第一件事总是尝试是让你重新安装它?就像:
sudo apt purge steam然后重新安装?
我有安装问题的18.04和他们是通过重新安装修复。
也可能是我,但您可能会通过Ubuntu软件中心或通过智能安装,找到一个更好的18.04版本,如下所示:
sudo add-apt-repository multiverse
sudo apt update && sudo apt install steam哦,也要确保你运行正确的图形驱动程序,蒸汽可能会变得挑剔。您应该能够通过软件& Updates>Additional驱动程序>Nvidea(而不是通常选择的开源驱动程序)找到它们。
祝你好运,我是你的罗丁
https://askubuntu.com/questions/1059215
复制相似问题