From eb394e07c22cd753fbf30e949cf9260e0b3bdee5 Mon Sep 17 00:00:00 2001 From: emrah Date: Wed, 13 Mar 2024 16:14:16 +0300 Subject: [PATCH] fix(sip-jibri): xorg resolution --- sip-jibri/rootfs/defaults/xorg-video-dummy.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sip-jibri/rootfs/defaults/xorg-video-dummy.conf b/sip-jibri/rootfs/defaults/xorg-video-dummy.conf index 218e3e4..a692155 100644 --- a/sip-jibri/rootfs/defaults/xorg-video-dummy.conf +++ b/sip-jibri/rootfs/defaults/xorg-video-dummy.conf @@ -110,8 +110,7 @@ Section "Screen" SubSection "Display" Viewport 0 0 Depth 24 - Modes "5120x3200" "3840x2880" "3840x2560" "3840x2048" "2048x2048" "2560x1600" "1920x1440" "1920x1200" "1920x1080" "1600x1200" "1680x1050" "1600x900" "1400x1050" "1440x900" "1280x1024" "1366x768" "1280x800" "1024x768" "1024x600" "800x600" "320x200" - Virtual {{ join " " (splitList "x" $SIP_JIBRI_RESOLUTION) }} + Modes "{{ $SIP_JIBRI_RESOLUTION }}" EndSubSection EndSection