diff --git a/conf.d/ximper.mk b/conf.d/ximper.mk
index 9495d0ada263dafbec87883ee517a1229b016000..a45ad16a87fd136cd14416e338bcf3791b53d560 100644
--- a/conf.d/ximper.mk
+++ b/conf.d/ximper.mk
@@ -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)