Yesterday, 02:40 PM
You should enable both. It is required for Intel Arc when encoding to those codecs.
On the TrueNAS command line run this command and share the output.
Depending on the uptime of your server, it may have aged off the messages we are looking for. But you can also go to /var/log and run a grep command to search the archived dmesg log files.
On the TrueNAS command line run this command and share the output.
Code:
sudo dmesg | grep i915
Depending on the uptime of your server, it may have aged off the messages we are looking for. But you can also go to /var/log and run a grep command to search the archived dmesg log files.
Code:
grep i915 /var/log/dmesg.1
zgrep i915 /var/log/dmesg.*.gz