Howto game on linux: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
install corectl debian/ubuntu | install corectl debian/ubuntu | ||
sudo apt install corectrl | sudo apt install corectrl | ||
= record games with obs = | |||
install obs vulkan plugin: | |||
yay -S obs-vkcapture-git | |||
= references = | = references = | ||
* https://github.com/nowrep/obs-vkcapture | * https://github.com/nowrep/obs-vkcapture |
Revision as of 19:20, 5 September 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
record games with obs
install obs vulkan plugin:
yay -S obs-vkcapture-git