I have a dedicated server with the following HW:
CPU: Intel(R) Xeon(R) E-2386G CPU @ 3.50GHz
Motherboard: Manufacturer: ASRockRack, Product Name: E3C252D4U-2T/OVH
According to the Intel website, E-2386G has Intel Quick Sync, and I want to use it.
I tried to check which VGA I have in the system (expected to see Intel + the local), this is the output:
05:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 41)
I.e., the Intel iGPU don't recognize at all in the system, I tried to check in `/dev/dri` what are the existing devices there, this is the output:
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
When I tried to run `vainfo` tool, I get the following results:
Vanila run:
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
Run after setting `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
Run with sudo:
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 Intel Quick Sync?
Use Intel Quick Sync/ iGPU in A dedicated Server
Related questions
- Blacklisted IP ranges by UCEPROTECTL3
8827
23.02.2021 09:08
- Hot to delete my account?
8573
29.07.2018 19:49
- Purchased a dedicated server - Awaiting Validation on a Saturday
5422
19.05.2018 20:07
- .iso install on IPMI very slow
4724
22.05.2018 11:14
- Can't cancel/return server
4313
25.06.2018 08:31
- Proxmox + opnsense
4105
19.07.2018 15:53
- Setting up proxmox network?
3946
03.05.2018 10:15
- Help with FiveM (GTA Online) DDoS protection
3834
02.01.2021 22:53
- pfSense, IPv6, virtualized on dedicated server
3341
09.02.2018 18:06
- It is written that server Delivered in in 120s - I wait more than 12 hours and still do
3310
10.03.2018 08:44