我最近安装了 14.04。
但是现在我需要为我的 nVidia GeForce GT 630 安装一个新驱动程序。以前的驱动程序因与 64 位不兼容而被拒绝。我发现了其他驱动程序,当我想在终端中安装它时,sh我首先被要求停止 x-server。它不能与正在运行的 x-server 一起安装。
那么我该如何安装它们呢?
最近安装了 Ubuntu 16.04 64 位桌面。
图形:AMD OLAND 上的 Gallium 0.4(DRM 2.43.0,LLVM 3.8.0)当我看到其他链接时,他们为 Nvidia 的 Ubuntu 提供解决方案不确定这会有所帮助,因为我有 AMD Radeon。
$ xvfb-run firefox http://www.google.com
libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
libGL: Can't open configuration file /home/ram/.drirc: No such file or directory.
libGL: Can't open configuration file /home/ram/.drirc: No such file or directory.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
[GFX1]: Unknown image format 16
Run Code Online (Sandbox Code Playgroud)
我该如何解决这个问题?
我有安装了专有 NVidia 驱动程序的 Ubuntu 18.04 64 位。当我尝试启动任何 Windows 图形应用程序时,我收到以下错误:
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 151 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 257
Current serial number in output stream: 256
Run Code Online (Sandbox Code Playgroud)
在 SO 社区上浏览了类似的问题后,我意识到这可能是由使用 32 位图形库的 wine 引起的。
问题是 NVidia 专有的 32 位驱动程序安装程序会检查架构,但安装失败(尽管我安装了 multiarch-support 包)。
有没有办法在保留专有驱动程序的情况下解决这个问题?或者如果不是,设置这些库的最强大的方法是什么?
谢谢!
当我ssh -X从 Mac OSX 计算机进入 Ubuntu 18.04 桌面时,我能够进入。但是,当我尝试运行 firefox 或 rstudio 时,我得到
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Run Code Online (Sandbox Code Playgroud)
其次是
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (8 8 8 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 8 8 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 8 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8)
qt.glx: qglx_findConfig: Failed to finding matching …Run Code Online (Sandbox Code Playgroud)