diff --git a/iso-profiles/antergos-minimal/live-overlay/etc/calamares-online/modules/packagechooser_dm.conf b/iso-profiles/antergos-minimal/live-overlay/etc/calamares-online/modules/packagechooser_dm.conf new file mode 100644 index 0000000..f2d8f53 --- /dev/null +++ b/iso-profiles/antergos-minimal/live-overlay/etc/calamares-online/modules/packagechooser_dm.conf @@ -0,0 +1,31 @@ +--- +mode: required + +method: netinstall-select + +labels: + step: "Display Manager" + step[de]: "Display Manager" + +default: SDDM + +items: + - id: SDDM + name: sddm + description: "QML-based (KDE default). ⚠ May conflict with Cinnamon/MATE/LXQt (Xorg provider incompatibility). Use LightDM instead if installing those." + screenshot: "" + + - id: LightDM + name: lightdm + description: "Cross-desktop (GTK). Compatible with all desktop environments." + screenshot: "" + + - id: LXDM + name: lxdm + description: "Lightweight (LXDE). Compatible with all desktop environments." + screenshot: "" + + - id: LY + name: ly + description: "Minimal TUI. Compatible with all desktop environments." + screenshot: "" diff --git a/iso-profiles/antergos-minimal/live-overlay/etc/calamares/modules/packagechooser_dm.conf b/iso-profiles/antergos-minimal/live-overlay/etc/calamares/modules/packagechooser_dm.conf index a63a656..f2d8f53 100644 --- a/iso-profiles/antergos-minimal/live-overlay/etc/calamares/modules/packagechooser_dm.conf +++ b/iso-profiles/antergos-minimal/live-overlay/etc/calamares/modules/packagechooser_dm.conf @@ -12,20 +12,20 @@ default: SDDM items: - id: SDDM name: sddm - description: "QML-based display manager (KDE default)" + description: "QML-based (KDE default). ⚠ May conflict with Cinnamon/MATE/LXQt (Xorg provider incompatibility). Use LightDM instead if installing those." screenshot: "" - id: LightDM name: lightdm - description: "Cross-desktop display manager (GTK)" + description: "Cross-desktop (GTK). Compatible with all desktop environments." screenshot: "" - id: LXDM name: lxdm - description: "Lightweight display manager (LXDE)" + description: "Lightweight (LXDE). Compatible with all desktop environments." screenshot: "" - id: LY name: ly - description: "Minimal TUI display manager" + description: "Minimal TUI. Compatible with all desktop environments." screenshot: ""