Skip to content

Commit 980703b

Browse files
emrahcomsaghul
authored andcommitted
fix(jibri): display modes in xorg config
1 parent c65d2bd commit 980703b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

jibri/rootfs/defaults/xorg-video-dummy.conf

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{ $JIBRI_RECORDING_RESOLUTION := .Env.JIBRI_RECORDING_RESOLUTION | default "1280x720" -}}
2-
{{ $JIBRI_HORIZ_SYNC := .Env.JIBRI_XORG_HORIZ_SYNC | default "43.0 - 47.0" -}}
3-
{{ $JIBRI_VERT_REFRESH := .Env.JIBRI_XORG_VERT_REFRESH | default "58.0 - 62.0" -}}
2+
{{ $JIBRI_HORIZ_SYNC := .Env.JIBRI_XORG_HORIZ_SYNC | default "5.0 - 1000.0" -}}
3+
{{ $JIBRI_VERT_REFRESH := .Env.JIBRI_XORG_VERT_REFRESH | default "5.0 - 200.0" -}}
44

55
# This xorg configuration file is meant to be used by xpra
66
# to start a dummy X11 server.
@@ -65,7 +65,6 @@ Section "Monitor"
6565
Modeline "1360x768" 24.49 1360 1392 1480 1512 768 786 789 807
6666
Modeline "1024x768" 18.71 1024 1056 1120 1152 768 786 789 807
6767
Modeline "768x1024" 19.50 768 800 872 904 1024 1048 1052 1076
68-
Modeline "1280x720@60" 73.78 1280 1312 1592 1624 720 735 742 757
6968

7069

7170
#common resolutions for android devices (both orientations):
@@ -113,8 +112,7 @@ Section "Screen"
113112
SubSection "Display"
114113
Viewport 0 0
115114
Depth 24
116-
Modes "5120x3200" "3840x2880" "3840x2560" "3840x2048" "2048x2048" "2560x1600" "1920x1440" "1920x1200" "1920x1080" "1600x1200" "1680x1050" "1600x900" "1400x1050" "1440x900" "1280x1024" "1366x768" "1280x800" "1024x768" "1024x600" "800x600" "320x200"
117-
Virtual {{ join " " (splitList "x" $JIBRI_RECORDING_RESOLUTION) }}
115+
Modes {{ $JIBRI_RECORDING_RESOLUTION | quote }}
118116
EndSubSection
119117
EndSection
120118

0 commit comments

Comments
 (0)