Monday, April 29, 2013

ArchLinux


10 comments:

  1. Try running pacman -Syy to force a refresh of all package lists

    ReplyDelete
  2. Para configurar .bashrc:
    - https://wiki.archlinux.org/index.php/Pacman_Tips
    - https://wiki.archlinux.org/index.php/Bash

    ReplyDelete
  3. fonts
    Para actualizar cache de fuentes:
    $ sudo fc-cache -vfs

    ReplyDelete
  4. locales

    https://wiki.archlinux.org/index.php/Locale

    $ vim /etc/locale.gen
    $ locale-gen

    * Configuracion general del sistema

    $ sudo -i
    $ vim /etc/locale.conf
    LANG="en_US.UTF-8"

    o sino:

    $ locale > /etc/locale.conf

    Pero tampoco andaba bien... Quizá debí reiniciar la sesión. Mientras tanto, probe con:
    LANG="en_US"
    LANGUAGE="en_US"

    y al menos ya no da error, aunque no se si es la mejor forma...

    ReplyDelete
  5. FontConfig:

    Cree links en /etc/fonts/conf.d:

    10-sub-pixel-rgb.conf -> /etc/fonts/conf.avail/10-sub-pixel-rgb.conf
    11-lcdfilter-default.conf -> /etc/fonts/conf.avail/11-lcdfilter-default.conf

    ReplyDelete
  6. This comment has been removed by the author.

    ReplyDelete
  7. Configuracion de DPI

    https://wiki.archlinux.org/index.php/Xorg#Display_Size_and_DPI

    $ sudo vim /etc/X11/xorg.conf.d/90-monitor.conf

    Section "Monitor"
    Identifier "[menor]default monitor[mayor]"
    DisplaySize 344 194 # In millimeters
    EndSection

    ReplyDelete
  8. http://pxcalc.com/

    Your screen’s info

    DPI: 100.45
    Dot Pitch: 0.2529mm
    Size: 13.6" × 7.65" (34.54cm × 19.42cm)
    Aspect Ratio: 683 × 384 (1.78:1)
    Pixel Count: 1,049,088
    Megapixels: 1.05MP
    Follow the white rabbit, Neo.

    ReplyDelete
  9. "In Arch Linux, fonts may be okay, but in some apps like Google Chrome, they aren’t."

    http://kaslnetwork.com/articles/making-ugly-fonts-pretty-in-arch-linux/

    ReplyDelete
  10. Systemd Basic Usage
    https://wiki.archlinux.org/index.php/Systemd#Basic_systemctl_usage

    ReplyDelete

Note: Only a member of this blog may post a comment.