Linux mint i915 driver

Linux Mint Forums

[SOLVED] Intel i915 — Disable Modesetting Drivers?

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

[SOLVED] Intel i915 — Disable Modesetting Drivers?

Post by nixnuc » Wed Jan 01, 2020 5:15 pm

Linux noob here — can someone point me to a tutorial on how I disable modesetting and revert to intel propriety drivers for my intel i915 GPU?

Graphics:
Device-1: Intel driver: i915 v: kernel
Display: x11 server: X.Org 1.19.6 driver: modesetting unloaded: fbdev,vesa
resolution: 1920×1080~60Hz
OpenGL: renderer: Mesa DRI Intel HD Graphics (Coffeelake 3×8 GT3)
v: 4.5 Mesa 19.0.8

I’ve tried «nomodeset» in GRUB, and that loads fbdev but I can’t change resolutions (it’s stuck on some ridiculously high 3840 x res).

Reason I ask is that I’m experiencing some lag issues gaming in Wine when the mouse is moved, and another user reported this issue was fixed for him when loading the intel propriety drivers.

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

Re: Intel i915 — Disable Modesetting Drivers?

Post by rene » Wed Jan 01, 2020 5:26 pm

It’s not a proprietary driver, but in any case, installing it and rebooting should be all there’s to it: sudo apt-get install xserver-xorg-video-intel .

Re: Intel i915 — Disable Modesetting Drivers?

Post by nixnuc » Wed Jan 01, 2020 5:51 pm

Apparently I already had the drivers installed?

«sudo apt-get install xserver-xorg-video-intel
Reading package lists. Done
Building dependency tree
Reading state information. Done
xserver-xorg-video-intel is already the newest version (2:2.99.917+git20171229-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
»
Strange since I thought they’d show up in unloaded when I inxi — G

Re: Intel i915 — Disable Modesetting Drivers?

Post by rene » Wed Jan 01, 2020 6:10 pm

Mmm. What kernel version are you on? uname -r from a terminal tells. If upgrading to the current 5.0 or 5.3 kernel does not help as advise, we’ll need some more information; in that case please post the output of inxi -Fxz . But first:

Читайте также:  Команда проверки портов линукс

I’d try the latest 5.3. In Update Manager (the shield icon in your tray), use View -> Linux kernels, install the latest 5.3 (currently 5.3.0-24) and reboot. Does inxi -Gx now indicate the intel driver?

Also finding something about relatively recently still needing i915.alpha_support=1 as a kernel parameter on newish hardware that identifies same as yours; if above does not bring immediate success, try (additionally) nano /etc/default/grub and adding said parameter to the GRUB_CMDLINE_LINUX_DEFAULT=». » line, inside of the quotes, save the file, run sudo update-grub and reboot.

If still nothing, please the requested inxi -Fxz output, preferably inside of [code]. [/code] tags.

Re: Intel i915 — Disable Modesetting Drivers?

Post by nixnuc » Wed Jan 01, 2020 6:28 pm

I actually upgraded my Linux kernel last night:

uname — r shows 5.3.0-24-generic

I added i915.alpha_support=1 as kernel parameter per your recommendation and «sudu update-grub» and rebooted, but driver still shows as modesetting:

GRUB_DEFAULT=0 GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX="i915.alpha_support=1" 
System: Host: NUC Kernel: 5.3.0-24-generic x86_64 bits: 64 compiler: gcc v: 7.4.0 Desktop: Cinnamon 4.0.10 Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic Machine: Type: Desktop System: Intel Client Systems product: NUC8i5BEK v: J72742-303 serial: Mobo: Intel model: NUC8BEB v: J72692-303 serial: UEFI: Intel v: BECFL357.86A.0077.2019.1127.1452 date: 11/27/2019 CPU: Topology: Quad Core model: Intel Core i5-8259U bits: 64 type: MT MCP arch: Kaby Lake rev: A L2 cache: 6144 KiB flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 36799 Speed: 700 MHz min/max: 400/3800 MHz Core speeds (MHz): 1: 722 2: 746 3: 742 4: 791 5: 797 6: 713 7: 792 8: 749 Graphics: Device-1: Intel driver: i915 v: kernel bus ID: 00:02.0 Display: x11 server: X.Org 1.19.6 driver: modesetting unloaded: fbdev,vesa resolution: 1920x1080~60Hz OpenGL: renderer: Mesa DRI Intel HD Graphics (Coffeelake 3x8 GT3) v: 4.5 Mesa 19.0.8 direct render: Yes Audio: Device-1: Intel driver: snd_hda_intel v: kernel bus ID: 00:1f.3 Device-2: Licensed by Sony Entertainment America Rocksmith Guitar Adapter type: USB driver: hid-generic,snd-usb-audio,usbhid bus ID: 1-1:2 Sound Server: ALSA v: k5.3.0-24-generic Network: Device-1: Intel driver: iwlwifi v: kernel port: 4000 bus ID: 00:14.3 IF: wlp0s20f3 state: up mac: Device-2: Intel Ethernet I219-V driver: e1000e v: 3.2.6-k port: efa0 bus ID: 00:1f.6 IF: eno1 state: down mac: Drives: Local Storage: total: 476.77 GiB used: 298.09 GiB (62.5%) ID-1: /dev/mmcblk0 model: SC256 size: 238.30 GiB ID-2: /dev/sda vendor: SK Hynix model: SC311 SATA 256GB size: 238.47 GiB Partition: ID-1: / size: 233.24 GiB used: 193.97 GiB (83.2%) fs: ext4 dev: /dev/sda2 Sensors: System Temperatures: cpu: 41.0 C mobo: N/A Fan Speeds (RPM): N/A Info: Processes: 250 Uptime: 8m Memory: 7.64 GiB used: 1.10 GiB (14.3%) Init: systemd runlevel: 5 Compilers: gcc: 7.4.0 Shell: bash v: 4.4.20 inxi: 3.0.27 

Источник

Читайте также:  Linux minecraft server with mods

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

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Читайте также:  Remove yandex disk linux

intel-gpu/intel-gpu-i915-backports

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Add RHEL8.7 and Ubuntu 22.04 5.19 generic information in README.md Signed-off-by: Nitin Gote

Git stats

Files

Failed to load latest commit information.

README.md

Intel® Graphics Driver Backports for Linux® OS (intel-gpu-i915-backports)

Contains the backported i915 Source Code of intel GPUs on various OSV Kernels. You can create Dynamic Kernel Module Support(DKMS) based packages, which can be installed on supported OS distributions.

These out of tree i915 kernel module source codes are generated by the backpoprt project. «https://backports.wiki.kernel.org/index.php/Main_Page»

This repo is a code snapshot of particular version of backports and does not contain individual git change history

This driver is part of a collection of kernel-mode drivers that enable support for Intel graphics. The backports collection within https://github.com/intel-gpu includes:

  • Intel® Graphics Driver Backports for Linux — The main graphics driver (includes a compatible DRM subsystem and dmabuf if necessary)
  • Intel® Converged Security Engine Backports — Converged Security Engine
  • Intel® Platform Monitoring Technology Backports — Intel Platform Telemetry
  • Intel® GPU firmware — Firmware required by intel GPUs.

Each project is tagged consistently, so when pulling these repos, pull the same tag.

Supported OS Distributions

OSV Branch Installation Instructions Building Testing
Red Hat® Enterprise Linux® 8.7 redhat/main Readme Yes Yes
Red Hat® Enterprise Linux® 8.6 redhat/main Readme Yes Yes
Red Hat® Enterprise Linux® 8.5 redhat/main Readme Yes No
Mainline Kernel (5.10 LTS) redhat/main Readme Yes No
SUSE® Linux® Enterprise Server 15SP3 suse/main Readme Yes Yes
SUSE® Linux® Enterprise Server 15SP4 backport/main Readme Yes Yes
Ubuntu® 22.04 (5.19 generic) backport/main Readme Yes Yes
Ubuntu® 22.04 (linux-oem image 5.17) backport/main Readme Yes No
Ubuntu® 20.04 (5.15 generic) backport/main Readme Yes Yes
Mainline Kernel (5.15 LTS) backport/main Readme Yes No

Источник

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