We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe63e3 commit 65c496eCopy full SHA for 65c496e
docs/common/radxa-os/_mali-gpu.mdx
@@ -94,7 +94,7 @@ fi
94
95
## 修改模块黑名单
96
97
-编辑 `/etc/modprobe.d/blacklist.conf` 文件:
+编辑 `/etc/modprobe.d/panfrost.conf` 文件:
98
99
```bash
100
# settings for panfrost
@@ -108,6 +108,12 @@ blacklist panfrost
108
#blacklist mali
109
#blacklist bifrost_kbase
110
#blacklist midgard_kbase
111
+```
112
+
113
+## 关闭 Zink 支持
114
115
+```bash
116
+echo "LIBGL_KOPPER_DISABLE=true" | sudo tee -a /etc/environment
117
```
118
119
</TabItem>
0 commit comments