这周我一怒之下卸载了Ubuntu。但我想在这个周末尝试重新安装它并尝试找出我的问题。
基本上我使用 Ubuntu 的唯一问题是当我运行游戏时我的 G-Sync 没有激活。
我为我的 GTX 780ti 显卡安装了 14.04 以及最新的 Nvidia 驱动程序。我在nvidia软件中点击启用G-sync。但每次我从 Steam 库加载游戏时,它都不会激活 G-Sync。
我很想永远放弃 Windows,但我不会让我 600 美元的显示器白白浪费。如果有人能给我一个答案,解释为什么它从未激活,我将不胜感激。
当我在 ubuntu 14.04 上使用 GTX1080 打开 matlab2016a 时,出现以下错误:
com.jogamp.opengl.GLException: X11GLXDrawableFactory - Could not initialize shared resources for X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x0, owner false, ResourceToolkitLock[obj 0x17b50086, isOwner false, <6c356992, 26a627be>[count 0, qsz 0, owner <NULL>]]]
at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:326)
at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:297)
at java.lang.Thread.run(Unknown Source)
Caused by: com.jogamp.opengl.GLException: glXGetConfig(0x1) failed: error code Unknown error code 6
at jogamp.opengl.x11.glx.X11GLXGraphicsConfiguration.glXGetConfig(X11GLXGraphicsConfiguration.java:570)
at jogamp.opengl.x11.glx.X11GLXGraphicsConfiguration.XVisualInfo2GLCapabilities(X11GLXGraphicsConfiguration.java:500)
at jogamp.opengl.x11.glx.X11GLXGraphicsConfigurationFactory.chooseGraphicsConfigurationXVisual(X11GLXGraphicsConfigurationFactory.java:434)
at jogamp.opengl.x11.glx.X11GLXGraphicsConfigurationFactory.chooseGraphicsConfigurationStatic(X11GLXGraphicsConfigurationFactory.java:240)
at jogamp.opengl.x11.glx.X11GLXDrawableFactory.createMutableSurfaceImpl(X11GLXDrawableFactory.java:524)
at jogamp.opengl.x11.glx.X11GLXDrawableFactory.createDummySurfaceImpl(X11GLXDrawableFactory.java:535)
at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:283)
... 2 more
Run Code Online (Sandbox Code Playgroud)
有解决这个问题的方法吗?我在 nvidia 论坛( https://devtalk.nvidia.com/default/topic/926199/361-28-crashes-matlab-r2016a/ )上看到过帖子,在这里我尝试了几个解决方案,但没有一个有效。我安装了 ppa …
因此,在我格式化硬盘驱动器并进行全新安装之前(就像我 6 个月前所做的那样),是否有一个神奇的命令可以解决这个问题?我应该指出 Nvidia 驱动程序运行良好 (nvidia-driver-418),我现在可以玩本机游戏和仅限 Windows 的游戏,但是:
sudo apt autoremove
the following packages have unmet dependencies.
libnvidia-decode-418 : Depends: libnvidia-compute-418 (= 418.56-0ubuntu1) but it is not installed
libnvidia-decode-418:i386 : Depends: libnvidia-compute-418:i386 (= 418.56-0ubuntu1) but it is not installed
libnvidia-gl-418 : Depends: libnvidia-compute-418 but it is not installed
nvidia-compute-utils-418 : Depends: libnvidia-compute-418 but it is not installed
nvidia-driver-418 : Depends: libnvidia-compute-418 (= 418.56-0ubuntu1) but it is not installed
Recommends: libnvidia-compute-418:i386 (= 418.56-0ubuntu1)
nvidia-utils-418 : Depends: libnvidia-compute-418 but it is not …Run Code Online (Sandbox Code Playgroud) I'm trying to get hardware encoding working on ffmpeg.
I'm using Ubuntu 18.04 with its default kernel (4.15.0-50.54), ffmpeg package (3.4.6-0ubuntu0.18.04.1) and Nvidia drivers (390.116-0ubuntu0.18.04.1)
My hardware is a Lenovo Thinkpad P40 Yoga with a NVidia Quadro M500M (GM108GLM) which is supposed to have PureVideo HD 6 (VP6). I have not found a list of the codecs, pixel formats, bitrates, and resolutions supported by NVENC on this card, but it should be able to encode simple H264 videos at the …
Ubuntu 最近向 18.04 存储库添加了更新的 Nvidia 驱动程序(即不是通过 ppa)。所以我将我的驱动程序从 390 版本升级到 430,这是现在推荐的版本:
> ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd0000139Bsv00001028sd000006E4bc03sc02i00
vendor : NVIDIA Corporation
model : GM107M [GeForce GTX 960M]
driver : nvidia-driver-430 - distro non-free recommended
driver : nvidia-driver-390 - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin
Run Code Online (Sandbox Code Playgroud)
但是,nvidia-settings存储库中的软件包似乎适用于版本 390,而我没有看到适用于 430 的nvidia-settings软件包。如果我从存储库安装软件包,则尝试运行它会输出
ERROR: Unable to find display on any available system
Run Code Online (Sandbox Code Playgroud)
而如果我删除包,nvidia-settings则不存在(例如,它似乎没有与nvidia-driver-430包一起打包。或者,如果是,我找不到它)。
我认为 nvidia 驱动程序运行正常,作为nvidia-smi输出
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 430.26 …Run Code Online (Sandbox Code Playgroud) 当我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) 我的屏幕在未更新/更改的区域中不断模糊。看起来驱动程序一遍又一遍地对同一图像应用某种抗锯齿,导致静态区域随着每个新帧变得更加模糊。
I've had this issue for about one year now and on various distros / desktop environments, but it only occurred occasionally right after closing a game and went away after a reboot. That same thing happened again yesterday, but rebooting didn’t fix it this time. I already tried rolling back from driver 435 to 430 (which used to work), but that didn’t help either. The nouveau driver seems to work just fine though, my Windows installation doesn’t have any …
安装 ubuntu 20.04 后,我的鼠标指针非常迟钝。它只是视觉上的(即:指针似乎实际上在后端移动。我只是看到它在几个地方跳来跳去。)。拖动窗口很流畅。自定义鼠标指针(例如在 krita 中)也很流畅。
它仍然存在于 nvidia 驱动程序和英特尔视频驱动程序上。我无法测试 nouveau 驱动程序,因为它完全破坏了 xorg,我需要使用恢复来修复我的系统。它还存在于触控板、轨迹点、物理鼠标和绘图板。连接第二台显示器时,问题几乎完全解决。
有没有其他人经历过这种情况?这似乎是一个非常奇怪的错误,我不确定从哪里开始寻找解决方案。谷歌没有给我任何接近它的东西。
编辑:我刚刚发现鼠标在锁定屏幕上工作正常
获取 [失败] - 无法启动 NVidia 持久守护进程。20.04 屏幕变黑,光标闪烁。
我的视频卡住了,无法在 VLC 中正常播放。因此,我尝试更新 Nvidia 驱动程序。我转到“附加驱动程序”选项卡,默认选择“使用(专有,已测试)”,但我选择了第二个选项,即“专有”,然后单击“应用更改”。我收到了一个对话框,要求提供安全启动密码我给了它。重新启动后,我得到一个小蓝框,其中包含选项“继续启动”、打开 MDK 和另一个选项。我选择“继续启动”。系统开始启动,但卡住了光标黑屏闪烁。启动失败。我搜索了这个论坛,并按照其他帖子的建议,尝试禁用安全启动选项并重新启动。这次,我按了 Ctl + Alt + F1,我可以看到状态。在我看到消息 [FAILED] - 无法启动 NVidia Persistence Daemon。屏幕变黑,光标闪烁。
我没有让 GRUB 屏幕进入终端模式来卸载或更新驱动程序。我该如何修复它?请建议。
我有一台戴尔 Inspiron 7577 笔记本电脑,配备 nVIDIA GeForce GTX 1060,采用 max-Q 设计和集成英特尔 GPU,运行 Ubuntu 21.04。它有一个 3840x2160 的 HiDPI 屏幕,我在 Gnome 中使用了 175% 的小数缩放。nVIDIA 驱动程序是最新的 465.24.02,来自https://launchpad.net/~oem-solutions-group/+archive/ubuntu/nvidia-driver-staging?field.series_filter=hirsute
使用 optimus nVIDIA 在 21.04 上运行 Wayland 的步骤是什么?