Linux

Installing Linux for gaming? arch install guide, steam setup.



If you run into any unexpected errors launching programs after just installing the attempt a reboot. Same goes with this process. I recommend rebooting after doing all of this.

There are plenty of distros/version of linux to choose from. In this video I guide you through how to use Rufus on Windows to create a boot able USB. Install Arch using archinstall. Configure fstab to mount storage. Setup steam to download at proper speeds and launch games with proton. Using git to download yay and making the package. I do mention Vulkan Caching towards the end, it is not needed to turn it on, however it is in steam settings if you wish to.

You can check on proton.db for how a steam game functions on linux.

Steam Config
nano ~/.steam/steam_dev.cfg
@nClientDownloadEnableHTTP2PlatformLinux 0
@fDownloadRateImprovementToAddAnotherConnection 1.0
to close nano ctrl X, Y to save, or N to not, Enter.

Fstab Config
blkid
sudo nano /etc/fstab

Recommended Packages
base-devel go git firefox speedcrunch mpv spectacle nano steam

speedcrunch = calculator
mpv = media viewer
spectacle = screenshots
nano = cli editor
firefox = internet browser

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button