You are not logged in.
I notice Nvidia support DRM_KMS
/etc/mkinitcpio.conf
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)and Intel support KMS
/etc/mkinitcpio.conf
MODULES=(i915)so that, can i add both of them into /etc/mkinitcpio.conf - MODULES=() to start them ?
like this
MODULES=(i915 nvidia nvidia_modeset nvidia_uvm nvidia_drm)if I do it, whether I will get a broken computer ?
Or I can only add one of them into mkinitcpio.conf ?
---
All right to do it
Last edited by nibazshab (2022-10-15 06:07:06)
Offline
You've marked this as 'solved' but given no indication of the solution you found.
Last edited by cfr (2022-10-17 23:12:00)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
You've marked this as 'solved' but given no indication of the solution you found.
ok, there
after my test, it can start both KMS of i-gpu and n-gpu. just need add MODULES=(i915 nvidia nvidia_modeset nvidia_uvm nvidia_drm) at /etc/mkinitcpio.conf
and do a hook of pacman, at : https://wiki.archlinux.org/title/NVIDIA … de_setting
Offline