#!/bin/sh if $(lspci | grep -q 'VGA.*NVIDIA'); then export LIBVA_DRIVER_NAME=vdpau export VDPAU_DRIVER=nvidia fi