From 49daa163530ceabc9eaa8911ab96b5f799cfb552 Mon Sep 17 00:00:00 2001 From: Fabien Proriol Date: Sun, 25 May 2025 17:58:09 +0200 Subject: Initial Commit --- conf/kms.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/kms.conf (limited to 'conf/kms.conf') diff --git a/conf/kms.conf b/conf/kms.conf new file mode 100644 index 0000000..6629859 --- /dev/null +++ b/conf/kms.conf @@ -0,0 +1,11 @@ +{ + "hwcursor" : false, + "pbuffers": true, + "device": "/dev/dri/card1", + "outputs": [ + { + "name": "DP1", + "format":"argb8888" + } + ] +} -- cgit v1.2.3