我正在尝试在 Ubuntu 15.10 64 位上安装 Steam。
当我运行 steam 时,我得到以下输出:
username@computer:~/Desktop$ steam
Running Steam on ubuntu 15.10 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
我见过这个问题,但我无法将这些答案应用到我的情况中。首先,我正在处理 Radeon 驱动程序。
答案1
在 shell 中运行以下命令:
export LD_PRELOAD='/usr/$LIB/libstdc++.so.6'
export DISPLAY=:0
蒸汽应该开始工作:
steam
这对我有用。(来源)