Intel hd 3000 graphics linux

Про Linux на встроенной графике Intel

Я уже довольно долго собираю и настраиваю десктопы с Linux для дома и офиса, и последнее время не без удовольствия выбираю конфигурации со встроенной графикой Intel. Когда‑то я начинал с машинки, в которую поставил с Core i3–2105, (HD Graphics 3000), позднее — более новый Core i3–9000 (UHD Graphics 630), а совсем недавно мне очень недорого достался Intel NUC5PPYH, разумеется тоже с фирменным графическим контроллером Intel.

Сразу хочу сказать, что если вы не играете в коммерческие игры в Linux, то графические «встройки» Intel — это лучший выбор в плане стабильности и поддержки производителя. Видеодрайвер уже много лет есть в ядре, и он просто работает: с аппаратным ускорением из коробки, без тиринга, без дополнительных проприетарных блобов и прочей головной боли. Более того, таких драйверов минимум два: это традиционный ‘intel’ и более новый ‘modesetting’. Графика Intel с самого начала лучше всего работала в Wayland, не будем забывать и об этом.

Поводом для этой заметки стало наблюдение: эффекты рабочего стола могут тормозить на старых «встройках» Intel при том, что в OpenGL‑приложениях может быть вполне высокий FPS и хорошая плавность. Я наблюдал разные признаки торможения в двух самых популярных рабочих окружениях (KDE Plasma 5 и Gnome 4) как в X11, так и в Wayland. Я хочу поделиться советом про то, как ситуацию можно исправить на примере дистрибутива Fedora $releasever (на момент описания это 37).

Итак, дано: вы ощущаете, что анимация рабочего стола тормозит (ключевые слова: laggy, jerky, stuttering).

Если речь идёт о Gnome, то решением может стать включение динамической тройной буферизации кадров. Прямо сейчас это изменение ещё не принято в Mutter, но для Fedora есть отдельный Copr‑репозиторий с нужными патчами. Сходите по ссылке, там есть все нужные инструкции. Кстати, в Ubuntu 22.04 подобный патч уже применён.

Далее, на скорость отрисовки интерфейса влияет работа framebuffer. Есть смысл включить сжатие фреймбуфера ради повышение FPS в анимациях (и не только). Для этого следует создать файл /etc/modprobe.d/i915.conf с таким содержимым:

Эффект наступит после перезагрузки машины.

Если у вас KDE Plasma, то фокус с Mutter, разумеется, не актуален. Plasma имеет свойство более медленно работать в Wayland нежели в X11, что иногда расстраивает (например, если хочется погонять Waydroid). Однако, я случайно нашёл быстрый фикс. Посмотрите, какой вывод у вас даёт команда:

cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

Почти наверняка там будет либо ‘powersave’, либо ‘schedutil’. Изменим его на ‘performance’:

echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

Вопреки распространённому мнению, это не приведёт ни к опустошению батареи ноутбука, ни к излишнему нагреву CPU. Смысл изменения: расширить рамки динамического регулирования частоты CPU и GPU. Изменения по‑прежнему будут происходить по запросу. Здесь есть интересные детали.

Читайте также:  Db2 client linux install

В контексте KDE Plasma 5 указанный фикс делает анимации оконного менеджера Kwin мягкими и шелковистыми. Да, это похоже на костыль, но он работает. Если вам и этого мало, попробуйте отключить в эффектах Размытие, это поможет точно.

Наконец, нашёлся ещё один, довольно неожиданный способ победить «необъяснимые тормоза» эффектов рабочего стола Plasma. Внезапно, иногда kwin не может правильно определить частоту обновления кадров вашего монитора и требует ручной настройки. Попробуйте в файл ~/.config/kwinrc в разделе [Compositing] добавить такие строки:

Вместо 60 может быть и другая цифирь (75, 144 etc), в зависимости от параметров экрана. Эффект наступит после перезапуска оконного менеджера.

Спасибо, что дочитали. Надеюсь, что мои советы помогут кому‑нибудь.

Источник

Missing driver Intel HD graphics 3000 on Ubuntu 20.04

After installing x64 Ubuntu 20.04 the driver for the integrated video card was not installed. The OS hands after login. Hard reboot or power off is required. Changing linux grub ‘ nomodeset ‘ load option is a temporary solution, the OS is loaded in low resolution without graphics driver. The device is laptop Hewlett-Packard HP Pavilion dv7 Notebook PC , video adapter is Intel(R) HD Graphics 3000 (2108 MB) , 3D Accelerator: AMD Radeon HD 7690M XT (Whistler) GPU:

1) Integrated: Intel Sandy Bridge-MB - Integrated Graphics Controller (MB GT2) 2) PCI Express 2.0 x16: AMD Radeon HD 7690M XT (HP) 

enter image description here

when the OS was installing and loaded for the first time, I noticed error message that the video driver for the radeon video card was not installed.

[radeon]] *ERROR* No UMS support in radeon module! 

enter image description here

Software & Updates -> Additional Drivers dialog shows no results (zero options). after reading through forums and discussion boards, I learned that installing Intel tools, intel-driver for graphical card under x64 Ubuntu 20.04 is causing even more trouble, so that people are looking how to rollback that or purge. The Intel® Graphics Tool for Linux is not helpful and causes same frozen screen as default one. My questions is why the OS is trying to use Radeon card if there is fully functional integrated Intel video card? How can I switch to use only integrated Intel video adapter in Ubuntu 20.04? Is there driver for the Intel HD 3000 compatible with x64 Ubuntu 20.04? I’ve changed BIOS option to use FIXED graphics card mode, so that the OS can’t switch cards dynamically. Though there might be Ubuntu or linux configuration which defines video adapter in use. I’d like to set it to Intel ( there are no drivers yet for the Radeon under Ubuntu 20.04 ) Why video driver for the same video card Intel(R) HD Graphics 3000 that works fine for the Ubuntu 19.04 or 18.04 or 16.04 is not compatible with Ubuntu 20.04? Are there any breaking changes that make drivers incompatible?

 $ lspci -nnk | grep -i vga -A2 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09) Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family Integrated Graphics Controller [103c:185e] Kernel modules: i915 -- 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 6730M/6770M/7690M XT] [1002:6740] Subsystem: Hewlett-Packard Company Radeon HD 7690M XT [103c:185e] Kernel modules: radeon $ sudo lshw -C video *-display UNCLAIMED description: VGA compatible controller product: Whistler [Radeon HD 6730M/6770M/7690M XT] vendor: Advanced Micro Devices, Inc. [AMD/ATI] physical id: 0 bus info: pci@0000:01:00.0 version: 00 width: 64 bits clock: 33MHz capabilities: pm pciexpress msi vga_controller cap_list configuration: latency=0 resources: memory:a0000000-afffffff memory:c6500000-c651ffff ioport:5000(size=256) memory:c6520000-c653ffff *-display UNCLAIMED description: VGA compatible controller product: 2nd Generation Core Processor Family Integrated Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 09 width: 64 bits clock: 33MHz capabilities: msi pm vga_controller bus_master cap_list configuration: latency=0 resources: memory:c0000000-c03fffff memory:b0000000-bfffffff ioport:6000(size=64) memory:c0000-dffff 

Источник

Читайте также:  Linux create tar files

Linux Mint Forums

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

[SOLVED] Driver for Intel HD 3000

Post by bramby » Mon Mar 02, 2015 3:22 pm

I’ve installed Mint Rebecca with KDE on my Hp EliteBokk 2560p (with an integrated Intel HD 3000 Graphic Card).

The problem is that do not work the video driver.
I see a glitch (Tearing) when i drop a windows.

Any help please? I’m a n00b that want use Linux.

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: Driver for Intel HD 3000

Post by JeremyB » Mon Mar 02, 2015 3:29 pm

Have you checked to see if there are any updates? Your video card should work without much work unless it is a KDE specific issue. I run Cinnamon on a laptop with that video chip without issue

Image

Wireless Script

Re: Driver for Intel HD 3000

Post by bramby » Mon Mar 02, 2015 4:29 pm

Pjotr Level 23
Posts: 19062 Joined: Mon Mar 07, 2011 10:18 am Location: The Netherlands (Holland) 🇳🇱 Contact:

Re: Driver for Intel HD 3000

Post by Pjotr » Mon Mar 02, 2015 4:33 pm

Try if an upgrade to the latest kernel within the 3.13 series helps:
https://sites.google.com/site/easylinux . el-updates
(item 1.2.3, left column)

If it doesn’t help, try the latest kernel within the 3.16 series, and reboot.

Reason: this might give you a newer driver, which might solve the performance problem.

Читайте также:  Linux get ip address to variable

Tip: 10 things to do after installing Linux Mint 21.2 Victoria
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.

Источник

Thread: Intel HD graphics 3000 driver in 12.04

emagar is offlineJust Give Me the Beans!

Intel HD graphics 3000 driver in 12.04

I have a battery consumption issue in a dell xps 13 i5 running 64-bit ubuntu 12.04. Jupiter is installed. If I only use a text editor and an open console, battery reports 6.5 hours. Opening chrome web browser, however, drops expected duration to 2+ hours only.

I suspect a video card driver problem. A friend pointed to this thread, which suggests a partial solution. He also suggested that I may need to update the video card driver (here is info from Intel), which seems far from self-evident from my Linux newbie perspective.

Some info that ought to be useful to diagnose my problem:

eric@eric-xps13:~$ lspci 00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09) 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04) 00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05) 00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05) 00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5) 00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5) 00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5) 00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05) 00:1f.0 ISA bridge: Intel Corporation QS67 Express Chipset Family LPC Controller (rev 05) 00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05) 00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05) 02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6230 (rev 34) 03:00.0 USB controller: Fresco Logic Device 1009 (rev 02)

Источник

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