improve osu performance
This commit is contained in:
parent
eb1c0269e4
commit
11f7e7d288
1 changed files with 2 additions and 1 deletions
|
@ -8,11 +8,12 @@
|
||||||
home.file.".local/share/applications/osu.desktop".text = ''
|
home.file.".local/share/applications/osu.desktop".text = ''
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=osu!
|
Name=osu!
|
||||||
|
# https://download.nvidia.com/XFree86/Linux-x86_64/525.78.01/README/openglenvvariables.html
|
||||||
# https://github.com/PipeWire/pipewire?tab=readme-ov-file#usage
|
# https://github.com/PipeWire/pipewire?tab=readme-ov-file#usage
|
||||||
# osu! uses a sample rate of 44.1kHz instead of the usual 48kHz.
|
# osu! uses a sample rate of 44.1kHz instead of the usual 48kHz.
|
||||||
# Setting PIPEWIRE_LATENCY=16/48000 does not force the game to use 48kHz sample rate.
|
# Setting PIPEWIRE_LATENCY=16/48000 does not force the game to use 48kHz sample rate.
|
||||||
# values below 8 causes issue
|
# values below 8 causes issue
|
||||||
Exec=env PIPEWIRE_LATENCY=16/48000 gamemoderun osu! %U
|
Exec=env PIPEWIRE_LATENCY=16/48000 __GL_MaxFramesAllowed=1 __GL_SYNC_TO_VBLANK=0 gamemoderun osu! %U
|
||||||
Categories=Game
|
Categories=Game
|
||||||
Comment=A free-to-win rhythm game. Rhythm is just a *click* away!
|
Comment=A free-to-win rhythm game. Rhythm is just a *click* away!
|
||||||
SingleMainWindow=true
|
SingleMainWindow=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue