From 9d0bfe00b9ec593d2bb48eaf09bbf6c022359b0f Mon Sep 17 00:00:00 2001 From: Andy Nguyen Date: Mon, 4 May 2026 07:55:50 +0200 Subject: [PATCH] Update readme. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21d7347..9089455 100644 --- a/README.md +++ b/README.md @@ -177,14 +177,20 @@ Then, there are certain settings and commands we recommend doing: ```bash sudo snap install firefox + ``` + +4. Update mesa: + + ```bash sudo snap refresh mesa-2404 --channel=latest/edge ``` -4. Clone our [ps5-linux-tools](https://github.com/ps5-linux/ps5-linux-tools): +5. Clone our [ps5-linux-tools](https://github.com/ps5-linux/ps5-linux-tools): ```bash sudo apt install zlib1g-dev git clone https://github.com/ps5-linux/ps5-linux-tools + cd ps5-linux-tools make ``` @@ -218,6 +224,8 @@ chmod +x ./m2_exec.sh sudo ./m2_exec.sh ``` +Then follow the same instructions again as the previous section. + In order to always boot Linux from your M.2, you can edit the label at `/boot/efi/cmdline.txt` from `root=LABEL=ubuntu2604` to `root=LABEL=ubuntu2604-m2`. ## Fan & boost control @@ -258,6 +266,7 @@ Always turn on fan when your turn on boost, as this is what the official PS5 OS - Some monitors have a black screen if a video=DP-1: parameter is set in `cmdline.txt`. Confirmed working without `video=DP-1:1920x1080@60` on: - MSI MAG274Q QD E2, DELL S2721DGF, DELL U2515H (1440p@60Hz) - Possibly also: LG 27GL850, Lenovo Legion Y27q, ViewSonic Elite XG270QG + Many configurations, tips and tricks from the [AMD BC250 Documentation](https://elektricm.github.io/amd-bc250-docs/) also apply to PS5. ## Bugs