# OpenVino Support

To use OpenVino runtimes, you have the option select it on plugin install for compatible hardware.\
\
If you want to preselect GPU or NPU runtimes, make sure you have the very latest Intel drivers and  libtbb installed on your machine.\
\
For the Intel drivers, follow:\
\
\-  For GPU:[ ](https://github.com/intel/compute-runtime/releases/tag/25.09.32961.5)<https://github.com/intel/compute-runtime/releases/tag/25.09.32961.5>\
\-  For NPU: <https://github.com/intel/linux-npu-driver/releases/tag/v1.16.0>

Also make sure you have the latest libtbb installed:

```
sudo apt install libtbb12 ocl-icd-libopencl1
```

Add the user to video and gender groups:

```
sudo usermod -aG video $USER

sudo usermod -aG render $USER
```

\
\
Then,  add `Environment="DEVICE_TYPE=GPU" vs Environment="DEVICE_TYPE=NPU"` to `/etc/systemd/system/networkoptix-metavms-mediaserver.service` under `[Service]:`

```
# Network Optix Media Server

[Unit]
Description=Network Optix Media Server
After=network.target local-fs.target remote-fs.target
Requires=networkoptix-metavms-root-tool.service

[Service]
Environment="DEVICE_TYPE=GPU"
PermissionsStartOnly=true
ExecStartPre=/opt/networkoptix-metavms/mediaserver/lib/scripts/systemd_mediaserver_pre_start.sh
ExecStart=/opt/networkoptix-metavms/mediaserver/lib/scripts/systemd_mediaserver_start.sh
User=networkoptix-metavms
Group=networkoptix-metavms
Restart=always
TimeoutStopSec=120
KillMode=process
TasksMax=8191
LimitCORE=infinity

[Install]
WantedBy=multi-user.target




```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nx.docs.scailable.net/nx-ai-manager-v4.x/ai-accelerators-support/openvino-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
