Hi folks,
I've one last niggle with my proxmox setup, and I'm hoping someone here can guide me to a solution. I have a cluster of 3 x NUC10 boxes, these are Frost Canyon CPUs with Intel UHD Graphics. I want to pass the Intel GPU down to one of my LXC containers. Proxmox is running the latest version, and the NUCs are up to date in terms of firmware.
From what I have read, Proxmox 6.3 includes Buster based Debian packages, which now supports these newer Intel GPUs. I've run the following on each NUC host:
The result I get back is:
I know I've posted about this before, but this is my last remaining challenge in this current build. The kernel version looks to support this newer chipset, I can't get the necessary drivers loaded.
Can anyone help me?
I've one last niggle with my proxmox setup, and I'm hoping someone here can guide me to a solution. I have a cluster of 3 x NUC10 boxes, these are Frost Canyon CPUs with Intel UHD Graphics. I want to pass the Intel GPU down to one of my LXC containers. Proxmox is running the latest version, and the NUCs are up to date in terms of firmware.
From what I have read, Proxmox 6.3 includes Buster based Debian packages, which now supports these newer Intel GPUs. I've run the following on each NUC host:
Code:
apt-get install i965-va-driver
apt-get install vainfo
The result I get back is:
Code:
root@nuc10i7-pve03:/# vainfo
error: XDG_RUNTIME_DIR not set in the environment.
error: can't connect to X server!
libva info: VA-API version 1.4.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'iHD'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_4
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
libva info: va_openDriver() returns 1
vaInitialize failed with error code 1 (operation failed),exit
root@nuc10i7-pve03:/#
I know I've posted about this before, but this is my last remaining challenge in this current build. The kernel version looks to support this newer chipset, I can't get the necessary drivers loaded.
Can anyone help me?