diff --git a/packages_cinnamon.txt b/packages_cinnamon.txt index 4f135c4..3e04d49 100644 --- a/packages_cinnamon.txt +++ b/packages_cinnamon.txt @@ -63,6 +63,7 @@ lib32-libva-vdpau-driver lib32-libvdpau lib32-mesa-vdpau lib32-nvidia-libgl +lib32-opencl-nvidia libdvdcss libdvdnav libdvdread @@ -87,7 +88,7 @@ noto-fonts noto-fonts-emoji ntfs-3g ntp -nvidia +nvidia-dkms nvidia-libgl nvidia-settings onboard diff --git a/packages_gnome.txt b/packages_gnome.txt index d1eea7e..e74c646 100644 --- a/packages_gnome.txt +++ b/packages_gnome.txt @@ -62,6 +62,7 @@ lib32-libva-vdpau-driver lib32-libvdpau lib32-mesa-vdpau lib32-nvidia-libgl +lib32-opencl-nvidia libdvdcss libdvdnav libdvdread @@ -86,7 +87,7 @@ noto-fonts noto-fonts-emoji ntfs-3g ntp -nvidia +nvidia-dkms nvidia-libgl nvidia-settings onboard diff --git a/packages_kde.txt b/packages_kde.txt index 3769a36..ec73958 100644 --- a/packages_kde.txt +++ b/packages_kde.txt @@ -60,6 +60,7 @@ lib32-libva-vdpau-driver lib32-libvdpau lib32-mesa-vdpau lib32-nvidia-libgl +lib32-opencl-nvidia libdvdcss libdvdnav libdvdread @@ -84,7 +85,7 @@ noto-fonts noto-fonts-emoji ntfs-3g ntp -nvidia +nvidia-dkms nvidia-libgl nvidia-settings onboard diff --git a/packages_libre.txt b/packages_libre.txt index 209e59f..fee377b 100644 --- a/packages_libre.txt +++ b/packages_libre.txt @@ -54,6 +54,8 @@ jdk8-openjdk lib32-libva-vdpau-driver lib32-libvdpau lib32-mesa-vdpau +lib32-nvidia-libgl +lib32-opencl-nvidia libreoffice-fresh libreoffice-fresh-de libva-intel-driver @@ -76,6 +78,10 @@ noto-fonts noto-fonts-emoji ntfs-3g ntp +nvidia-dkms +nvidia-libgl +nvidia-settings +opencl-nvidia openssh openvpn os-prober diff --git a/packages_lxde.txt b/packages_lxde.txt index daf95d7..2a39f05 100644 --- a/packages_lxde.txt +++ b/packages_lxde.txt @@ -57,6 +57,7 @@ lib32-libva-vdpau-driver lib32-libvdpau lib32-mesa-vdpau lib32-nvidia-libgl +lib32-opencl-nvidia libdvdcss libdvdnav libdvdread @@ -82,7 +83,7 @@ noto-fonts noto-fonts-emoji ntfs-3g ntp -nvidia +nvidia-dkms nvidia-libgl nvidia-settings onboard diff --git a/packages_lxqt.txt b/packages_lxqt.txt index 1d93549..fd4d0ca 100644 --- a/packages_lxqt.txt +++ b/packages_lxqt.txt @@ -58,6 +58,7 @@ lib32-libva-vdpau-driver lib32-libvdpau lib32-mesa-vdpau lib32-nvidia-libgl +lib32-opencl-nvidia libdvdcss libdvdnav libdvdread @@ -84,7 +85,7 @@ noto-fonts noto-fonts-emoji ntfs-3g ntp -nvidia +nvidia-dkms nvidia-libgl nvidia-settings onboard diff --git a/packages_mate.txt b/packages_mate.txt index 767de92..ac78fb9 100644 --- a/packages_mate.txt +++ b/packages_mate.txt @@ -57,6 +57,7 @@ lib32-libva-vdpau-driver lib32-libvdpau lib32-mesa-vdpau lib32-nvidia-libgl +lib32-opencl-nvidia libdvdcss libdvdnav libdvdread @@ -84,7 +85,7 @@ noto-fonts noto-fonts-emoji ntfs-3g ntp -nvidia +nvidia-dkms nvidia-libgl nvidia-settings onboard diff --git a/packages_voll.txt b/packages_voll.txt index a2b49bf..6383a6f 100644 --- a/packages_voll.txt +++ b/packages_voll.txt @@ -137,7 +137,7 @@ noto-fonts noto-fonts-emoji ntfs-3g ntp -nvidia +nvidia-dkms nvidia-libgl nvidia-settings obs-studio diff --git a/packages_xfce4.txt b/packages_xfce4.txt index 3525f04..45206da 100644 --- a/packages_xfce4.txt +++ b/packages_xfce4.txt @@ -57,6 +57,7 @@ lib32-libva-vdpau-driver lib32-libvdpau lib32-mesa-vdpau lib32-nvidia-libgl +lib32-opencl-nvidia libdvdcss libdvdnav libdvdread @@ -81,7 +82,7 @@ noto-fonts noto-fonts-emoji ntfs-3g ntp -nvidia +nvidia-dkms nvidia-libgl nvidia-settings onboard diff --git a/releng/all/archiso-x86_64-cd-cinnamon.conf b/releng/all/archiso-x86_64-cd-cinnamon.conf index 94af7f7..55e2e93 100755 --- a/releng/all/archiso-x86_64-cd-cinnamon.conf +++ b/releng/all/archiso-x86_64-cd-cinnamon.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI DVD DEFAULT CINNAMON linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=cinnamon quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=cinnamon nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-cd-gnome.conf b/releng/all/archiso-x86_64-cd-gnome.conf index 1431bfa..c1040f7 100755 --- a/releng/all/archiso-x86_64-cd-gnome.conf +++ b/releng/all/archiso-x86_64-cd-gnome.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI DVD DEFAULT GNOME linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=gnome quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=gnome nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-cd-kde.conf b/releng/all/archiso-x86_64-cd-kde.conf index d30beba..6d8e559 100755 --- a/releng/all/archiso-x86_64-cd-kde.conf +++ b/releng/all/archiso-x86_64-cd-kde.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI DVD DEFAULT KDE linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=kde quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=kde nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-cd-lxde.conf b/releng/all/archiso-x86_64-cd-lxde.conf index 1ed4080..35b9b10 100755 --- a/releng/all/archiso-x86_64-cd-lxde.conf +++ b/releng/all/archiso-x86_64-cd-lxde.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI DVD DEFAULT LXDE linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=lxde quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=lxde nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-cd-lxqt.conf b/releng/all/archiso-x86_64-cd-lxqt.conf index 9bcd325..f0d109d 100755 --- a/releng/all/archiso-x86_64-cd-lxqt.conf +++ b/releng/all/archiso-x86_64-cd-lxqt.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI DVD DEFAULT LXQT linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=lxqt quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=lxqt nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-cd-mate.conf b/releng/all/archiso-x86_64-cd-mate.conf index bf7ddd3..84082d1 100755 --- a/releng/all/archiso-x86_64-cd-mate.conf +++ b/releng/all/archiso-x86_64-cd-mate.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI DVD DEFAULT MATE linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=mate quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=mate nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-cd-xfce4.conf b/releng/all/archiso-x86_64-cd-xfce4.conf index 85a6582..223a782 100755 --- a/releng/all/archiso-x86_64-cd-xfce4.conf +++ b/releng/all/archiso-x86_64-cd-xfce4.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI DVD DEFAULT XFCE4 linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=xfce4 quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=xfce4 nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-usb-cinnamon.conf b/releng/all/archiso-x86_64-usb-cinnamon.conf index 7f62421..70ab1d3 100755 --- a/releng/all/archiso-x86_64-usb-cinnamon.conf +++ b/releng/all/archiso-x86_64-usb-cinnamon.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB DEFAULT CINNAMON linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=cinnamon quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=cinnamon nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-usb-gnome.conf b/releng/all/archiso-x86_64-usb-gnome.conf index 69a9363..8739389 100755 --- a/releng/all/archiso-x86_64-usb-gnome.conf +++ b/releng/all/archiso-x86_64-usb-gnome.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB DEFAULT GNOME linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=gnome quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=gnome nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-usb-kde.conf b/releng/all/archiso-x86_64-usb-kde.conf index b041911..5ee68d0 100755 --- a/releng/all/archiso-x86_64-usb-kde.conf +++ b/releng/all/archiso-x86_64-usb-kde.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB DEFAULT KDE linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=kde quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=kde nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-usb-lxde.conf b/releng/all/archiso-x86_64-usb-lxde.conf index 927d6bc..35df4de 100755 --- a/releng/all/archiso-x86_64-usb-lxde.conf +++ b/releng/all/archiso-x86_64-usb-lxde.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB DEFAULT LXDE linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=lxde quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=lxde nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-usb-lxqt.conf b/releng/all/archiso-x86_64-usb-lxqt.conf index b433d32..4d4882a 100755 --- a/releng/all/archiso-x86_64-usb-lxqt.conf +++ b/releng/all/archiso-x86_64-usb-lxqt.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB DEFAULT LXQT linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=lxqt quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=lxqt nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-usb-mate.conf b/releng/all/archiso-x86_64-usb-mate.conf index bb6be51..2b34228 100755 --- a/releng/all/archiso-x86_64-usb-mate.conf +++ b/releng/all/archiso-x86_64-usb-mate.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB DEFAULT MATE linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=mate quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=mate nvidia-drm.modeset=1 quiet splash diff --git a/releng/all/archiso-x86_64-usb-xfce4.conf b/releng/all/archiso-x86_64-usb-xfce4.conf index 0039801..4a858bd 100755 --- a/releng/all/archiso-x86_64-usb-xfce4.conf +++ b/releng/all/archiso-x86_64-usb-xfce4.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB DEFAULT XFCE4 linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=xfce4 quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=xfce4 nvidia-drm.modeset=1 quiet splash diff --git a/releng/archiso-x86_64-cd-default-checksum.conf b/releng/archiso-x86_64-cd-default-checksum.conf index 18275a9..5091a70 100755 --- a/releng/archiso-x86_64-cd-default-checksum.conf +++ b/releng/archiso-x86_64-cd-default-checksum.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI DVD DEFAULT Check disc for defects linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M checksum=y quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M checksum=y nvidia-drm.modeset=1 quiet splash diff --git a/releng/archiso-x86_64-cd-default.conf b/releng/archiso-x86_64-cd-default.conf index 217557f..d1044b9 100755 --- a/releng/archiso-x86_64-cd-default.conf +++ b/releng/archiso-x86_64-cd-default.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI DVD DEFAULT linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M nvidia-drm.modeset=1 quiet splash diff --git a/releng/archiso-x86_64-cd-default_noimage-format.conf b/releng/archiso-x86_64-cd-default_noimage-format.conf index 683e236..abd7764 100755 --- a/releng/archiso-x86_64-cd-default_noimage-format.conf +++ b/releng/archiso-x86_64-cd-default_noimage-format.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI DVD NOIMAGE FORMAT linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M format=y formatdevice=/dev/sda formatpartition=3 +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M format=y formatdevice=/dev/sda formatpartition=3 nvidia-drm.modeset=1 diff --git a/releng/archiso-x86_64-cd-default_noimage-toram.conf b/releng/archiso-x86_64-cd-default_noimage-toram.conf index 95f20fa..453fb3f 100755 --- a/releng/archiso-x86_64-cd-default_noimage-toram.conf +++ b/releng/archiso-x86_64-cd-default_noimage-toram.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI DVD DEFAULT NOIMAGE TORAM linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_label=cow_device copytoram=y quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_label=cow_device copytoram=y nvidia-drm.modeset=1 quiet splash diff --git a/releng/archiso-x86_64-cd-default_noimage.conf b/releng/archiso-x86_64-cd-default_noimage.conf index 07312cb..a5f71ac 100755 --- a/releng/archiso-x86_64-cd-default_noimage.conf +++ b/releng/archiso-x86_64-cd-default_noimage.conf @@ -1,5 +1,5 @@ -# default +## default title %ISO_LABEL% %arch% UEFI DVD DEFAULT NOIMAGE linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_label=cow_device quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_label=cow_device nvidia-drm.modeset=1 quiet splash diff --git a/releng/archiso-x86_64-cd-default_toram.conf b/releng/archiso-x86_64-cd-default_toram.conf index 218b99e..3dbba5e 100755 --- a/releng/archiso-x86_64-cd-default_toram.conf +++ b/releng/archiso-x86_64-cd-default_toram.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI DVD DEFAULT TORAM linux /EFI/archiso/vmlinuz.efi initrd /EFI/archiso/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% copytoram=y cow_spacesize=1024M quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% copytoram=y cow_spacesize=1024M nvidia-drm.modeset=1 quiet splash diff --git a/releng/archiso-x86_64-usb-default-checksum.conf b/releng/archiso-x86_64-usb-default-checksum.conf index f372375..6ec4691 100755 --- a/releng/archiso-x86_64-usb-default-checksum.conf +++ b/releng/archiso-x86_64-usb-default-checksum.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB DEFAULT Check disc for defects linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M checksum=y quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M checksum=y nvidia-drm.modeset=1 quiet splash diff --git a/releng/archiso-x86_64-usb-default.conf b/releng/archiso-x86_64-usb-default.conf index f34d854..c05438e 100755 --- a/releng/archiso-x86_64-usb-default.conf +++ b/releng/archiso-x86_64-usb-default.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB DEFAULT linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M nvidia-drm.modeset=1 quiet splash diff --git a/releng/archiso-x86_64-usb-default_noimage-format.conf b/releng/archiso-x86_64-usb-default_noimage-format.conf index c90765c..3108ff6 100755 --- a/releng/archiso-x86_64-usb-default_noimage-format.conf +++ b/releng/archiso-x86_64-usb-default_noimage-format.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB NOIMAGE FORMAT linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M format=y formatdevice=/dev/sda formatpartition=3 +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_spacesize=1024M format=y formatdevice=/dev/sda formatpartition=3 nvidia-drm.modeset=1 diff --git a/releng/archiso-x86_64-usb-default_noimage-toram.conf b/releng/archiso-x86_64-usb-default_noimage-toram.conf index ef64d16..5e6307e 100755 --- a/releng/archiso-x86_64-usb-default_noimage-toram.conf +++ b/releng/archiso-x86_64-usb-default_noimage-toram.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB DEFAULT NOIMAGE TORAM linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_label=cow_device copytoram=y quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_label=cow_device copytoram=y nvidia-drm.modeset=1 quiet splash diff --git a/releng/archiso-x86_64-usb-default_noimage.conf b/releng/archiso-x86_64-usb-default_noimage.conf index f724253..3618aa5 100755 --- a/releng/archiso-x86_64-usb-default_noimage.conf +++ b/releng/archiso-x86_64-usb-default_noimage.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB DEFAULT NOIMAGE linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_label=cow_device quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% cow_label=cow_device nvidia-drm.modeset=1 quiet splash diff --git a/releng/archiso-x86_64-usb-default_toram.conf b/releng/archiso-x86_64-usb-default_toram.conf index 66454bb..47929b9 100755 --- a/releng/archiso-x86_64-usb-default_toram.conf +++ b/releng/archiso-x86_64-usb-default_toram.conf @@ -2,4 +2,4 @@ title %ISO_LABEL% %arch% UEFI USB DEFAULT TORAM linux /%INSTALL_DIR%/boot/%arch%/vmlinuz initrd /%INSTALL_DIR%/boot/%arch%/archiso.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% copytoram=y cow_spacesize=1024M quiet splash +options archisobasedir=%INSTALL_DIR% archisolabel=%ISO_LABEL% copytoram=y cow_spacesize=1024M nvidia-drm.modeset=1 quiet splash diff --git a/syslinux-noimage.cfg b/syslinux-noimage.cfg index 1988de6..af124be 100755 --- a/syslinux-noimage.cfg +++ b/syslinux-noimage.cfg @@ -3,4 +3,4 @@ LABEL arch MENU LABEL SPECTRE_OS DEFAULT NOIMAGE LINUX /arch/boot/x86_64/vmlinuz INITRD /arch/boot/x86_64/archiso.img -APPEND archisolabel=SPECTRE_OS cow_label=cow_device quiet splash +APPEND archisolabel=SPECTRE_OS cow_label=cow_device nvidia-drm.modeset=1 quiet splash diff --git a/syslinux-standart.cfg b/syslinux-standart.cfg index 647bdcd..7a27332 100755 --- a/syslinux-standart.cfg +++ b/syslinux-standart.cfg @@ -3,47 +3,47 @@ LABEL arch MENU LABEL %ISO_LABEL% DEFAULT LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M quiet splash +APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M nvidia-drm.modeset=1 quiet splash # default toram LABEL arch MENU LABEL %ISO_LABEL% DEFAULT TORAM LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% copytoram=y cow_spacesize=1024M quiet splash +APPEND archisolabel=%ISO_LABEL% copytoram=y cow_spacesize=1024M nvidia-drm.modeset=1 quiet splash # default noimage LABEL arch MENU LABEL %ISO_LABEL% DEFAULT NOIMAGE LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_label=cow_device quiet splash +APPEND archisolabel=%ISO_LABEL% cow_label=cow_device nvidia-drm.modeset=1 quiet splash # default noimage toram LABEL arch MENU LABEL %ISO_LABEL% DEFAULT NOIMAGE TORAM LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_label=cow_device copytoram=y quiet splash +APPEND archisolabel=%ISO_LABEL% cow_label=cow_device copytoram=y nvidia-drm.modeset=1 quiet splash # default noimage format LABEL arch MENU LABEL %ISO_LABEL% DEFAULT NOIMAGE FORMAT LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% format=y formatdevice=/dev/sda formatpartition=3 +APPEND archisolabel=%ISO_LABEL% format=y formatdevice=/dev/sda formatpartition=3 nvidia-drm.modeset=1 # default nvidia LABEL arch MENU LABEL %ISO_LABEL% DEFAULT NVIDIA LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M nvidia-drm.modeset=1 nvidia=y quiet splash +APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M nvidia-drm.modeset=1 nvidia=y nvidia-drm.modeset=1 quiet splash # default checksum LABEL arch MENU LABEL %ISO_LABEL% DEFAULT Check disc for defects LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M checksum=y quiet splash +APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M checksum=y nvidia-drm.modeset=1 quiet splash diff --git a/syslinux.cfg b/syslinux.cfg index 32ea6f8..6de4b69 100755 --- a/syslinux.cfg +++ b/syslinux.cfg @@ -3,84 +3,84 @@ LABEL arch MENU LABEL %ISO_LABEL% DEFAULT LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M quiet splash +APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M nvidia-drm.modeset=1 quiet splash # default Gnome LABEL arch MENU LABEL %ISO_LABEL% DEFAULT GNOME LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=gnome quiet splash +APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=gnome nvidia-drm.modeset=1 quiet splash # default cinnamon LABEL arch MENU LABEL %ISO_LABEL% DEFAULT CINNAMON LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=cinnamon quiet splash +APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=cinnamon nvidia-drm.modeset=1 quiet splash # default mate LABEL arch MENU LABEL %ISO_LABEL% DEFAULT MATE LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=mate quiet splash +APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=mate nvidia-drm.modeset=1 quiet splash # default lxde LABEL arch MENU LABEL %ISO_LABEL% DEFAULT LXDE LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=lxde quiet splash +APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=lxde nvidia-drm.modeset=1 quiet splash # default lxqt LABEL arch MENU LABEL %ISO_LABEL% DEFAULT LXQT LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=lxqt quiet splash +APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=lxqt nvidia-drm.modeset=1 quiet splash # default xfce4 LABEL arch MENU LABEL %ISO_LABEL% DEFAULT XFCE4 LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=xfce4 quiet splash +APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=xfce4 nvidia-drm.modeset=1 quiet splash # default kde LABEL arch MENU LABEL %ISO_LABEL% DEFAULT KDE LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=kde quiet splash +APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M desktop=kde nvidia-drm.modeset=1 quiet splash # default toram LABEL arch MENU LABEL %ISO_LABEL% DEFAULT TORAM LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% copytoram=y cow_spacesize=1024M quiet splash +APPEND archisolabel=%ISO_LABEL% copytoram=y cow_spacesize=1024M nvidia-drm.modeset=1 quiet splash # default noimage LABEL arch MENU LABEL %ISO_LABEL% DEFAULT NOIMAGE LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_label=cow_device quiet splash +APPEND archisolabel=%ISO_LABEL% cow_label=cow_device nvidia-drm.modeset=1 quiet splash # default noimage toram LABEL arch MENU LABEL %ISO_LABEL% DEFAULT NOIMAGE TORAM LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_label=cow_device copytoram=y quiet splash +APPEND archisolabel=%ISO_LABEL% cow_label=cow_device copytoram=y nvidia-drm.modeset=1 quiet splash # default noimage format LABEL arch MENU LABEL %ISO_LABEL% DEFAULT NOIMAGE FORMAT LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% format=y formatdevice=/dev/sda formatpartition=3 +APPEND archisolabel=%ISO_LABEL% format=y formatdevice=/dev/sda formatpartition=3 nvidia-drm.modeset=1 # default nvidia LABEL arch @@ -94,5 +94,5 @@ LABEL arch MENU LABEL %ISO_LABEL% DEFAULT Check disc for defects LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img -APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M checksum=y quiet splash +APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M checksum=y nvidia-drm.modeset=1 quiet splash