You are not logged in.

#1 2022-10-14 07:14:32

nibazshab
Member
Registered: 2022-08-25
Posts: 60

[SOLVED] Can I start KMS both of Intel GPU and Nvidia GPU ?

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

#2 2022-10-17 23:10:23

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,171

Re: [SOLVED] Can I start KMS both of Intel GPU and Nvidia GPU ?

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

#3 2022-10-18 06:40:37

nibazshab
Member
Registered: 2022-08-25
Posts: 60

Re: [SOLVED] Can I start KMS both of Intel GPU and Nvidia GPU ?

cfr wrote:

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

Board footer

Powered by FluxBB