Commit 4712b8cc authored by Anton Palgunov's avatar Anton Palgunov

remove nomodeset, add initcall_blacklist=simpledrm_platform_driver_init

Close #2 Close #4
parent 36ddf7db
......@@ -177,7 +177,7 @@ distro/ximper-base: distro/.ximper-install-x11-systemd \
# 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,nomodeset xdriver=vesa)
@$(call add,EFI_BOOTARGS,xdriver=vesa initcall_blacklist=simpledrm_platform_driver_init)
@$(call add,BASE_BOOTARGS,nvidia-drm.modeset=1)
@$(call add,INSTALL2_PACKAGES,installer-feature-remove-xorgconf)
@$(call add,INSTALL2_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