From 3f192b32114bfea3f8f38d360b18999c81499dda Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Mon, 21 Aug 2023 17:42:14 -0400 Subject: [PATCH] feat: update intel gpu installation --- scripts/gpu-intel.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gpu-intel.sh b/scripts/gpu-intel.sh index 9636b4e45..d223d28f3 100644 --- a/scripts/gpu-intel.sh +++ b/scripts/gpu-intel.sh @@ -17,6 +17,8 @@ export dependencies=('gpu') main_pacman() { require_pacman intel-media-driver + + msg 'please set the "i915.enable_psr=0" as kernel parameter in /boot/loader/entries/*.conf' 'notice' } main_apt() {