Skip to content

Commit

Permalink
[archiso_sys-linux.cfg] Fix nvidia modeset option name
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Jun 18, 2024
1 parent 685404c commit 8005b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syslinux/archiso_sys-linux.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENDTEXT
MENU LABEL EndeavourOS NVIDIA (latest cards, x86_64, BIOS)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=10G copytoram=n nvidia nvidia-drm.modeset=1 nouveau.modeset=0 module_blacklist=nouveau,pcspkr i915.modeset=1 radeon.modeset=1 nvme_load=yes
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=10G copytoram=n nvidia nvidia_drm.modeset=1 nouveau.modeset=0 module_blacklist=nouveau,pcspkr i915.modeset=1 radeon.modeset=1 nvme_load=yes

# Fallback (nomodeset)
LABEL eos64fb
Expand Down

0 comments on commit 8005b13

Please sign in to comment.