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

Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 60: Line 60:
'''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 free''':


  MODULES="nouveau"
  MODULES=(nouveau)
 
'''nVidia proprietary''':
 
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)


If your MODULES= line has any other modules on it already, just add your new one with a space separating it from the previous one.
If your MODULES= line has any other modules on it already, just add your new one with a space separating it from the previous one.
8,138

edits