You are not logged in.

#1 2019-05-05 00:45:12

Goberten
Member
Registered: 2019-05-05
Posts: 3

[SOLVED] Broken VAAPI and VDPAU drivers on Intel HD Graphics 615

Hello arch forum. I've used the wiki guide in an attempt to enable hardware acceleration for my intel integrated graphics card (HD 615), but I've had no luck so far. X11 seems to load the i965 and va_gl drivers properly, but for some reason the system doesn't seem aware of the driver. I've installed the libva-intel-driver, xf86-video-intel and libva-vdpau-driver packages. I've looked through the arch forum, gentoo forum and google, no one seemed to have the same issue as me, especially since my vainfo utility only outputs one line (maybe they lovered the verbosity in newer versions). I have early KMS enabled for some splash screen software, but ubuntu has that as well and the drivers work fine in ubuntu.

Output from "echo $LIBVA_DRIVER_NAME"     

i965

Output from "/var/log/Xorg.0.log"

  [     8.652] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[     8.652] Build Operating System: Linux Arch Linux
[     8.652] Current Operating System: Linux zengob 5.0.9-arch1-1-ARCH #1 SMP PREEMPT Sat Apr 20 15:00:46 UTC 2019 x86_64
[     8.652] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=20be3ab2-bce9-4bda-9792-1a74cdd9c18b rw quiet splash loglevel=3 rd.udev.log-priority=3 vt.global_cursor_default=0
[     8.652] Build Date: 27 February 2019  04:04:00PM
[     8.652]  
[     8.652] Current version of pixman: 0.38.4
[     8.652] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[     8.652] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.652] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May  5 02:31:35 2019
[     8.654] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     8.654] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     8.655] (==) No Layout section.  Using the first Screen section.
[     8.655] (==) No screen section available. Using defaults.
[     8.655] (**) |-->Screen "Default Screen Section" (0)
[     8.655] (**) |   |-->Monitor "<default monitor>"
[     8.656] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[     8.656] (**) |   |-->Device "Intel Graphics"
[     8.656] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     8.656] (==) Automatically adding devices
[     8.656] (==) Automatically enabling devices
[     8.656] (==) Automatically adding GPU devices
[     8.656] (==) Automatically binding GPU devices
[     8.656] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     8.658] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     8.658] 	Entry deleted from font path.
[     8.658] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[     8.659] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     8.659] 	Entry deleted from font path.
[     8.660] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     8.660] (==) ModulePath set to "/usr/lib/xorg/modules"
[     8.660] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     8.660] (II) Module ABI versions:
[     8.660] 	X.Org ANSI C Emulation: 0.4
[     8.660] 	X.Org Video Driver: 24.0
[     8.660] 	X.Org XInput driver : 24.1
[     8.660] 	X.Org Server Extension : 10.0
[     8.660] (++) using VT number 7

[     8.660] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     8.661] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.673] (--) PCI:*(0@0:2:0) 8086:591e:1043:1450 rev 2, Mem @ 0xee000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[     8.673] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     8.673] (II) LoadModule: "glx"
[     8.674] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     8.687] (II) Module glx: vendor="X.Org Foundation"
[     8.687] 	compiled for 1.20.4, module version = 1.0.0
[     8.687] 	ABI class: X.Org Server Extension, version 10.0
[     8.687] (II) LoadModule: "intel"
[     8.688] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     8.691] (II) Module intel: vendor="X.Org Foundation"
[     8.691] 	compiled for 1.20.4, module version = 2.99.917
[     8.691] 	Module class: X.Org Video Driver
[     8.691] 	ABI class: X.Org Video Driver, version 24.0
[     8.691] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     8.691] (II) intel: Driver for Intel(R) HD Graphics
[     8.691] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     8.691] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     8.692] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20181204
[     8.692] (II) intel(0): SNA compiled from 2.99.917-863-g6afed33b
[     8.708] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 615
[     8.708] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[     8.708] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     8.708] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     8.708] (==) intel(0): RGB weight 888
[     8.708] (==) intel(0): Default visual is TrueColor
[     8.708] (**) intel(0): Option "TearFree" "true"
[     8.709] (II) intel(0): Output eDP1 has no monitor section
[     8.710] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     8.710] (II) intel(0): Enabled output eDP1
[     8.710] (II) intel(0): Output HDMI1 has no monitor section
[     8.710] (II) intel(0): Enabled output HDMI1
[     8.710] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     8.710] (II) intel(0): Output VIRTUAL1 has no monitor section
[     8.710] (II) intel(0): Enabled output VIRTUAL1
[     8.710] (--) intel(0): Output eDP1 using initial mode 3200x1800 on pipe 0
[     8.710] (**) intel(0): TearFree enabled
[     8.710] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     8.710] (==) intel(0): DPI set to (96, 96)
[     8.710] (II) Loading sub module "dri3"
[     8.710] (II) LoadModule: "dri3"
[     8.710] (II) Module "dri3" already built-in
[     8.710] (II) Loading sub module "dri2"
[     8.710] (II) LoadModule: "dri2"
[     8.710] (II) Module "dri2" already built-in
[     8.710] (II) Loading sub module "present"
[     8.711] (II) LoadModule: "present"
[     8.711] (II) Module "present" already built-in
[     8.714] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[     8.714] (==) intel(0): Backing store enabled
[     8.714] (==) intel(0): Silken mouse disabled
[     8.714] (II) intel(0): HW Cursor enabled
[     8.715] (==) intel(0): DPMS enabled
[     8.715] (==) intel(0): Display hotplug detection enabled
[     8.715] (II) intel(0): [DRI2] Setup complete
[     8.715] (II) intel(0): [DRI2]   DRI driver: i965
[     8.715] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     8.716] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     8.716] (II) intel(0): hardware support for Present enabled
[     8.716] (II) Initializing extension Generic Event Extension
[     8.716] (II) Initializing extension SHAPE
[     8.716] (II) Initializing extension MIT-SHM
[     8.716] (II) Initializing extension XInputExtension
[     8.717] (II) Initializing extension XTEST
[     8.717] (II) Initializing extension BIG-REQUESTS
[     8.717] (II) Initializing extension SYNC
[     8.717] (II) Initializing extension XKEYBOARD
[     8.717] (II) Initializing extension XC-MISC
[     8.717] (II) Initializing extension SECURITY
[     8.717] (II) Initializing extension XFIXES
[     8.717] (II) Initializing extension RENDER
[     8.718] (II) Initializing extension RANDR
[     8.718] (II) Initializing extension COMPOSITE
[     8.718] (II) Initializing extension DAMAGE
[     8.718] (II) Initializing extension MIT-SCREEN-SAVER
[     8.718] (II) Initializing extension DOUBLE-BUFFER
[     8.718] (II) Initializing extension RECORD
[     8.718] (II) Initializing extension DPMS
[     8.719] (II) Initializing extension Present
[     8.719] (II) Initializing extension DRI3
[     8.719] (II) Initializing extension X-Resource
[     8.719] (II) Initializing extension XVideo
[     8.719] (II) Initializing extension XVideo-MotionCompensation
[     8.719] (II) Initializing extension GLX
[     8.758] (II) AIGLX: Loaded and initialized i965
[     8.758] (II) GLX: Initialized DRI2 GL provider for screen 0
[     8.758] (II) Initializing extension XFree86-VidModeExtension
[     8.758] (II) Initializing extension XFree86-DGA
[     8.758] (II) Initializing extension XFree86-DRI
[     8.758] (II) Initializing extension DRI2
[     8.765] (II) intel(0): switch to mode 3200x1800@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     8.772] (II) intel(0): Setting screen physical size to 846 x 476
[     8.868] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     8.868] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.868] (II) LoadModule: "libinput"
[     8.868] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     8.873] (II) Module libinput: vendor="X.Org Foundation"
[     8.873] 	compiled for 1.20.3, module version = 0.28.2
[     8.873] 	Module class: X.Org XInput Driver
[     8.873] 	ABI class: X.Org XInput driver, version 24.1
[     8.873] (II) Using input driver 'libinput' for 'Power Button'
[     8.873] (**) Power Button: always reports core events
[     8.873] (**) Option "Device" "/dev/input/event3"
[     8.873] (**) Option "_source" "server/udev"
[     8.879] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     8.879] (II) event3  - Power Button: device is a keyboard
[     8.879] (II) event3  - Power Button: device removed
[     8.904] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     8.904] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     8.904] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     8.904] (II) event3  - Power Button: device is a keyboard
[     8.905] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[     8.905] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     8.905] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     8.905] (**) Asus Wireless Radio Control: always reports core events
[     8.905] (**) Option "Device" "/dev/input/event6"
[     8.905] (**) Option "_source" "server/udev"
[     8.906] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     8.906] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[     8.906] (II) event6  - Asus Wireless Radio Control: device removed
[     8.957] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6/event6"
[     8.957] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[     8.958] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     8.958] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[     8.958] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     8.958] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     8.958] (II) Using input driver 'libinput' for 'Video Bus'
[     8.958] (**) Video Bus: always reports core events
[     8.958] (**) Option "Device" "/dev/input/event4"
[     8.958] (**) Option "_source" "server/udev"
[     8.959] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     8.959] (II) event4  - Video Bus: device is a keyboard
[     8.959] (II) event4  - Video Bus: device removed
[     9.010] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[     9.010] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     9.011] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     9.011] (II) event4  - Video Bus: device is a keyboard
[     9.012] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     9.012] (II) No input driver specified, ignoring this device.
[     9.012] (II) This device may have been added with another device file.
[     9.012] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     9.012] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.012] (II) Using input driver 'libinput' for 'Power Button'
[     9.012] (**) Power Button: always reports core events
[     9.012] (**) Option "Device" "/dev/input/event2"
[     9.012] (**) Option "_source" "server/udev"
[     9.013] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     9.013] (II) event2  - Power Button: device is a keyboard
[     9.013] (II) event2  - Power Button: device removed
[     9.037] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[     9.037] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     9.038] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     9.038] (II) event2  - Power Button: device is a keyboard
[     9.039] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     9.039] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     9.039] (II) Using input driver 'libinput' for 'Sleep Button'
[     9.039] (**) Sleep Button: always reports core events
[     9.039] (**) Option "Device" "/dev/input/event1"
[     9.039] (**) Option "_source" "server/udev"
[     9.040] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     9.040] (II) event1  - Sleep Button: device is a keyboard
[     9.040] (II) event1  - Sleep Button: device removed
[     9.064] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     9.064] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[     9.064] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     9.064] (II) event1  - Sleep Button: device is a keyboard
[     9.065] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event9)
[     9.065] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     9.065] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     9.065] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     9.065] (**) Option "Device" "/dev/input/event9"
[     9.065] (**) Option "_source" "server/udev"
[     9.066] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     9.066] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     9.066] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     9.117] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input11/event9"
[     9.117] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 11)
[     9.118] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     9.118] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     9.119] (II) config/udev: Adding input device ELAN1300:00 04F3:3032 Touchpad (/dev/input/event10)
[     9.119] (**) ELAN1300:00 04F3:3032 Touchpad: Applying InputClass "libinput touchpad catchall"
[     9.119] (II) Using input driver 'libinput' for 'ELAN1300:00 04F3:3032 Touchpad'
[     9.119] (**) ELAN1300:00 04F3:3032 Touchpad: always reports core events
[     9.119] (**) Option "Device" "/dev/input/event10"
[     9.119] (**) Option "_source" "server/udev"
[     9.225] (II) event10 - ELAN1300:00 04F3:3032 Touchpad: is tagged by udev as: Touchpad
[     9.227] (II) event10 - ELAN1300:00 04F3:3032 Touchpad: device is a touchpad
[     9.227] (II) event10 - ELAN1300:00 04F3:3032 Touchpad: device removed
[     9.277] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-5/i2c-ELAN1300:00/0018:04F3:3032.0001/input/input13/event10"
[     9.277] (II) XINPUT: Adding extended input device "ELAN1300:00 04F3:3032 Touchpad" (type: TOUCHPAD, id 12)
[     9.279] (**) Option "AccelerationScheme" "none"
[     9.279] (**) ELAN1300:00 04F3:3032 Touchpad: (accel) selected scheme none/0
[     9.279] (**) ELAN1300:00 04F3:3032 Touchpad: (accel) acceleration factor: 2.000
[     9.279] (**) ELAN1300:00 04F3:3032 Touchpad: (accel) acceleration threshold: 4
[     9.281] (II) event10 - ELAN1300:00 04F3:3032 Touchpad: is tagged by udev as: Touchpad
[     9.282] (II) event10 - ELAN1300:00 04F3:3032 Touchpad: device is a touchpad
[     9.283] (II) config/udev: Adding input device ELAN1300:00 04F3:3032 Touchpad (/dev/input/mouse0)
[     9.283] (II) No input driver specified, ignoring this device.
[     9.283] (II) This device may have been added with another device file.
[     9.284] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[     9.284] (II) No input driver specified, ignoring this device.
[     9.284] (II) This device may have been added with another device file.
[     9.284] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[     9.284] (II) No input driver specified, ignoring this device.
[     9.284] (II) This device may have been added with another device file.
[     9.285] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[     9.285] (II) No input driver specified, ignoring this device.
[     9.285] (II) This device may have been added with another device file.
[     9.285] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[     9.285] (II) No input driver specified, ignoring this device.
[     9.285] (II) This device may have been added with another device file.
[     9.286] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[     9.286] (II) No input driver specified, ignoring this device.
[     9.286] (II) This device may have been added with another device file.
[     9.286] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event16)
[     9.286] (II) No input driver specified, ignoring this device.
[     9.286] (II) This device may have been added with another device file.
[     9.287] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[     9.287] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     9.287] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     9.287] (**) Asus WMI hotkeys: always reports core events
[     9.287] (**) Option "Device" "/dev/input/event8"
[     9.287] (**) Option "_source" "server/udev"
[     9.288] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     9.288] (II) event8  - Asus WMI hotkeys: device is a keyboard
[     9.288] (II) event8  - Asus WMI hotkeys: device removed
[     9.330] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input8/event8"
[     9.330] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[     9.331] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     9.331] (II) event8  - Asus WMI hotkeys: device is a keyboard
[     9.332] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[     9.332] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     9.332] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     9.332] (**) AT Translated Set 2 keyboard: always reports core events
[     9.332] (**) Option "Device" "/dev/input/event5"
[     9.332] (**) Option "_source" "server/udev"
[     9.334] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     9.334] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     9.335] (II) event5  - AT Translated Set 2 keyboard: device removed
[     9.357] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[     9.357] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[     9.358] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     9.358] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     9.359] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[     9.359] (II) No input driver specified, ignoring this device.
[     9.359] (II) This device may have been added with another device file.
[    10.717] (II) intel(0): EDID vendor "LGD", prod id 1349
[    10.717] (II) intel(0): Printing DDC gathered Modelines:
[    10.717] (II) intel(0): Modeline "3200x1800"x0.0  373.00  3200 3256 3292 3372  1800 1805 1810 1853 -hsync -vsync (110.6 kHz eP)
[   102.435] (EE) event10 - ELAN1300:00 04F3:3032 Touchpad: kernel bug: Touch jump detected and discarded.
See [url]https://wayland.freedesktop.org/libinput/doc/1.13.1/touchpad-jumping-cursors.html[/url] for details
 

Output from "vainfo"

  vaInitialize failed with error code -1 (unknown libva error),exit 

Output from "vdpauinfo"

  display: :0   screen: 0
API version: 1
Information string: OpenGL/VAAPI backend for VDPAU

Video surface:

name   width height types
-------------------------------------------
420     4096  4096  NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8 
422     4096  4096  NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8 
444     4096  4096  NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8 

Decoder capabilities:

name                        level macbs width height
----------------------------------------------------
MPEG1                          --- not supported ---
MPEG2_SIMPLE                   --- not supported ---
MPEG2_MAIN                     --- not supported ---
H264_BASELINE                  --- not supported ---
H264_MAIN                      --- not supported ---
H264_HIGH                      --- not supported ---
VC1_SIMPLE                     --- not supported ---
VC1_MAIN                       --- not supported ---
VC1_ADVANCED                   --- not supported ---
MPEG4_PART2_SP                 --- not supported ---
MPEG4_PART2_ASP                --- not supported ---
DIVX4_QMOBILE                  --- not supported ---
DIVX4_MOBILE                   --- not supported ---
DIVX4_HOME_THEATER             --- not supported ---
DIVX4_HD_1080P                 --- not supported ---
DIVX5_QMOBILE                  --- not supported ---
DIVX5_MOBILE                   --- not supported ---
DIVX5_HOME_THEATER             --- not supported ---
DIVX5_HD_1080P                 --- not supported ---
H264_CONSTRAINED_BASELINE      --- not supported ---
H264_EXTENDED                  --- not supported ---
H264_PROGRESSIVE_HIGH          --- not supported ---
H264_CONSTRAINED_HIGH          --- not supported ---
H264_HIGH_444_PREDICTIVE       --- not supported ---
HEVC_MAIN                      --- not supported ---
HEVC_MAIN_10                   --- not supported ---
HEVC_MAIN_STILL                --- not supported ---
HEVC_MAIN_12                   --- not supported ---
HEVC_MAIN_444                  --- not supported ---

Output surface:

name              width height nat types
----------------------------------------------------
B8G8R8A8         16384 16384    -  
R8G8B8A8         16384 16384    -  
R10G10B10A2      16384 16384    -  
B10G10R10A2      16384 16384    -  
A8               16384 16384    -  

Bitmap surface:

name              width height
------------------------------
B8G8R8A8         16384 16384
R8G8B8A8         16384 16384
R10G10B10A2      16384 16384
B10G10R10A2      16384 16384
A8               16384 16384

Video mixer:

feature name                    sup
------------------------------------
DEINTERLACE_TEMPORAL             -
DEINTERLACE_TEMPORAL_SPATIAL     -
INVERSE_TELECINE                 -
NOISE_REDUCTION                  -
SHARPNESS                        -
LUMA_KEY                         -
HIGH QUALITY SCALING - L1        -
HIGH QUALITY SCALING - L2        -
HIGH QUALITY SCALING - L3        -
HIGH QUALITY SCALING - L4        -
HIGH QUALITY SCALING - L5        -
HIGH QUALITY SCALING - L6        -
HIGH QUALITY SCALING - L7        -
HIGH QUALITY SCALING - L8        -
HIGH QUALITY SCALING - L9        -

parameter name                  sup      min      max
-----------------------------------------------------
VIDEO_SURFACE_WIDTH              -  
VIDEO_SURFACE_HEIGHT             -  
CHROMA_TYPE                      -  
LAYERS                           -  

attribute name                  sup      min      max
-----------------------------------------------------
BACKGROUND_COLOR                 -  
CSC_MATRIX                       -  
NOISE_REDUCTION_LEVEL            -  
SHARPNESS_LEVEL                  -  
LUMA_KEY_MIN_LUMA                -  
LUMA_KEY_MAX_LUMA                -  
 

Last edited by Goberten (2019-05-06 14:58:49)

Offline

#2 2019-05-05 00:47:59

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Broken VAAPI and VDPAU drivers on Intel HD Graphics 615


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2019-05-05 20:28:03

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,893

Re: [SOLVED] Broken VAAPI and VDPAU drivers on Intel HD Graphics 615

Output from "echo $LIBVA_DRIVER_NAME"

What is setting that drivername ?

Try unsetting it and  re-run vainfo , like this :

$ LIBVA_DRIVER_NAME="" vainfo

also post glxinfo -B output.

Last edited by Lone_Wolf (2019-05-05 20:31:33)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#4 2019-05-05 22:16:02

Goberten
Member
Registered: 2019-05-05
Posts: 3

Re: [SOLVED] Broken VAAPI and VDPAU drivers on Intel HD Graphics 615

Lone_Wolf wrote:

Output from "echo $LIBVA_DRIVER_NAME"

What is setting that drivername ?

Try unsetting it and  re-run vainfo , like this :

$ LIBVA_DRIVER_NAME="" vainfo

also post glxinfo -B output.


I set the drivername variable manually in /etc/environment, it was recommended in the wiki as a possible fix since i got the "vaInitialize failed" error. The "i965" driver is also present in /usr/lib/dri, though I dont see it loaded if I do "lsmod | grep i965" and only the i915 modules are loaded, of course this might be completely normal. So far I've gathered that the i915 driver is the actual graphics driver, and the i965 is more like a sub-module that the main driver loads in?

LIBVA_DRIVER_NAME="" vainfo

vaInitialize failed with error code -1 (unknown libva error),exit

And glxinfo -B

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Intel(R) HD Graphics 615 (Kaby Lake GT2)  (0x591e)
    Version: 19.0.3
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 615 (Kaby Lake GT2) 
OpenGL core profile version string: 4.5 (Core Profile) Mesa 19.0.3
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.0 Mesa 19.0.3
OpenGL shading language version string: 1.30
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 19.0.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Last edited by Goberten (2019-05-05 22:25:49)

Offline

#5 2019-05-06 11:15:39

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,893

Re: [SOLVED] Broken VAAPI and VDPAU drivers on Intel HD Graphics 615

You're confusing kernel modules and dri modules.
libva / vainfo look for drivers in /usr/lib/dri folder .

If you're interested in the differences see https://www.reddit.com/r/archlinux/comm … m/djsc8at/

As for your problem :
wiki is a bit unclear when to use libva-intel-driver or intel-media-driver for vaapi support, but intel-media-driver upstream clearly mentions kaby lake as supported.

try removing libva-intel-driver and installing intel-media-driver.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#6 2019-05-06 14:58:04

Goberten
Member
Registered: 2019-05-05
Posts: 3

Re: [SOLVED] Broken VAAPI and VDPAU drivers on Intel HD Graphics 615

Thank you very much, that fixed the issue. Just got confused since the wiki stated that the intel-media-driver was for cannonlake.

Offline

Board footer

Powered by FluxBB