From 1bb920a1a93c744d232ff3631da546576f1dafee Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:50:40 +0200 Subject: [PATCH] Update readme with new todos --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4466bad..db2b61a 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,11 @@ Proof reading is still contribution! * ~~Fetch the ID for the GPUs and generate the correct kernel arguments for grub and systemd-boot~~ * ~~Dump the GPU rom, just in case it will be needed for passthrough~~ (no rom patching planned due to complexity) * ~~Get help to actually make the scripts better~~ +* Automatically handle GPUs where parts of it might be in separate IOMMU groups (ex: RX5600XT) * A non-hacky menu system? (I will need help by some bash wizards for this) * Coloured highlight/text for important information? -* Install vendor_reset kernel module? (maybe far future) -* Setup looking-glass? (far future maybe) +* Install vendor\_reset kernel module? (maybe far future, need to detect if user is using a card that needs it, can however mention where to get it) +* Suggest looking-glass if they are going to run Windows ----