我在 Dell Precision M6400 上全新安装了 Ubuntu 20.04。没有硬件加速(glmark2 显示流畅的图形,但 CPU 达到 100%)并且 dmesg 中出现 nouveau 错误...
dmesg | grep nouveau
[ 2497.539054] nouveau 0000:01:00.0: Direct firmware load for nouveau/nv84_xuc00f failed with error -2
[ 2497.539066] nouveau 0000:01:00.0: vp: unable to load firmware nouveau/nv84_xuc00f
[ 2497.539070] nouveau 0000:01:00.0: vp: init failed, -2
英伟达显卡...
Display: x11 server: X.Org 1.20.13 driver: fbdev,nouveau unloaded: modesetting,vesa
resolution: 1920x1200~60Hz, 1600x1200~60Hz
OpenGL: renderer: NV92 v: 3.3 Mesa 21.2.6
检查https://nouveau.freedesktop.org/CodeNames.html我发现我的卡的正确固件在 NV50 系列 (Tesla) 下列为 NV92(G92)。在我的 /lib/firmware/nouveau 中我发现......
-rw-r--r-- 1 root root 1627 Dec 12 2009 nv92.ctxprog
-rw-r--r-- 1 root root 19689 Dec 12 2009 nv92.ctxvals
这些是它正在寻找的固件文件吗?如果是这样,我如何让它使用这些 nv92 文件而不是 nv84_xuc00f?我搜索了有关“vp:init failed,-2”以及 nouveau 如何加载其固件文件的信息,但细节似乎有点薄弱。
任何指示将不胜感激?
英国