Commit 61802584 authored by Roman Alifanov's avatar Roman Alifanov

initcall_blacklist=simpledrm_platform_driver_init to base_bootargs and remove xdriver=vesa

parent 2b101be1
......@@ -178,15 +178,11 @@ distro/ximper-base: distro/.ximper-install-x11-systemd \
@$(call add,LIVE_PACKAGES,gnome-flashback screenpen)
# GRUB change by default to VESA driver
# nvidia-drm.modeset=1 for Wayland and VR
# Add installer to fix possible problem xorg with vesa via removing xorg.conf
# Remove nouveau as not needed
# Add install scripts of Nvidia and all releated things out of box
mixin/ximper-nvidia: use/x11/nvidia use/stage2/kms/nvidia
@$(call add,EFI_BOOTARGS,xdriver=vesa initcall_blacklist=simpledrm_platform_driver_init)
@$(call add,BASE_BOOTARGS,nvidia-drm.modeset=1)
@$(call add,LIVE_PACKAGES,installer-feature-remove-xorgconf)
@$(call add,BASE_BOOTARGS,nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init)
@$(call add,LIVE_PACKAGES,apt-scripts-nvidia)
@$(call add,CLEANUP_PACKAGES,'^kernel-modules-drm-nouveau.*')
@$(call add,BASE_PACKAGES,apt-scripts-nvidia)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment