<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=5575&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Getting "iHD_drv_video.so init failed" error on ThinkPad]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5575</link>
		<description><![CDATA[The most recent posts in Getting "iHD_drv_video.so init failed" error on ThinkPad.]]></description>
		<lastBuildDate>Thu, 23 Feb 2023 15:11:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Getting "iHD_drv_video.so init failed" error on ThinkPad]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41255#p41255</link>
			<description><![CDATA[<p>I installed Devuan Daedalus (testing) i386 on a ThinkPad with i3 cpu. While installing, on the tasksel screen, I unchecked everything except standard utilities (last one) for a minimal setup. After install I logged in to the system and installed xserver-xorg package, openbox and some other things.</p><p>From openbox session when I run vainfo I get a &quot;iHD_drv_video.so init failed&quot; error:</p><div class="codebox"><pre><code>$ vainfo
libva info: VA-API version 1.17.0
libva info: Trying to open /usr/lib/i386-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_17
libva error: /usr/lib/i386-linux-gnu/dri/iHD_drv_video.so init failed
libva info: va_openDriver() returns 1
libva info: Trying to open /usr/lib/i386-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_8
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.17 (libva 2.12.0)
vainfo: Driver version: Intel i965 driver for Intel(R) Ironlake Mobile - 2.4.1
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            :	VAEntrypointVLD
      VAProfileMPEG2Main              :	VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointVLD
      VAProfileH264High               :	VAEntrypointVLD
      VAProfileNone                   :	VAEntrypointVideoProc</code></pre></div><p><a href="https://github.com/intel/media-driver/issues/1298#issuecomment-1090086480" rel="nofollow">Setting</a> &quot;LIBVA_DRIVER_NAME=i965&quot; gets rid of the error though:</p><div class="codebox"><pre><code>$ LIBVA_DRIVER_NAME=i965 vainfo 
libva info: VA-API version 1.17.0
libva info: User environment variable requested driver &#039;i965&#039;
libva info: Trying to open /usr/lib/i386-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_8
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.17 (libva 2.12.0)
vainfo: Driver version: Intel i965 driver for Intel(R) Ironlake Mobile - 2.4.1
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            :	VAEntrypointVLD
      VAProfileMPEG2Main              :	VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointVLD
      VAProfileH264High               :	VAEntrypointVLD
      VAProfileNone                   :	VAEntrypointVideoProc</code></pre></div><p>I haven&#039;t tried setting it on environment system-wide. Is that a good idea?</p><p>Searching around I found <a href="https://bbs.archlinux.org/viewtopic.php?id=275362" rel="nofollow">this thread</a> which links to <a href="https://bugs.archlinux.org/task/74330" rel="nofollow">this task on Arch Linux project</a> that has these 2 comments:</p><div class="quotebox"><blockquote><div><p>Downgrading intel-gmmlib 22.1.2-1 -&gt; 22.0.3-1 is enough to restore functionality.<br />...<br />Rebuilding intel-media-driver against uptodate intel-gmmlib is enough to fix the issue as well.</p></div></blockquote></div><p>Other outputs:</p><div class="codebox"><pre class="vscroll"><code>$ sudo lshw -c CPU | head -n4
  *-cpu                     
       description: CPU
       product: Intel(R) Core(TM) i3 CPU       M 330  @ 2.13GHz
       vendor: Intel Corp.
$ lspci -nn | grep -E &#039;VGA|Display&#039;
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02)
$ glxinfo | grep ^Open
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics (ILK)
OpenGL version string: 2.1 Mesa 22.3.3
OpenGL shading language version string: 1.20
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 22.3.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
$ sudo lshw -c video
  *-display                 
       description: VGA compatible controller
       product: Core Processor Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       logical name: /dev/fb0
       version: 02
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom fb
       configuration: depth=32 driver=i915 latency=0 resolution=1280,800
       resources: irq:27 memory:f2000000-f23fffff memory:d0000000-dfffffff ioport:1800(size=8) memory:c0000-dffff
$ sudo dmesg | grep i915
[   18.602520] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled until i915 loads
[   20.326065] i915 0000:00:02.0: vgaarb: deactivate vga console
[   20.328931] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   20.377923] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[   20.379331] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   20.393557] fbcon: i915drmfb (fb0) is primary device
[   20.996558] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   23.910795] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo</code></pre></div><p>Is there a solution to this?</p>]]></description>
			<author><![CDATA[dummy@example.com (john2009w)]]></author>
			<pubDate>Thu, 23 Feb 2023 15:11:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41255#p41255</guid>
		</item>
	</channel>
</rss>
