ubuntu - 无法在 ubuntu 20.04 上安装 vulkan

标签 ubuntu unreal-engine4 vulkan

我的 GPU 是 NVIDIA GeForce GT 705。在运行 ./UE4Editor 时,错误显示“找不到兼容的 Vulkan 设备或驱动程序”。因此,我尝试按照此页面 Vulkan On Linux 安装 Vulkan . sudo add-apt-repository ppa:graphics-drivers/ppasudo apt upgrade 可能是正确的。

$ sudo ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd0000104Csv00001028sd0000109Bbc03sc00i00
vendor   : NVIDIA Corporation
model    : GF119 [GeForce GT 705]
driver   : nvidia-340 - distro non-free
driver   : nvidia-driver-390 - distro non-free recommended
driver   : xserver-xorg-video-nouveau - distro free builtin

$ sudo add-apt-repository ppa:graphics-drivers/ppa
Hit:1 http://jp.archive.ubuntu.com/ubuntu focal InRelease
Get:2 http://jp.archive.ubuntu.com/ubuntu focal-updates InRelease [107 kB]                             
Get:3 http://jp.archive.ubuntu.com/ubuntu focal-backports InRelease [98.3 kB]                                                          
Hit:4 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu focal InRelease                                                               
Get:5 http://security.ubuntu.com/ubuntu focal-security InRelease [107 kB]
Get:6 http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu focal InRelease [23.8 kB]
Get:7 http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu focal/main amd64 Packages [7,196 B]
Get:8 http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu focal/main i386 Packages [6,924 B]
Fetched 350 kB in 3s (128 kB/s)                     
Reading package lists... Done

但是,下面是错误的。

$ sudo apt install nvidia-graphics-drivers-396 nvidia-settings vulkan vulkan-utils
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package nvidia-graphics-drivers-396
E: Unable to locate package vulkan

我不知道为什么 nvidia-graphics-drivers-396vulkan 不存在以及我如何安装 vulkan。请告诉我。

最佳答案

GT 705基于费米架构,根本不支持Vulkan。因此,即使使用最新的驱动程序,您也无法在该 GPU 上使用 Vulkan。

关于ubuntu - 无法在 ubuntu 20.04 上安装 vulkan,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62357061/

相关文章:

C_icap 与 pthread 链接时出错

c++ - 使用 Vulkan 绘制到多个窗口

vulkan - 查询VRAM数量或GPU时钟速度

c# - UE4 波浪水 Material 和网格问题

c++ - 如何在主渲染循环运行时将纹理同步加载到 GPU

python - 如何使用 Sudo 在生产服务器上配置 Django 电子邮件

ubuntu - 无法连接到在 VirtualBox 内的 Xubuntu 上运行的 Jupyter 笔记本服务器

ubuntu - 没有默认模块的 linux 的 kvm 设置

c++ - 修改 ATriggerSphere 半径?

c++ - 检查A是否是B的子类?