Intel hd graphics 400 драйвер linux

Linux Mint Forums

Fresh Linux Mint Noob: Are my Intel Graphics drivers installed correctly?

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Fresh Linux Mint Noob: Are my Intel Graphics drivers installed correctly?

Post by beastykato » Wed Apr 11, 2018 10:40 am

Ok, I am completely new to Linux and have very little experience with using the terminal. So, please keep that in mind, if I do need to carry out any tasks I’ll probably need a little bit of a walk-through.

I recently installed Linux Mint 18.3 64-bit on an old pc just to play around and learn it. I’m actually typing this on it right now, so I’m at least got the machine up and running.

My issue is more of a question at this point. When I check the drivers using Driver Manager the only driver that shows up at all is «intel-microcode». So, I updated that firmware to version 3.20180312.0-ubuntu16.04.1.

When I check system info it shows I have a Celeron J3060. However, under graphics card it just says «Intel Corporation Device 22b1». It does not list the graphics series like it typically would in Windows.

According to cpuboss.com, this processor has the Intel HD 400 series graphics. So, does this mean my graphics driver is not installed? If so, how do I go about finding and installing the proper graphics driver?

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Re: Fresh Linux Mint Noob: Are my Intel Graphics drivers installed correctly?

Post by beastykato » Wed Apr 11, 2018 10:48 am

I just saw someone used «inxi -Fxz» to show this information so I’m providing that as well. Here it does say that it’s the 400 series graphics.

System: Host: beastykato-Aspire-XC-704G Kernel: 4.10.0-38-generic x86_64 (64 bit gcc: 5.4.0)
Desktop: Cinnamon 3.6.7 (Gtk 3.18.9-1ubuntu3.3)
Distro: Linux Mint 18.3 Sylvia
Machine: Mobo: Acer model: Aspire XC-704G
Bios: American Megatrends v: R01-B2 date: 06/08/2016
CPU: Dual core Intel Celeron J3060 (-MCP-) cache: 1024 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 6400
clock speeds: max: 2480 MHz 1: 1315 MHz 2: 1966 MHz
Graphics: Card: Intel Device 22b1 bus-ID: 00:02.0
Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
Resolution: 3840×2160@30.00hz
GLX Renderer: Mesa DRI Intel HD Graphics 400 (Braswell)
GLX Version: 3.0 Mesa 17.2.8 Direct Rendering: Yes
Audio: Card Intel Device 2284 driver: snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture v: k4.10.0-38-generic
Network: Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0
IF: eno2 state: down mac:
Card-2: Belkin F7D2101 802.11n Surf & Share Wireless Adapter v1000 [Realtek RTL8192SU]
driver: r8712u usb-ID: 001-004
IF: wlxc05627e94b8d state: N/A mac: N/A
Drives: HDD Total Size: 500.1GB (6.7% used)
ID-1: /dev/sda model: ST500DM002 size: 500.1GB
Partition: ID-1: / size: 454G used: 28G (7%) fs: ext4 dev: /dev/sda2
ID-2: swap-1 size: 4.19GB used: 0.10GB (2%) fs: swap dev: /dev/sda3
RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors: System Temperatures: cpu: 61.0C mobo: N/A
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 210 Uptime: 5:42 Memory: 1869.3/3851.0MB
Init: systemd runlevel: 5 Gcc sys: 5.4.0
Client: Shell (bash 4.3.481) inxi: 2.2.35

Читайте также:  Linux change console color

jimallyn Level 19
Posts: 9075 Joined: Thu Jun 05, 2014 7:34 pm Location: Wenatchee, WA USA

Re: Fresh Linux Mint Noob: Are my Intel Graphics drivers installed correctly?

Post by jimallyn » Wed Apr 11, 2018 7:03 pm

Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)

says you’ve got the Intel drivers installed, so you should be fine. Most often, Mint will automatically choose the right drivers during the install.

“If the government were coming for your TVs and cars, then you’d be upset. But, as it is, they’re only coming for your sons.” — Daniel Berrigan

Re: Fresh Linux Mint Noob: Are my Intel Graphics drivers installed correctly?

Post by Hoser Rob » Sun Apr 15, 2018 9:03 am

It’s actually not that straightforward to tell which exact model Intel video you have in Linux, but here’s the line from your inxi output that tells you .

GLX Renderer: Mesa DRI Intel HD Graphics 400 (Braswell)

. that it’s a Braswell series card.

As mentioned, Intel doesn’t do binary Linux video drivers, they’re all open source. So you aren’t going to see anything in Driver Manager. What you are seeing (intel-microcode) isn’t a driver, it’s a CPU firmware update. If you aren;t having any problems I wouldn’t bother with that. And if the date of that package is newer than your BIOS date (which is also in your inxi report), do not do it.

And as mentioned you already have the right driver.

That machine may be a hair loight for Cinnamon strictly speaking but if you aren’t having any problems with speed or function I think you’re probably good to go.

phd21 Level 20
Posts: 10102 Joined: Thu Jan 09, 2014 9:42 pm Location: Florida

Re: Fresh Linux Mint Noob: Are my Intel Graphics drivers installed correctly?

Post by phd21 » Sun Apr 15, 2018 2:23 pm

I just read your post and the good replies to it. Here are my thoughts on this as well.

I do not see anything wrong with the results of the «inxi -Fxzd» console terminal command, so that is a good thing.

Читайте также:  How to fix linux mint

This shows that your Intel Graphics is working well with a high resolution (3840×2160).

beastykato — results of inxi wrote: Graphics: Card: Intel Device 22b1 bus-ID: 00:02.0
Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
Resolution: 3840×2160@30.00hz
GLX Renderer: Mesa DRI Intel HD Graphics 400 (Braswell)
GLX Version: 3.0 Mesa 17.2.8 Direct Rendering: Yes

FYI Note: There is a way to install Intel’s Graphics repository and «Intel Graphics Update Tool» application, but I am not sure it would be any better for your system, and it is kind of a convoluted process on Linux Mint. If you want to know about this anyway, let me know. I also keep getting an update message from the Intel Graphics repository for Linux claiming «Signature by key . uses weak digest algorithm (SHA1)»

You say you are new to Linux, but you signed up with this forum a while ago?

Phd21 : Mint 20 Cinnamon & xKDE (Mint Xfce + Kubuntu KDE) & KDE Neon 64-bit (new based on Ubuntu 20.04) Awesome OS’s , Dell Inspiron I5 7000 (7573) 2 in 1 touch screen, Dell OptiPlex 780 Core2Duo E8400 3GHz,4gb Ram, Intel 4 Graphics.

Источник

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

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

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

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

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

Установка драйвера 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.

Читайте также:  Install debian file linux

Источник

Обновление Intel Graphics Update Tool 2.0.3 для Ubuntu 16.10

Intel Graphics Update Tool, ранее известный как Intel Graphics Installer, теперь достиг релиза 2.0.3 с поддержкой Ubuntu 16.10 и Fedora 24.

Инструмент Intel® Graphics Update для Linux OS (ранее известная как Intel® Graphics Installer для Linux) был переименован начиная с версии 2.0.2, для того, чтобы более точно отразить цель инструмента. дистрибутивы уже включают в себя по умолчанию: Драйвер графического адаптера Intel®, без необходимости каких-либо дополнительных установок. Этот инструмент предназначен, чтобы сделать последний Intel® Graphics Stack доступным, прежде чем он получает официально выпущенные Linux дистрибутивы поставщиками. В частности, он приносит пользу Linux-пользователям Ubuntu и Fedora, которые хотят обновить свои графические подсистемы для Intel® платформ.

Версия 2.0.3 инструмента обновления ориентирована именно на обоих дистрибутивах Ubuntu 16.10 и Fedora 24. Более ранние изменения для этих дистрибутивов в настоящее время устарели и больше не поддерживаются с помощью инструмента обновления. Пожалуйста, обновите ваш дистрибутив до более новой версии если вы хотите воспользоваться этой версией драйвера.

Релиз 2.0.3 включает в себя:

  • Mesa 12.0.3 3D Graphics Library
  • Cairo 1.15.2 Graphics Library
  • libva-Intel-драйвер 1.7.2

а также все связанные с libva библиотеки, такие как

  • libva-Wayland
  • libva-TPI
  • libva-GLX
  • libva-EGL
  • libva-drm
  • libva-x11 и libva-Utils.

intel graphics

Скачать и установить Intel Graphics Update Tool 2.0.3 в Ubuntu 16.10

Загрузите установщик по ссылке ниже:

intel graphics

После скачивания deb-пакета, вы можете установить его с помощью Ubuntu Software Center

или же с помощью терминала, выполнив команду

sudo dpkg -i intel-graphics-update-tool_2.0.3_amd64.deb

Измените архитектуру на 32, если потребуется.

После установки, запустите его в Unity Dash и наслаждайтесь!

Источник

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:

Источник

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