Aggiorna README.md
This commit is contained in:
parent
f513161166
commit
10105117e6
1 changed files with 14 additions and 14 deletions
28
README.md
28
README.md
|
@ -1,6 +1,6 @@
|
|||
# Mesa 25.2 on RK3588 (Mali G610) in Debian 12
|
||||
|
||||
## 01 Setup AmazingFate Panfork-Mesa repo for mali-g610-firmware 01
|
||||
## 1 Setup AmazingFate Panfork-Mesa repo for mali-g610-firmware 01
|
||||
|
||||
|
||||
#### 1A: import gpg key and use it to sign repo
|
||||
|
@ -9,19 +9,19 @@
|
|||
wget -qO - https://download.opensuse.org/repositories/home:/amazingfate:/panfork-mesa/Debian_12/Release.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/panfork-mesa.gpg
|
||||
```
|
||||
|
||||
### 1B: Add Repo to apt sources & update
|
||||
#### 1B: Add Repo to apt sources & update
|
||||
|
||||
```
|
||||
echo "deb https://download.opensuse.org/repositories/home:/amazingfate:/panfork-mesa/Debian_12/ /" | sudo tee /etc/apt/sources.list.d/panfork-mesa.list
|
||||
sudo apt update
|
||||
```
|
||||
|
||||
### 1C: Install firmware
|
||||
#### 1C: Install firmware
|
||||
|
||||
sudo apt install mali-g610-firmware libmali-g610-x11
|
||||
|
||||
|
||||
### 1D: **RECOMMENDED** : Remove panfork-mesa repo
|
||||
#### 1D: **RECOMMENDED** : Remove panfork-mesa repo
|
||||
|
||||
sudo rm -rf /etc/apt/sources.list.d/panfork-mesa.list
|
||||
sudo rm -rf /etc/apt/trusted.gpg.d/panfork-mesa.gpg
|
||||
|
@ -32,19 +32,19 @@ sudo apt update
|
|||
sudo nano /etc/apt/sources.list
|
||||
|
||||
|
||||
### 2A: Add the following to the bottom of the document...
|
||||
#### 2A: Add the following to the bottom of the document...
|
||||
|
||||
deb http://deb.debian.org/debian unstable main contrib non-free
|
||||
deb http://deb.debian.org/debian experimental main
|
||||
|
||||
|
||||
### 2B: Update and install Mesa Packages
|
||||
#### 2B: Update and install Mesa Packages
|
||||
|
||||
sudo apt update
|
||||
sudo apt install -t experimental mesa-vulkan-drivers mesa-utils libgl1-mesa-dri libglx-mesa0 mesa-vdpau-drivers mesa-va-drivers mesa-opencl-icd mesa-libgallium
|
||||
|
||||
|
||||
### 2C: **RECOMMENDED** : Re-open apt sources and remove Experimental/Unstable repos...
|
||||
#### 2C: **RECOMMENDED** : Re-open apt sources and remove Experimental/Unstable repos...
|
||||
|
||||
sudo nano /etc/apt/sources.list
|
||||
|
||||
|
@ -62,7 +62,7 @@ Remove the following and update apt...
|
|||
echo "deb [arch=arm64] https://ppa.launchpadcontent.net/liujianfeng1994/rockchip-multimedia/ubuntu jammy main" | sudo tee /etc/apt/sources.list.d/rockchip-multimedia.list
|
||||
```
|
||||
|
||||
### 3A: Download Key and add convert to gpg
|
||||
#### 3A: Download Key and add convert to gpg
|
||||
|
||||
```
|
||||
curl -o rockchip-multimedia.asc "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8065BE1FC67AABDE"
|
||||
|
@ -70,19 +70,19 @@ gpg --dearmor rockchip-multimedia.asc
|
|||
sudo mv rockchip-multimedia.asc.gpg /etc/apt/keyrings/rockchip-multimedia.gpg
|
||||
```
|
||||
|
||||
### 3B: Add PPA Repo and update
|
||||
#### 3B: Add PPA Repo and update
|
||||
|
||||
```
|
||||
echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/rockchip-multimedia.gpg] https://ppa.launchpadcontent.net/liujianfeng1994/rockchip-multimedia/ubuntu jammy main" | sudo tee /etc/apt/sources.list.d/rockchip-multimedia.list
|
||||
sudo apt update
|
||||
```
|
||||
|
||||
### 3C: Install packages
|
||||
#### 3C: Install packages
|
||||
|
||||
sudo apt install libv4l-rkmpp chromium gstreamer1.0-rockchip1 rockchip-multimedia-config
|
||||
|
||||
|
||||
### 3D: **OPTIONAL** : Disable rockchip-multimedia PPA repo ##
|
||||
#### 3D: **OPTIONAL** : Disable rockchip-multimedia PPA repo ##
|
||||
|
||||
sudo mv /etc/apt/sources.list.d/rockchip-multimedia.list /etc/apt/sources.list.d/rockchip-multimedia.list.disabled
|
||||
sudo apt update
|
||||
|
@ -90,7 +90,7 @@ sudo apt update
|
|||
|
||||
## 04 Optimize XFCE/Xorg and Reboot 04 --
|
||||
|
||||
### 4A: Open default xorg config
|
||||
#### 4A: Open default xorg config
|
||||
|
||||
sudo nano /etc/X11/xorg.conf.d/01-armbian-defaults.conf
|
||||
|
||||
|
@ -108,7 +108,7 @@ Section "Device"
|
|||
EndSection
|
||||
```
|
||||
|
||||
### 4B: Add XFCE Specific tweaks
|
||||
#### 4B: Add XFCE Specific tweaks
|
||||
|
||||
sudo nano /etc/X11/xorg.conf.d/20-xfce-tweaks.conf
|
||||
|
||||
|
@ -126,6 +126,6 @@ EndSection
|
|||
```
|
||||
|
||||
|
||||
### 4C: Reboot
|
||||
#### 4C: Reboot
|
||||
|
||||
sudo reboot now
|
||||
|
|
Loading…
Reference in a new issue