Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: optimizing string interpretation #517

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/common/radxa-os/_mali-gpu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Pin-Priority: 1001

2. <div className="red">
**然后参考[使用 `rsetup` 进行系统升级](./rsetup#system-update)来重新安装**
**Rockchip 专有软件包如果不执行此步骤会导致桌面闪退或者颜色翻转**
**Rockchip 专有软件包 (如果不执行此步骤会导致桌面闪退或者颜色翻转) **
</div>

## 安装 Mali 用户层驱动
Expand Down Expand Up @@ -65,7 +65,7 @@ sudo rm /etc/apt/preferences.d/mali

2. <div className="red">
**然后参考[使用 `rsetup` 进行系统升级](./rsetup#system-update)来重新安装**
**Debian 官方软件包如果不执行此步骤会导致桌面闪退或者颜色翻转**
**Debian 官方软件包 (如果不执行此步骤会导致桌面闪退或者颜色翻转) **
</div>

## 卸载 Mali 用户层驱动,并安装上游 Mesa 驱动
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Pin-Priority: 1001
2. <div className="red">
<!-- prettier-ignore -->
**Then refer to [System Upgrade Using `rsetup`](./rsetup#system-update) to**
**reinstall the Rockchip proprietary software packages, if you don't**
**perform this step it will crash the desktop or flip the colors.**
**reinstall the Rockchip proprietary software packages (if you don't**
**perform this step it will crash the desktop or flip the colors) **
</div>

## Installing the Mali User Level Driver
Expand Down Expand Up @@ -59,8 +59,8 @@ sudo rm /etc/apt/preferences.d/mali

2. <div className="red">
**Then refer to [System Upgrade Using `rsetup`](./rsetup#system-update)
to** **reinstall the Debian's officially packages, if you don't perform
this** **step it will crash the desktop or flip the colors.**
to** **reinstall the Debian's officially packages (if you don't perform
this** **step it will crash the desktop or flip the colors) **
</div>

## Uninstall the Mali user level driver and install the upstream Mesa driver
Expand Down