First sync

This commit is contained in:
BrainwreckedTech 2019-09-21 22:08:42 -04:00
parent 7921c8f7d4
commit 5818109d7e
3 changed files with 7 additions and 0 deletions

1
edit-with-nano.sh Normal file
View File

@ -0,0 +1 @@
export EDITOR=nano

1
scripts.sh Normal file
View File

@ -0,0 +1 @@
export PATH=$PATH:/scr/public:/scr/ssh:/scr/disk:/scr/ImageCropConvert:/scr/QEMU-Launcher:/scr/VideoClipProcessor

5
video-accel.sh Normal file
View File

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