Difference between revisions of "Make GRUB menu & boot-up/down fonts bigger"
Make GRUB menu & boot-up/down fonts bigger (view source)
Revision as of 05:12, 24 January 2018
, 6 years ago→Use KMS to load the GPU kernel module early in the boot process
imported>Handy |
imported>Handy |
||
Line 44: | Line 44: | ||
Use sudo & load /etc/mkinitcpio.conf into your text editor & find the '''MODULES=""''' line very near the top of file. Here you will have to put your GPU module name, the three choices that I can show you here are: | Use sudo & load /etc/mkinitcpio.conf into your text editor & find the '''MODULES=""''' line very near the top of file. Here you will have to put your GPU module name, the three choices that I can show you here are: | ||
Intel on-board (at least all of the intel CPU's that carry a GPU/CPU): | '''Intel on-board''' (at least all of the intel CPU's that carry a GPU/CPU): | ||
MODULES="i915" | MODULES="i915" | ||
AMD/ATi: | '''AMD/ATi''': | ||
MODULES="radeon/amdgpu" | MODULES="radeon/amdgpu" | ||
nVidia: | '''nVidia''': | ||
MODULES="nouveau" | MODULES="nouveau" |