Arch Linux: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
=== Environment setup ===
=== Environment setup ===


If gnome-terminal is not working after installing gnome, check if LANG is set properly.
* If gnome-terminal is not working after installing gnome, check if LANG is set properly.
* If firefox is blurry/refuse to resize under wayland, run it under wayland directly by adding MOZ_ENABLE_WAYLAND=1 to environment.


=== GPG ===
=== GPG ===
Line 12: Line 13:
* Try change keyserver in both /etc/pacman.d/gnupg and ~/.gnupg/
* Try change keyserver in both /etc/pacman.d/gnupg and ~/.gnupg/
* Try restart dirmngr: <code>systemctl --user restart dirmngr</code>
* Try restart dirmngr: <code>systemctl --user restart dirmngr</code>
If encounter <code>agent refused operation</code> error:
* Check if [[https://wiki.archlinux.org/index.php/GnuPG#Configure_pinentry_to_use_the_correct_TTY The pinentry is set to use the correct TTY]].
=== KVM ===
* Add a bunch of modules to mkinitcpio: <code>vfio mdev virtio-net virtio-blk virtio-scsi virtio-balloon</code>
* Allowing kvm group to access virtio: [https://wiki.archlinux.org/index.php/KVM KVM]


=== Checklist ===
=== Checklist ===
Line 19: Line 28:
* texlive
* texlive
* gpg
* gpg
=== Pacman Usage ===
Looking for which package owns a file: <code>pacman -Qo path</code>