Skip to content

Commit 93b9e87

Browse files
committed
no difference reverting. adding --disable-gpu-compositing testing
1 parent 9101a84 commit 93b9e87

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

frontend/chromium_manager.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,7 @@ def launch_window(self, window_name, url, monitor, index):
8686
"--log-level=3",
8787

8888
# Tuned settings for running a front end
89-
"--disable-backgrounding-occluded-windows",
90-
"--disable-renderer-backgrounding",
91-
"--disable-background-timer-throttling",
92-
"--disable-features=TranslateUI,Crashpad,MediaRouter",
93-
"--noerrdialogs",
94-
"--disable-session-crashed-bubble",
95-
# video related. May not be needed.
96-
"--disable-gpu-vsync",
97-
"--disable-frame-rate-limit",
98-
"--disable-gpu-watchdog",
89+
"--disable-gpu-compositing",
9990
]
10091

10192
print(f"[Chromium] Launching '{window_name}' on monitor {index} "

0 commit comments

Comments
 (0)