Intel gpu tool linux

Пакет: intel-gpu-tools (1.27.1-1 и другие)

intel-gpu-tools is a package of tools for debugging the Intel graphics driver, including a GPU hang dumping program, performance monitor, and performance microbenchmarks for regression testing the DRM.

Теги: Разработка программного обеспечения: Отладка, Работа с аппаратным обеспечением: Графика и видео, Реализовано на: C, Роль: Программа

Другие пакеты, относящиеся к intel-gpu-tools

  • зависимости
  • рекомендации
  • предложения
  • enhances
  • dep: libc6 (>= 2.16) [x32] библиотека GNU C: динамически подключаемые библиотеки
    также виртуальный пакет, предоставляемый libc6-udeb dep: libc6 (>= 2.34) [amd64, i386] dep: libc6 (>= 2.9) [sh4]
  • dep: libcairo2 (>= 1.12.0) [amd64, i386] библиотека для двухмерной векторной графики Cairo
  • dep: libdrm-amdgpu1 (>= 2.4.84) [amd64, i386] Userspace interface to amdgpu-specific kernel DRM services — runtime
  • dep: libdrm-intel1 (>= 2.4.30) [x32] программный интерфейс к дополнительным функциям графического драйвера intel в ядре dep: libdrm-intel1 (>= 2.4.9) [sh4]
  • dep: libdrm-nouveau2 (>= 2.4.66) [amd64, i386] Userspace interface to nouveau-specific kernel DRM services — runtime
  • dep: libdrm2 (>= 2.3.1) [sh4] интерфейс пространства пользователя для DRM-служб ядра (времени выполнения) dep: libdrm2 (>= 2.4.3) [x32] dep: libdrm2 (>= 2.4.82) [amd64, i386]
  • dep: libdw1 (>= 0.127) [amd64, i386] извлечение отладочной информации DWARF из программ
  • dep: libglib2.0-0 (>= 2.35.9) [amd64, i386] библиотека С-функций
  • dep: libkmod2 (>= 5~) [amd64, i386] разделяемая библиотека libkmod
  • dep: libpciaccess0 (>= 0.11.0) [amd64, i386] общая библиотека доступа к PCI для X dep: libpciaccess0 (>= 0.8.0+git20071002) [sh4, x32]
  • dep: libpixman-1-0 (>= 0.15.14) [amd64, i386] библиотека для работы с пикселями в X и cairo
  • dep: libproc2-0 (>= 2:4.0.2) [amd64, i386] library for accessing process information from /proc
  • dep: libudev1 (>= 183) [amd64, i386] разделяемая библиотека libudev
  • dep: libunwind8 [amd64, i386] library to determine the call-chain of a program — runtime
  • dep: libx11-6 (>= 2:1.4.99.1) [amd64, i386] библиотека X11 для клиентской стороны
  • dep: libxext6 [amd64, i386] интерфейс к различным расширениям графической подсистемы X11
  • dep: libxv1 [amd64, i386] библиотека расширения X11 Video
  • dep: zlib1g (>= 1:1.1.4) [amd64, i386] библиотека сжатия
Читайте также:  Mine bitcoins on linux

Загрузка intel-gpu-tools

Загрузить для всех доступных архитектур
Архитектура Версия Размер пакета В установленном виде Файлы
amd64 1.27.1-1 2 284,3 Кб 12 490,0 Кб [список файлов]
i386 1.27.1-1 1 447,1 Кб 14 039,0 Кб [список файлов]
sh4 (неофициальный перенос) 1.0.2-1 51,8 Кб 232,0 Кб [список файлов]
x32 (неофициальный перенос) 1.2-1 174,1 Кб 433,0 Кб [список файлов]

Эта страница также доступна на следующих языках (Как установить язык по умолчанию):

Чтобы сообщить о проблеме, связанной с веб-сайтом, отправьте сообщение (на английском) в список рассылки debian-www@lists.debian.org. Прочую контактную информацию см. на странице Debian Как с нами связаться.

Авторские права © 1997 — 2023 SPI Inc.; См. условия лицензии. Debian это торговый знак компании SPI Inc. Об этом сайте.

Источник

How To Install intel-gpu-tools on Ubuntu 22.04

In this tutorial we learn how to install intel-gpu-tools on Ubuntu 22.04.

What is intel-gpu-tools

intel-gpu-tools is a package of tools for debugging the Intel graphics driver, including a GPU hang dumping program, performance monitor, and performance microbenchmarks for regression testing the DRM.

There are three ways to install intel-gpu-tools on Ubuntu 22.04. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.

Install intel-gpu-tools Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install intel-gpu-tools using apt-get by running the following command:

sudo apt-get -y install intel-gpu-tools 

Install intel-gpu-tools Using apt

Update apt database with apt using the following command.

After updating apt database, We can install intel-gpu-tools using apt by running the following command:

sudo apt -y install intel-gpu-tools 

Install intel-gpu-tools Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

Читайте также:  Listing file sizes linux

After updating apt database, We can install intel-gpu-tools using aptitude by running the following command:

sudo aptitude -y install intel-gpu-tools 

How To Uninstall intel-gpu-tools on Ubuntu 22.04

To uninstall only the intel-gpu-tools package we can use the following command:

sudo apt-get remove intel-gpu-tools 

Uninstall intel-gpu-tools And Its Dependencies

To uninstall intel-gpu-tools and its dependencies that are no longer needed by Ubuntu 22.04, we can use the command below:

sudo apt-get -y autoremove intel-gpu-tools 

Remove intel-gpu-tools Configurations and Data

To remove intel-gpu-tools configuration and data from Ubuntu 22.04 we can use the following command:

sudo apt-get -y purge intel-gpu-tools 

Remove intel-gpu-tools configuration, data, and all of its dependencies

We can use the following command to remove intel-gpu-tools configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge intel-gpu-tools 

References

Summary

In this tutorial we learn how to install intel-gpu-tools package on Ubuntu 22.04 using different package management tools: apt, apt-get and aptitude.

Источник

Package: intel-gpu-tools (1.27.1-1 and others)

intel-gpu-tools is a package of tools for debugging the Intel graphics driver, including a GPU hang dumping program, performance monitor, and performance microbenchmarks for regression testing the DRM.

Tags: Software Development: Debugging, Hardware Enablement: Graphics and Video, Implemented in: C, Role: Program

  • depends
  • recommends
  • suggests
  • enhances
  • dep: libc6 (>= 2.16) [x32] GNU C Library: Shared libraries
    also a virtual package provided by libc6-udeb dep: libc6 (>= 2.34) [amd64, i386] dep: libc6 (>= 2.9) [sh4]
  • dep: libcairo2 (>= 1.12.0) [amd64, i386] Cairo 2D vector graphics library
  • dep: libdrm-amdgpu1 (>= 2.4.84) [amd64, i386] Userspace interface to amdgpu-specific kernel DRM services — runtime
  • dep: libdrm-intel1 (>= 2.4.30) [x32] Userspace interface to intel-specific kernel DRM services — runtime dep: libdrm-intel1 (>= 2.4.9) [sh4]
  • dep: libdrm-nouveau2 (>= 2.4.66) [amd64, i386] Userspace interface to nouveau-specific kernel DRM services — runtime
  • dep: libdrm2 (>= 2.3.1) [sh4] Userspace interface to kernel DRM services — runtime dep: libdrm2 (>= 2.4.3) [x32] dep: libdrm2 (>= 2.4.82) [amd64, i386]
  • dep: libdw1 (>= 0.127) [amd64, i386] library that provides access to the DWARF debug information
  • dep: libglib2.0-0 (>= 2.35.9) [amd64, i386] GLib library of C routines
  • dep: libkmod2 (>= 5~) [amd64, i386] libkmod shared library
  • dep: libpciaccess0 (>= 0.11.0) [amd64, i386] Generic PCI access library for X dep: libpciaccess0 (>= 0.8.0+git20071002) [sh4, x32]
  • dep: libpixman-1-0 (>= 0.15.14) [amd64, i386] pixel-manipulation library for X and cairo
  • dep: libproc2-0 (>= 2:4.0.2) [amd64, i386] library for accessing process information from /proc
  • dep: libudev1 (>= 183) [amd64, i386] libudev shared library
  • dep: libunwind8 [amd64, i386] library to determine the call-chain of a program — runtime
  • dep: libx11-6 (>= 2:1.4.99.1) [amd64, i386] X11 client-side library
  • dep: libxext6 [amd64, i386] X11 miscellaneous extension library
  • dep: libxv1 [amd64, i386] X11 Video extension library
  • dep: zlib1g (>= 1:1.1.4) [amd64, i386] compression library — runtime
Читайте также:  Input output error during read on dev sda linux

Download intel-gpu-tools

Download for all available architectures
Architecture Version Package Size Installed Size Files
amd64 1.27.1-1 2,284.3 kB 12,490.0 kB [list of files]
i386 1.27.1-1 1,447.1 kB 14,039.0 kB [list of files]
sh4 (unofficial port) 1.0.2-1 51.8 kB 232.0 kB [list of files]
x32 (unofficial port) 1.2-1 174.1 kB 433.0 kB [list of files]

This page is also available in the following languages (How to set the default document language):

To report a problem with the web site, e-mail debian-www@lists.debian.org. For other contact information, see the Debian contact page.

Content Copyright © 1997 — 2023 SPI Inc.; See license terms. Debian is a trademark of SPI Inc. Learn more about this site.

This service is sponsored by Hewlett-Packard.

Источник

Оцените статью
Adblock
detector