AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-577493

r0ng's questions

Martin Hope
r0ng
Asked: 2020-12-12 12:33:03 +0800 CST

如何在 Ubuntu 20.04 上识别 AMD 显卡型号

  • 1

我正在尝试安装最新的显卡驱动程序。所以我需要知道我正在使用的卡的确切型号,而无需打开我的电脑机箱,物理检查型号。我试过了:

lspci | grep AMD | grep VGA

得到以下结果

VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev c1)

结果还不错,但是安装驱动的结果还不够好,因为5700和5700XT有不同的驱动。所以我的问题是,有没有办法知道确切的模型?

drivers graphics radeon
  • 2 个回答
  • 440 Views
Martin Hope
r0ng
Asked: 2016-10-24 13:10:04 +0800 CST

我可以在 Ubuntu 16.04 上使用哪些工具将 mp4 文件剪切成多个剪辑?[复制]

  • 18
这个问题在这里已经有了答案:
视频编辑软件选项?[关闭] (9 个回答)
5年前关闭。

我正在尝试将长视频切成几小块。有什么推荐的工具可以完成这项任务吗?

mp4
  • 3 个回答
  • 20830 Views
Martin Hope
r0ng
Asked: 2016-09-21 20:30:00 +0800 CST

适用于 Linux* OS v2.0.2 的英特尔显卡更新工具无法更新显卡驱动程序

  • 3

我下载了用于更新驱动程序的英特尔图形工具并收到以下错误:

Ensuring consistent system... OK
Listing packages... OK
Setting up repositories... OK
Installing packages...
    Updating package cache... Failed

错误详情:

W:GPG error: https://download.01.org/gfx/ubuntu/16.04/main xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 56A3DEF863961D39
W:The repository 'https://download.01.org/gfx/ubuntu/16.04/main xenial InRelease' is not signed.
W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use., W:See apt-secure(8) manpage for repository creation and user configuration details.
W:The repository 'http://ppa.launchpad.net/tualatrix/ppa/ubuntu xenial Release' does not have a Release file.
W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use., W:See apt-secure(8) manpage for repository creation and user configuration details.
E:Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E:Some index files failed to download. They have been ignored, or old ones used instead.

有谁知道如何修理它?


操作系统:Ubuntu 16.04 LTS
显卡:Intel® Iris Pro Graphics 580 (Skylake GT4e)

谢谢,

drivers
  • 1 个回答
  • 16348 Views
Martin Hope
r0ng
Asked: 2016-08-04 18:48:24 +0800 CST

如何安装英特尔显卡驱动程序以在 Ubuntu 16.04 上使用 vulkan

  • 8

环境:

Ubuntu 16.04 LTS。该机采用Intel iris Pro Graphics 580(Skylake GT4e)图形处理器。

伏尔甘:1.0.21.1

问题是,我安装了 Vulkan 1.x SDK,并尝试运行多维数据集示例。我得到的错误信息是:

./cube
vkEnumerateInstanceExtensionProperties failed to find the VK_KHR_surface extension.

Do you have a compatible Vulkan installable client driver (ICD) installed?
Please look at the Getting Started guide for additional information.

安装 mesa-util 后,出现以下错误消息:

FINISHME: Get correct values for VkPhysicalDeviceLimits
vulkan: No DRI3 support
Could not find a graphics and a present queue

我尝试过的解决方案:

  1. https://gist.github.com/SaschaWillems/47be6970a3e99a3d30e1(我使用 Mesa 12.01 而不是 Mesa master,但我认为 12.01 已经足够了。)

  2. https://launchpad.net/~canonical-x/+archive/ubuntu/vulkan安装包后依然无法运行cube示例。

关于如何在英特尔 GPU 上运行 vulkan 的任何想法?

drivers
  • 2 个回答
  • 19806 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve