Howto game on linux

From Vidalinux Wiki
Revision as of 19:20, 5 September 2023 by 10.233.102.144 (talk)
Jump to navigation Jump to search

gaming platforms

install steam:

pacman -S steam --noconfirm

install lutris:

pacman -S lutris --noconfirm

install heroic-games:

yay -G heroic-games-launcher && cd heroic-games-launcher
makepkg -si

install legendary gui rare:

pacman -S python-qtawesome --noconfirm
yay -G legendary && legendary
makepkg -si
yay -G rare && rare
makepkg -si

display games fps

install mangohud on archlinux:

pacman -S mangohud lib32-mangohud --noconfirm

install mangohud gui goverlay:

yay -S goverlay-bin

get fps on opengl games using mangohud:

mangohud --dlsym quake3

amd gpu fan control

install corectl on archlinux:

pacman -S corectrl

install corectl debian/ubuntu

sudo apt install corectrl

record games with obs

install obs vulkan plugin:

yay -S obs-vkcapture-git

references