Difference between revisions of "Make GRUB menu & boot-up/down fonts bigger"

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"
Anonymous user