Skip to content

Commit a9af2b8

Browse files
author
Prabhakar Kumar
committed
Updates XVFB to use higher resolution.
1 parent 39bb221 commit a9af2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab_proxy/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def create_xvfb_cmd():
493493
str(dpipe[1]),
494494
"-screen",
495495
"0",
496-
"1600x1200x24",
496+
"3840x2160x24",
497497
"-dpi",
498498
"100",
499499
# "-ac",

0 commit comments

Comments
 (0)