Add amdgpu and mgag200 to the archiso_kms mkinitcpio hook
See https://wiki.archlinux.org/index.php/Kernel_mode_setting#Early_KMS_start .
This commit is contained in:
parent
1b2a7b58ce
commit
24a68d5879
1 changed files with 2 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
build() {
|
||||
add_module "amdgpu"
|
||||
add_module "radeon"
|
||||
add_module "nouveau"
|
||||
add_module "i915"
|
||||
add_module "mgag200"
|
||||
add_module "via-agp"
|
||||
add_module "sis-agp"
|
||||
add_module "intel-agp"
|
||||
|
|
Loading…
Add table
Reference in a new issue