mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
use vgl display in vglrun.
This commit is contained in:
parent
f50fdcf286
commit
0cd556b5d8
@ -5,7 +5,7 @@ export PATH="${PATH}:/opt/VirtualGL/bin"
|
|||||||
|
|
||||||
# Use VirtualGL to run wine with OpenGL if the GPU is available, otherwise use barebone wine
|
# Use VirtualGL to run wine with OpenGL if the GPU is available, otherwise use barebone wine
|
||||||
if [ -n "$(nvidia-smi --query-gpu=uuid --format=csv | sed -n 2p)" ]; then
|
if [ -n "$(nvidia-smi --query-gpu=uuid --format=csv | sed -n 2p)" ]; then
|
||||||
exec vglrun "$@"
|
exec vglrun -d $VGL_DISPLAY "$@"
|
||||||
else
|
else
|
||||||
echo "No GPU detected"
|
echo "No GPU detected"
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user