448
edits
(Created page with "La segunda parte es sobre identificar primero el modulo GPU a cargar, & luego utilizar la habilidad del modo de configuración del kernel (KMS) para instruirlo a cargar los m...") |
(Created page with "sudo grub-mkfont --output=/boot/grub/fonts/DejaVuSansMono20.pf2 \ --size=20 /usr/share/fonts/TTF/dejavu/DejaVuSansMono.ttf") Tags: Mobile web edit Mobile edit |
||
Line 24: | Line 24: | ||
{{SectionTemplate| | {{SectionTemplate| | ||
1= | 1=Dale a GRUB y al proceso de arranque hasta que el módulo GPU cargue una fuente más grande| | ||
2= | 2=Esto requiere que escoja una fuente que le guste (fuentes mono son las mas fáciles de leer), yo escogí DejaVuSansMono20 y aquí está la linea de comandos que crea esta fuente en formato compatible con GRUB, en el tamaño que usted ha escogido & lo coloca en el directorio recién creado /boot/grub/fonts (es un comando largo & es todo en una línea): | ||
sudo grub-mkfont --output=/boot/grub/fonts/DejaVuSansMono20.pf2 \ --size=20 /usr/share/fonts/TTF/dejavu/DejaVuSansMono.ttf | |||
sudo grub-mkfont --output=/boot/grub/fonts/DejaVuSansMono20.pf2 \ --size=20 /usr/share/fonts/TTF/dejavu/DejaVuSansMono.ttf | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
Line 37: | Line 33: | ||
</div> | </div> | ||
##==========================_UTIL_========================================== | |||
##========================== | # Fuente más legible en pantalla de altos dpi, generado con las siguientes | ||
# | # 2 líneas en UNA linea, comando de terminal ignore los mensajes de error¡funciona!: | ||
# 2 | |||
# sudo grub-mkfont --output=/boot/grub/fonts/DejaVuSansMono24.pf2 \ | # sudo grub-mkfont --output=/boot/grub/fonts/DejaVuSansMono24.pf2 \ | ||
# --size=24 /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf | # --size=24 /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf | ||
Line 46: | Line 41: | ||
GRUB_FONT=/boot/grub/fonts/DejaVuSansMono18.pf2 | GRUB_FONT=/boot/grub/fonts/DejaVuSansMono18.pf2 | ||
Salve el archivo editado & luego ingrese lo siguiente en la terminal: | |||
sudo update-grub | |||
sudo update-grub | |||
Habiendo hecho eso, si usted reinicia el menú GRUB será mas grande & lo será una corta porción del proceso de arranque, hasta que el controlador de la GPU del modulo del kernel se cargue, donde regresará a la fuente por defecto de la consola. | |||
}} | }} | ||
{{SectionTemplate| | {{SectionTemplate| | ||
1= | 1=Use KMS para cargar el módulo del kernel de la GPU al principio del proceso de arranque| | ||
2=<div lang="en" dir="ltr" class="mw-content-ltr"> | 2=<div lang="en" dir="ltr" class="mw-content-ltr"> | ||
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: |
edits