Intel pentium linux driver

How do I install the Intel Graphics driver in my system?

Can someone help me out and explain or point me in the right direction on how to check video drivers and see if my video card running okay? I had 10.04 installed on my Thinkpad r61 with Compiz Manager and life was great, until the machine took water damage. I bought an ASUS (X54H) since and am trying out 12.04, but the desktop just doesn’t look right. I always struggled with video driver installation. There are no proprietary drivers available in the hardware manager. When I run lspci | grep VGA :

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 

I will greatly appreciate your help. I want to use Linux more, but like I said video drivers appear to be my biggest concern. I have also tried 12.04 on my desktop PC, but again failed to configure video card, so switched back to Windows 7.

5 Answers 5

The Intel graphics driver is part of the xserver-xorg-video-intel driver package, which is installed on all Ubuntu systems by default. And since it isn’t a proprietary driver package, it doesn’t show up in jockey (aka the Hardware Drivers application).

Just to ensure it didn’t get removed by mistake (very slim possibility), just run this command:

sudo apt-get install xserver-xorg-video-intel 

If the driver is installed, and you’re still having issues with graphics on your desktop, then please file a bug report against the xorg package, using this terminal command:

Источник

Установка драйвера Intel в Ubuntu

В отличие от драйверов видеокарт от других производителей, таких как Nvidia и AMD, часть драйвера Intel для интегрированных видеокарт встроена в ядро, а другая часть в пакет mesa-utils. Таким образом если вы используете последнюю версию ядра и свежую версию mesa-utils то, скорее всего, вы используете самую свежую версию драйвера Intel.

В этой статье мы рассмотрим как выполняется установка драйвера Intel в Ubuntu если он не установлен по умолчанию, а также как получить самую последнюю версию.

Официальный установщик драйверов Intel

Раньше существовал установщик драйверов от Intel, позволяющий установить последнюю версию драйвера в Ubuntu или Fedora, но потом компания прекратила поддержку этой утилиты. Скачать её можно здесь. Но последняя версия пакета вышла в 2018 году, и с тех пор уже вышло много новых ядер и новых версий дистрибутива Ubuntu. Сейчас в репозиториях Ubuntu версия драйвера более новая чем там.

Читайте также:  How to make linux faster

Установка драйвера Intel в Ubuntu

Вы можете посмотреть какой сейчас драйвер видеокарты используется с помощью команды lspci:

Как видите, в данном примере используется i915, это драйвер видеокарты от Intel. Он работает и ничего больше устанавливать не нужно. Если же в этой строчке находится что-то другое, можно попытаться установить драйвер.

Для установки части драйвера для Xorg и Mesa достаточно установить в систему такие пакеты:

sudo apt install xserver-xorg-video-intel

sudo apt install mesa-utils

Если вы хотите получить самую последнюю версию драйвера можно воспользоваться специальным PPA. Для добавления репозитория в систему выполните:

sudo add-apt-repository ppa:oibaf/graphics-drivers

Затем просто обновите систему и перезагрузите компьютер:

Выводы

Вот и все. Теперь вы знаете как выполняется установка драйвера Intel Ubuntu. В отличие от драйверов для Nvidia, в большинстве случаев здесь всё уже установлено. И вам не надо думать как поддерживать актуальную версию этого драйвера в своей системе. Если у вас остались вопросы, спрашивайте в комментариях!

Обнаружили ошибку в тексте? Сообщите мне об этом. Выделите текст с ошибкой и нажмите Ctrl+Enter.

Источник

Steps to Install Intel Graphic Drivers on Ubuntu 20.04LTS

How To Install Intel Graphic Drivers On Ubuntu 20.04LTS

Hello folks, in this article, We will be discussing how to install Intel graphic drivers on Ubuntu 20.04LTS.

Intel’s graphic drivers come preinstalled in the kernel. But if they are not installed on your system, and you want to install them or check for currently used drivers or graphic cards. Follow this article till the end.

How to check graphic drivers on Ubuntu?

Open a terminal window by pressing Ctrl+Alt+T. Execute the following command to see the currently used graphic drivers:

install intel graphics ubuntu 20.04 LTS

sudo lspci -nn | grep -e VGA

Another way of checking the currently used graphic drivers is using the mesa utility. First, install the mesa utility by executing the following command:

sudo apt install mesa-utils

Now, enter the following command to get the driver details. It will also give you other GPU details along with driver details.

How to install Intel graphic drivers on Ubuntu?

Open a terminal window by pressing Ctrl+Alt+T. Now, to install the latest drivers, add the graphics package repository by executing the following commands, it will install gpg-agent and get and will install the public key required to verify the integrity of the package.

sudo apt install -y gpg-agent wget wget -qO - https://repositories.intel.com/graphics/intel-graphics.key | sudo apt-key add - sudo apt-add-repository \ 'deb [arch=amd64] https://repositories.intel.com/graphics/ubuntu focal main'

Now, Add the graphics software packages by executing the following command:

sudo apt update sudo apt install \ intel-opencl-icd \ intel-level-zero-gpu level-zero \ intel-media-va-driver-non-free libmfx1

That’s it! Intel graphic drivers are installed successfully.

Читайте также:  Astra linux сам выключается

If you also want to install development packages, execute the following command:

sudo apt install \ libigc-dev \ intel-igc-cm \ libigdfcl-dev \ libigfxcmrt-dev \ level-zero-dev

Conclusion

So, We discussed how to check for currently used drivers and install Intel graphic drivers on Ubuntu 20.04LTS. I hope it works for you. Thank you for reading!

Источник

cmey / install-intel-opencl-drivers-for-linux.sh

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters

# get OpenCL driver automated installer (installs kernel 4.7)
curl https://software.intel.com/sites/default/files/managed/f6/77/install_OCL_driver.sh_.txt > install_OCL_driver.sh
chmod +x install_OCL_driver.sh
# install OpenCL driver
sudo ./install_OCL_driver.sh install
# check
ls /boot/vmlinuz- * intel *

This installs linux kernel 4.7 but we want 4.13.0-36-generic

Test OpenCL status with: Intel System Analyzer

curl https://software.intel.com/system/files/managed/d4/4d/sys_analyzer_linux.py_.tgz > sys_analyzer_linux.py_.tgz tar -xvzf sys_analyzer_linux.py_.tgz python sys_analyzer_linux.py -v 

Should see at the bottom:
[ OK ] OpenCL check:platform:Intel(R) OpenCL GPU OK CPU OK

Manual Intel OpenCL Drivers installation, without installing(and patching) an old kernel (4.7)

Christophe’s previous step before you follow the guide below:

curl http://registrationcenter-download.intel.com/akdlm/irc_nas/11396/SRB5.0_linux64.zip > SRB5.0_linux64.zip unzip SRB5.0_linux64.zip 
sudo apt-get update sudo apt-get install xz-utils mkdir intel-opencl tar -C intel-opencl -Jxf intel-opencl-r5.0-63503.x86_64.tar.xz tar -C intel-opencl -Jxf intel-opencl-devel-r5.0-63503.x86_64.tar.xz tar -C intel-opencl -Jxf intel-opencl-cpu-r5.0-63503.x86_64.tar.xz sudo cp -R intel-opencl/* / sudo ldconfig 

Print Ubuntu version:
lsb_release -a
Print kernel version that’s running:
uname -r
Print kernel versions installed:
dpkg —list | grep linux-image

Verify CPU model name is Intel:
grep -m 1 name /proc/cpuinfo , should be:
model name : Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz

Verify GPU is Intel:
lspci -nn | grep VGA , should be:
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5927] (rev 06)

make sure you add your user to video group by:
sudo usermod -a -G video $LOGNAME

# from https://github.com/intel-iot-devkit/reference-implementation/tree/master/face-access-control # get install_OCL_driver2_sh.tgz web to https://software.intel.com/file/593325/download tar xf install_OCL_driver2_sh.tgz mkdir opencl-temp sudo ./install_OCL_driver2.sh install --workspace opencl-temp # answer No 

A new version of the Intel OpenCL driver for Linux is out.
See: https://github.com/intel/compute-runtime/releases

Читайте также:  Check running programs linux

It should now be as simple as:

wget https://github.com/intel/compute-runtime/releases/download/18.33.11309/intel-opencl_18.33.11309_amd64.deb dpkg -i intel-opencl_18.33.11309_amd64.deb apt-get install -f 

Note this driver is advertised to only work on Gen8+ hardware.

MBP 15 Mid 2014, has i7-4980HQ which contains an Iris Pro Graphics 5200 | GT3e

clinfo: Device Name Iris Pro 
Release date: 2014 Microarchitecture: Haswell Core Name: Crystal Well Integrated GPU: Intel Iris Pro 5200 

«Crystalwell is the codename of the L4 cache (eDRAM) featured in the Iris Pro-enabled Haswell CPUs. According to Intel, this superior quality memory is responsible for the increased performance of Iris Pro graphics.»
(source)

MBP 13 touch bar Mid 2017, has i7-7567U which contains an Iris Plus Graphics 650

clinfo: Device Name Intel(R) HD Graphics 
Release date: 2017 Core Name: Kaby Lake Microarchitecture: Kaby Lake Integrated GPU: Intel® Iris™ Plus Graphics 650 

This file seems not exist any more

wget http://registrationcenter-download.intel.com/akdlm/irc_nas/11396/SRB5.0_linux64.zip
—2019-05-27 15:54:21— http://registrationcenter-download.intel.com/akdlm/irc_nas/11396/SRB5.0_linux64.zip
Resolving registrationcenter-download.intel.com (registrationcenter-download.intel.com). 104.124.188.30, 2600:1406:d000:183::b, 2600:1406:d000:1bb::b
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|104.124.188.30|:80. connected.
HTTP request sent, awaiting response. 404 Not Found
2019-05-27 15:54:25 ERROR 404: Not Found.

marco@mr-pc: $ sudo snap install mailspring
[sudo] senha para marco:
snap «mailspring» is already installed, see ‘snap help refresh’
marco@mr-pc: $ get OpenCL driver automated installer (installs kernel 4.7)
bash: erro de sintaxe próximo ao token inesperado (‘ marco@mr-pc:~$ get OpenCL driver automated installer (installs kernel 4.7) bash: erro de sintaxe próximo ao token inesperado (‘
marco@mr-pc: $ get OpenCL driver automated installer (installs kernel 4.7)
bash: erro de sintaxe próximo ao token inesperado `(‘
marco@mr-pc: $ curl https://software.intel.com/sites/default/files/managed/f6/77/install_OCL_driver.sh_.txt > install_OCL_driver.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 28973 100 28973 0 0 101k 0 —:—:— —:—:— —:—:— 101k
marco@mr-pc: $ chmod +x install_OCL_driver.sh
marco@mr-pc: $ sudo ./install_OCL_driver.sh install
ERROR: this script is supported only on Ubuntu 14.04 and 16.04.

Hi Guys need help .. i have hp250g4 with intel processor Intel(R) Celeron(R) N3050 @ 1.60GHz x 2
Gpu Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller i recive this error from software

ATTENTION! No OpenCL-compatible or CUDA-compatible platform found.

You are probably missing the OpenCL or CUDA runtime installation.

  • AMD GPUs on Linux require this driver:
    «RadeonOpenCompute (ROCm)» Software Platform (3.1 or later)
  • Intel CPUs require this runtime:
    «OpenCL Runtime for Intel Core and Intel Xeon Processors» (16.1.1 or later)
  • NVIDIA GPUs require this runtime and/or driver (both):
    «NVIDIA Driver» (440.64 or later)
    «CUDA Toolkit» (9.0 or later)

How to install this driver. I have linux debian based «Deepin»»
Thx

Источник

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