Skip to content

Commit

Permalink
fix: mali-gpu: fix some syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Oct 23, 2024
1 parent 8344598 commit c0270b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
12 changes: 4 additions & 8 deletions docs/common/radxa-os/_mali-gpu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ Pin-Priority: 1001
```

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

## 安装 Mali 用户层驱动
Expand All @@ -66,10 +64,8 @@ sudo rm /etc/apt/preferences.d/mali
```

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

## 卸载 Mali 用户层驱动,并安装上游 Mesa 驱动
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ Pin-Priority: 1001
```

2. <div className="red">
<strong>
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.{" "}
</strong>
<!-- 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.**
</div>

## Installing the Mali User Level Driver
Expand All @@ -59,11 +58,9 @@ sudo rm /etc/apt/preferences.d/mali
```

2. <div className="red">
<strong>
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.{" "}
</strong>
**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.**
</div>

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

0 comments on commit c0270b4

Please sign in to comment.