Skip to content

Commit 94fc477

Browse files
XV-02jackpot51
authored andcommitted
Set nvidia-drm.modeset to 1 (#335)
* Changes `nvidia-drm.modeset` from `0` to `1` as a short-term fix for Nvidia ISOs failing to reach GUI sessions on boot. While this is probably not the "correct" solution, it is a functional one and meets requirements in time for relevant deadlines. This should be revisited more fully after the first alpha releases, and a more holistic solution implemented.
1 parent c1e5b1a commit 94fc477

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/pop-os/24.04.mk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ POST_DISTRO_PKGS+=rsync
5656
# added to pop-desktop and/or kernelstub
5757
POST_DISTRO_PKGS+=systemd-boot
5858

59+
#TODO: revisit whether these kernel params need to be explicitly invoked
60+
# This has been hard-set as a short term fix tied to the Nvidia ISOs'
61+
# inability to successfully reach a GUI session with the state of
62+
# COSMIC in the alpha ISO release.
5963
ifeq ($(NVIDIA),1)
6064
DISTRO_PARAMS+=modules_load=nvidia
61-
DISTRO_PARAMS+=nvidia-drm.modeset=0
65+
DISTRO_PARAMS+=nvidia-drm.modeset=1
6266
POST_DISTRO_PKGS+=\
6367
amd-ppt-bin \
6468
nvidia-driver-525

0 commit comments

Comments
 (0)