相关疑难解决方法(0)

在 Ubuntu 15.04+ 上安装 Steam 的问题

实际上,我已经安装了新的 Ubuntu 15.04 64 位,当我尝试在其上安装 Steam 时,出现了问题。事实上,我已经从 Steam 网站下载了 deb 包,安装了它,当我启动它时什么也没有发生。我试图从终端启动它以及我所拥有的

$ steam
Running Steam on ubuntu 15.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0_client)
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
Run Code Online (Sandbox Code Playgroud)

steam software-installation

104
推荐指数
5
解决办法
12万
查看次数

Steam:libGL 错误:找不到匹配的 fbConfigs 或视觉效果 libGL 错误:无法加载驱动程序:swrast

如果我单击“Steam”的桌面应用程序,则没有任何反应。

steam在终端中运行会产生以下结果:

STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1474415843)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Run Code Online (Sandbox Code Playgroud)

有趣的是,如果我将 GPU 驱动程序更改为xorg,它可以完美运行。

我该怎么做才能让它发挥作用?它在最新的 Steam 更新(36 小时前)后停止工作。

我尝试卸载 nvidia -sudo apt-get remove nvidia*并重新安装驱动程序,但没有成功。

nvidia steam drivers

64
推荐指数
4
解决办法
14万
查看次数

ubuntu 16.04 在运行 OpenGL 程序时给出“失败请求的 X 错误:BadValue(整数参数超出操作范围)”

我有两块两块显卡,一块是集成在 Intel cpu 中的,一块是 nvidia 卡。

我想用集成的来渲染桌面,NV卡用cuda计算。在我安装了“nvidia-modprobe”之后,我切换到使用“NVIDIA X Server 设置”中的集成器,它按我的意愿工作。

但是当我运行 glxinfo 时,glx 的问题在哪里。

name of display: :0
X Error of failed request:  BadValue (integer parameter out of range for operation)
Major opcode of failed request:  154 (GLX)
Minor opcode of failed request:  24 (X_GLXCreateNewContext)
Value in failed request:  0x0
Serial number of failed request:  37
Current serial number in output stream:  38
Run Code Online (Sandbox Code Playgroud)

在 xorg 中将 libglx.so 记录在

[     3.597] (II) "glx" will be loaded by default.
[     3.597] (II) …
Run Code Online (Sandbox Code Playgroud)

nvidia xorg graphics opengl

31
推荐指数
2
解决办法
12万
查看次数

标签 统计

nvidia ×2

steam ×2

drivers ×1

graphics ×1

opengl ×1

software-installation ×1

xorg ×1