Bỏ qua đến nội dung

Hardware acceleration control of qt_webkit

Chờ xử lý #anki #addon #hardware #acceleration #control #webkit
https://forums.ankiweb.net/c/add-ons/11
13/3/2023

Cách tải addon Hardware acceleration control of qt_webkit

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

661789272

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 661789272 và copy

Mô tả chi tiết

You can disable Hardware acceleration of qt_webkit by modifying the config file.

Close Anki. Open the file explorer and navigate to the following path: Windows: %APPDATA%\Anki2 macOS: ~/Library/Application Support/Anki2 Linux: ~/.local/share/Anki2 Backup the “prefs21.db” file. Open the “prefs21.db” file using an editor. You can use tools such as SQLite Browser or DB Browser for SQLite. Find the following value in the “updateconfig” table:

‘qt_webkit’, ’{“profile”: true}’

Replace it with:

‘qt_webkit’, ’{“profile”: true, “args”: [“—disable-gpu”, “—disable-gpu-compositing”]}’ Save the file and close the editor. Restart Anki.

However, this is too cumbersome. So, using this plugin, you will be able to perform the desired function. Three menus will be added under the Tools menu:

Show Profile Values usehadware notusehadware

You can check if the value is stored correctly through Show Profile Values.


Liên kết hỗ trợ