Skip to content

Commit

Permalink
Updates XVFB to use higher resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhakar Kumar committed Sep 10, 2024
1 parent 39bb221 commit a9af2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab_proxy/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def create_xvfb_cmd():
str(dpipe[1]),
"-screen",
"0",
"1600x1200x24",
"3840x2160x24",
"-dpi",
"100",
# "-ac",
Expand Down

0 comments on commit a9af2b8

Please sign in to comment.