diff options
Diffstat (limited to 'conf/kms.conf')
-rw-r--r-- | conf/kms.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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" + } + ] +} |