mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-07 15:43:55 +02:00
doc: gamescope commands
This commit is contained in:
parent
d9ec9cc071
commit
8907718e01
1 changed files with 12 additions and 17 deletions
|
@ -8,7 +8,7 @@
|
||||||
- Heroic Games Launcher : ["heroic"](https://heroicgameslauncher.com/)
|
- Heroic Games Launcher : ["heroic"](https://heroicgameslauncher.com/)
|
||||||
- Emulation apps : rpcs3 - rpcsx2
|
- Emulation apps : rpcs3 - rpcsx2
|
||||||
- Steam Libs : libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit
|
- Steam Libs : libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit
|
||||||
- GameMode : gamemode
|
- GameMode : gamemode gamescope
|
||||||
- MangoHud : MangoHud MangoHud-32bit
|
- MangoHud : MangoHud MangoHud-32bit
|
||||||
- Vulkan Libs : Vulkan-Headers Vulkan-Tools Vulkan-ValidationLayers-32bit mesa-vulkan-radeon mesa-vulkan-radeon-32bit vulkan-loader vulkan-loader-32bit libspa-vulkan libspa-vulkan-32bit amdvlk
|
- Vulkan Libs : Vulkan-Headers Vulkan-Tools Vulkan-ValidationLayers-32bit mesa-vulkan-radeon mesa-vulkan-radeon-32bit vulkan-loader vulkan-loader-32bit libspa-vulkan libspa-vulkan-32bit amdvlk
|
||||||
|
|
||||||
|
@ -25,24 +25,19 @@ sudo usermod -aG bluetooth,input hesam
|
||||||
Inside this file : /etc/bluetooth/main.conf
|
Inside this file : /etc/bluetooth/main.conf
|
||||||
edit ControllerMode to bredr
|
edit ControllerMode to bredr
|
||||||
|
|
||||||
## Run Steam games with GameMode and MangoHud
|
## Run Steam games with GameMode and MangoHud and GameScope
|
||||||
|
|
||||||
Modify the game's launch options on Steam to use the created script. Right-click on the game in your Steam Library, choose "Properties," and under the "General" tab, click on "Set Launch Options." Enter the following command:
|
Modify the game's launch options on Steam to use the created script. Right-click on the game in your Steam Library, choose "Properties," and under the "General" tab, click on "Set Launch Options." Enter the following command:
|
||||||
|
|
||||||
```bash
|
- Enable GameMode :
|
||||||
gamemoderun mangohud %command%
|
```gamemoderun %command%```
|
||||||
```
|
- Enable MangoHud :
|
||||||
or
|
```env MANGOHUD=1 %command%```
|
||||||
|
- Enable GameScope :
|
||||||
```bash
|
- with fsr : ```gamescope -f -F fsr -- %command%```
|
||||||
mangohud gamemoderun %command%
|
- downscale resolution : ```gamescope -f -F fsr -w 1980 -h 1080 -W 1600 -H 900 -- %command%```
|
||||||
```
|
- upscale resolution : ```gamescope -f -F fsr -w 1280 -h 720 -W 1600 -H 900 -S integer -- %command%```
|
||||||
|
- fps cap : ```gamescope -f -F fsr -r 30 -- %command%```
|
||||||
or
|
|
||||||
|
|
||||||
```bash
|
|
||||||
env MANGOHUD=1 gamemoderun %command%
|
|
||||||
```
|
|
||||||
|
|
||||||
## Disable Fps Cap on Valve Game
|
## Disable Fps Cap on Valve Game
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue