[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisiónAmbos lados, revisión siguiente
es:howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware [2019/02/18 04:15 (UTC)] – [Herramientas Non-bootloader] antares_alfes:howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware [2019/02/19 03:09 (UTC)] – [Modifying Appearance of rEFInd] antares_alf
Línea 453: Línea 453:
   * about : información a cerca de rEFInd   * about : información a cerca de rEFInd
  
-===== Modifying Appearance of rEFInd =====+===== Modificando la apariencia de rEFInd =====
  
-Now that we got our boot entries sorted outwe can play around and modify the appearance of the refind menu.+Ahora que hemos arreglado nuestras entradas de arranquepodemos jugar un poco y modificar la apariencia de nuestro menú.
  
-=== Resolution ===+=== Resolución === 
 + 
 +Podemos establecer la resolución manualmente, para asegurar que los banners/background estén bien escalados. La resolución por defecto del sistema es 800x600.
  
-We can set the resolution manually, to make sure that the banners/background will be well scaled. The system default resolution is usually 800x600. 
 <code> <code>
 resolution 1920 1080 resolution 1920 1080
 </code> </code>
  
-=== Using custom icons ===+=== Usando íconos personalizados === 
 + 
 +Como vimos anteriormente con las entradas del menú personalizado, podemos elegir íconos para cada entrada con la opción **icon**. Entonces podemos hacer nuestros propios íconos y colocarlos en el directorio EFI/refind/icons/. El tipo predeterminado de iconos es bmp o png. Hay dos tipos de íconos, unos pequeños para las opciones non-bootloader (p.e. apagado, reinicio, ...), y unos grandes para las entradas bootloaders/kernel. Todos los iconos son cuadrados y los tamaños predeterminados son 48x48 para los iconos pequeños y 128x128 para los iconos grandes. Todos los iconos deben tener un tamaño superior a 32x32. El tamaño de los iconos se puede configurar utilizando:
  
-As we saw above with the custom menu entries we can choose icons for each entry with the **icon** option. So we can make our own icons and place them in directory EFI/refind/icons/. The default type of icons is bmp or png. There are two types of icons, small ones for the non-bootloader options (e.g. shutdown, reboot, ...), and large ones for the bootloaders/kernel entries. All icons are square and default sizes are 48x48 for the small icons and 128x128 for the large icons. All icons must be more than 32x32 in size. The size of icons can be set using: 
 <code> <code>
 large_icon 128 large_icon 128
 small_icon 48 small_icon 48
 </code> </code>
 +
 If the icons are physically smaller, they will be stretched to match the set size. If the icons are physically smaller, they will be stretched to match the set size.
  
 es:howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware ()