mirror of
https://github.com/daijro/camoufox.git
synced 2026-08-18 16:00:58 +00:00
Fixes WebGL support for virtual display
This commit is contained in:
@@ -30,11 +30,11 @@ class VirtualDisplay:
|
||||
|
||||
xvfb_args = (
|
||||
# fmt: off
|
||||
"-screen", "0", "1x1x8",
|
||||
"-screen", "0", "1x1x24",
|
||||
"-ac",
|
||||
"-nolisten", "tcp",
|
||||
"-extension", "RENDER",
|
||||
"-extension", "GLX",
|
||||
"+extension", "GLX",
|
||||
"-extension", "COMPOSITE",
|
||||
"-extension", "XVideo",
|
||||
"-extension", "XVideo-MotionCompensation",
|
||||
|
||||
Reference in New Issue
Block a user