Howto game on linux: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
  yay -G rare && rare
  yay -G rare && rare
  makepkg -si
  makepkg -si
= display games fps =
= display games fps =
install mangohud on archlinux:
install mangohud on archlinux:
Line 26: Line 25:
install corectl debian/ubuntu
install corectl debian/ubuntu
  sudo apt install corectrl
  sudo apt install corectrl
= benchmarks =
install unigine benchmarks:
yay -S unigine-benchmarks-meta
= record games with obs =
= record games with obs =
install obs vulkan plugin:  
install obs vulkan plugin:  

Revision as of 23:03, 23 October 2023

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

benchmarks

install unigine benchmarks:

yay -S unigine-benchmarks-meta

record games with obs

install obs vulkan plugin:

yay -S obs-vkcapture-git

references