From 5b5fa7967e3658fec68e98400f40782a85e0bbc8 Mon Sep 17 00:00:00 2001 From: DaCHack <62812480+DaCHack@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:58:26 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e52a817..395e1bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN apt-get install -yy uxplay # hardware-accelerated Intel graphics, but not NVIDIA #RUN apt-get install -yy gstreamer1.0-vaapi -CMD uxplay -n Homeserver -nh -s 1280x1024 -nohold -vs "fbdevsink device=/dev/fb1" -as "alsasink device=plughw:1,0" +CMD uxplay -n Homeserver -nh -s 1280x1024 -nohold -vs "fbdevsink device=/dev/fb0" -as "alsasink device=plughw:1,0"