What I did is modify the default grub boot entry, adding the following linux boot parameters: "i915.force_probe=46A6,!5691 xe.force_probe=!46A6,!5691 pcie_aspm=force pcie_aspm.policy=powersupersave" (the numbers used in the force_probe commands come from "lspci -nn |grep -Ei 'VGA|DISPLAY'" fyi, if I recall correctly they are the pci-e id of each card, 46A6 for the Iris Xe Graphics, 5691 for the Arc A730m. I'm not sure whether or not you should have the same) (you could also create a new boot entry. What I did is modify the default boot entry with these parameters, then create a new one with "default" parameters, so I can choose if I want to boot with the A730m or not) You'll find the archwiki guide for adding kernel parameters in general here: https://wiki.archlinux.org/title/Kernel_parameters#GRUB I then installed powertop and followed archwiki's instructions for creating an autostart service : https://wiki.archlinux.org/title/Powertop#Apply_settings which I then enabled. Although I specify the arch linux wiki's instructions, it should be the same stuff for most modern distros. Hope this helps!
... View more