doc: gamescope commands
This commit is contained in:
parent
98d745584f
commit
dec3f4179c
3 changed files with 14 additions and 8 deletions
|
@ -10,7 +10,8 @@ input {
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_rules =
|
kb_rules =
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
force_no_accel = true
|
# force_no_accel = true
|
||||||
|
accel_profile = flat
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = no
|
natural_scroll = no
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
# Mice : hyprctl devices
|
# Mice : hyprctl devices
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
device {
|
# device {
|
||||||
name = instant-usb-gaming-mouse-
|
# name = instant-usb-gaming-mouse-
|
||||||
sensitivity=0.5
|
# sensitivity=0.1
|
||||||
natural_scroll=0
|
# natural_scroll=0
|
||||||
accel_profile=flat
|
# accel_profile=flat
|
||||||
}
|
# }
|
|
@ -31,10 +31,14 @@ Modify the game's launch options on Steam to use the created script. Right-click
|
||||||
|
|
||||||
- Enable GameMode :
|
- Enable GameMode :
|
||||||
```gamemoderun %command%```
|
```gamemoderun %command%```
|
||||||
|
|
||||||
- Enable MangoHud :
|
- Enable MangoHud :
|
||||||
```env MANGOHUD=1 %command%```
|
- ```env MANGOHUD=1 %command%```
|
||||||
|
- ```mangohud %command%```
|
||||||
|
|
||||||
- Enable GameScope :
|
- Enable GameScope :
|
||||||
- with fsr : ```gamescope -f -F fsr -- %command%```
|
- with fsr : ```gamescope -f -F fsr -- %command%```
|
||||||
|
- with gamemode : ```gamemoderun gamescope -f -F fsr -- %command%```
|
||||||
|
|
||||||
- downscale resolution :
|
- downscale resolution :
|
||||||
- ```gamescope -f -F fsr -w 1980 -h 1080 -W 1600 -H 900 -- %command%```
|
- ```gamescope -f -F fsr -w 1980 -h 1080 -W 1600 -H 900 -- %command%```
|
||||||
|
@ -44,6 +48,7 @@ Modify the game's launch options on Steam to use the created script. Right-click
|
||||||
|
|
||||||
- fps cap : ```gamescope -f -F fsr -r 30 -- %command%```
|
- fps cap : ```gamescope -f -F fsr -r 30 -- %command%```
|
||||||
|
|
||||||
|
|
||||||
## Disable Fps Cap on Valve Game
|
## Disable Fps Cap on Valve Game
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue