diff --git a/frontend/public/json/uhf.json b/frontend/public/json/uhf.json index fd9776e4..0429dc90 100644 --- a/frontend/public/json/uhf.json +++ b/frontend/public/json/uhf.json @@ -31,10 +31,5 @@ "username": null, "password": null }, - "notes": [ - { - "text": "With Privileged/Unprivileged Hardware Acceleration Support", - "type": "info" - } - ] + "notes": [] } diff --git a/install/uhf-install.sh b/install/uhf-install.sh index 44015c9a..b0d8b1ff 100644 --- a/install/uhf-install.sh +++ b/install/uhf-install.sh @@ -13,17 +13,6 @@ setting_up_container network_check update_os -msg_info "Setting Up Hardware Acceleration" -$STD apt-get -y install {va-driver-all,ocl-icd-libopencl1,intel-opencl-icd,vainfo,intel-gpu-tools} -if [[ "$CTTYPE" == "0" ]]; then - chgrp video /dev/dri - chmod 755 /dev/dri - chmod 660 /dev/dri/* - $STD adduser $(id -u -n) video - $STD adduser $(id -u -n) render -fi -msg_ok "Set Up Hardware Acceleration" - msg_info "Installing Dependencies" $STD apt-get update $STD apt-get -y install ffmpeg