From 8487efc18e7e876b3ca49f73ab7ef448a38d2f5a Mon Sep 17 00:00:00 2001 From: ducoterra Date: Wed, 2 Aug 2023 00:08:48 -0400 Subject: [PATCH] add hardware acceleration and firewall --- arch.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/arch.md b/arch.md index b9f7e62..c32ae45 100644 --- a/arch.md +++ b/arch.md @@ -5,6 +5,8 @@ - [Arch with Gnome](#arch-with-gnome) - [Installation](#installation) - [Post Install](#post-install) + - [Hardware Acceleration](#hardware-acceleration) + - [Firewall](#firewall) - [Power Management](#power-management) - [TPM2 LUKS Decryption](#tpm2-luks-decryption) - [Fingerprint Reader Support](#fingerprint-reader-support) @@ -128,6 +130,30 @@ Set up locale with correct information (required for certain binaries like minec 2. `sudo locale-gen` +### Hardware Acceleration + +(This helps enable hardware encoding/decoding for steam streaming) + +Intel + +```bash +sudo pacman -S libva-utils intel-media-driver +vainfo +``` + +AMD + +```bash +sudo pacman -S libva-utils libva-mesa-driver mesa-vdpau +``` + +### Firewall + +```bash +sudo pacman -S ufw +sudo ufw enable +``` + ### Power Management 1. For laptops install `tlp`