First sync
This commit is contained in:
parent
7921c8f7d4
commit
5818109d7e
1
edit-with-nano.sh
Normal file
1
edit-with-nano.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
export EDITOR=nano
|
1
scripts.sh
Normal file
1
scripts.sh
Normal 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
5
video-accel.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
if $(lspci | grep -q 'VGA.*NVIDIA'); then
|
||||||
|
export LIBVA_DRIVER_NAME=vdpau
|
||||||
|
export VDPAU_DRIVER=nvidia
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user