From 2f78a15ef8fda0e76996cc746ec0aeabd03734a7 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 27 Oct 2024 19:24:40 +0100 Subject: [PATCH] Update nvidia-enablement/data/refind/refind_linux.conf --- nvidia-enablement/data/refind/refind_linux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvidia-enablement/data/refind/refind_linux.conf b/nvidia-enablement/data/refind/refind_linux.conf index f5d88c5..bbfa817 100644 --- a/nvidia-enablement/data/refind/refind_linux.conf +++ b/nvidia-enablement/data/refind/refind_linux.conf @@ -1,3 +1,3 @@ -"Boot live image with standard options" "boot=live modules_load=nvidia nvidia-drm.modeset=0 quiet splash ---" -"Boot live image with logging" "boot=live modules_load=nvidia nvidia-drm.modeset=0 ---" +"Boot live image with standard options" "boot=live modules_load=nvidia,usbhid nvidia-drm.modeset=1 quiet splash ---" +"Boot live image with logging" "boot=live modules_load=nvidia,usbhid nvidia-drm.modeset=1 ---" "Boot live image with safe graphics" "boot=live nomodeset ---"