Dedicated Servers - How to use Intel Quick Sync on ubuntu dedicated server
... / How to use Intel Quick Sy...
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

How to use Intel Quick Sync on ubuntu dedicated server

Von
MeirB
Erstellungsdatum 2022-09-23 15:38:16 (edited on 2024-09-04 14:25:41) in Dedicated Servers

Hello, I use a dedicated server with the following HW:
CPU model name : Intel(R) Xeon(R) E-2386G CPU @ 3.50GHz
Base Board Information
Manufacturer: ASRockRack
Product Name: E3C252D4U-2T/OVH

I want to use Intel Quick Sync which should be working in this CPU model to speed up FFMpeg.
The problem is, it looks like the system won't recognize the iGPU.

I run the following commands:
`lspci | grep -i vga
05:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 41)`

`ls -alh /dev/dri
total 0
drwxr-xr-x 3 root root 80 Sep 19 10:28 .
drwxr-xr-x 18 root root 4.2K Sep 20 13:05 ..
drwxr-xr-x 2 root root 60 Sep 19 10:28 by-path
crw-rw---- 1 root video 226, 0 Sep 19 10:28 card0`

`vainfo
error: can't connect to X server!
libva info: VA-API version 1.7.0
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
vaInitialize failed with error code -1 (unknown libva error),exit`

`export LIBVA_DRIVER_NAME=i965 && vainfo
error: can't connect to X server!
libva info: VA-API version 1.7.0
libva info: User environment variable requested driver 'i965'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_6
libva error: /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so init failed
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit`

`sudo vainfo
error: XDG_RUNTIME_DIR not set in the environment.
error: can't connect to X server!
libva info: VA-API version 1.7.0
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
vaInitialize failed with error code -1 (unknown libva error),exit`

How can I use/enable Intel Quick Sync on the dedicated server?