From: Andre Ramnitz Date: Wed, 20 Dec 2023 07:41:07 +0000 (+0100) Subject: qutebrowser: enable hw acceleration abap X-Git-Tag: v0.2~296 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=988c9ef2eedefb953c6e4d7829713f954a4e4dc0;p=dotfiles.git qutebrowser: enable hw acceleration abap --- diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 7396c2d9..5cb418b1 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -80,7 +80,8 @@ c.backend = 'webengine' # - qt-quick: Tell Qt Quick to use a software renderer instead of OpenGL. (`QT_QUICK_BACKEND=software`) # - chromium: Tell Chromium to disable GPU support and use Skia software rendering instead. (`--disable-gpu`) # - none: Don't force software rendering. -c.qt.force_software_rendering = 'chromium' +c.qt.force_software_rendering = 'none' +c.qt.workarounds.disable_accelerated_2d_canvas = 'never' # Force a Qt platform to use. This sets the `QT_QPA_PLATFORM` # environment variable and is useful to force using the XCB plugin when