Skip to content

kartavkun/arch-osu-wine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osu! for Arch-based distros

This script installing drivers and osu! for Arch-based distros

Features

Installation and update

You need to paste the command below into your terminal and follow the instructions

curl -fsSL https://raw.githubusercontent.com/kartavkun/arch-osu-wine/main/setup.sh | sh

If you need to update, you need to paste it

curl -fsSL https://raw.githubusercontent.com/kartavkun/arch-osu-wine/main/update.sh | sh

osu! located at ~/osu/

Important Note for Wayland and OpenTabletDriver

Due to Wayland, there is significant latency, so it is recommended to use Xorg for playing osu! standard mode on a graphics tablet. While OpenTabletDriver works through XWayland, performance may be worse than in Xorg.

Common desktop environments (DE) and window managers (WM) that work on Xorg include:

If you are using GNOME or KDE, make sure to select the X session when logging in to ensure that you are using Xorg.

Additionally, there is a specific tweak in the script that prioritizes the use of the discrete GPU when using gaming laptops with hybrid graphics. This is essential for optimal performance and stability during gameplay.

Troubleshooting

Audio is "farting"

The problem is your CPU, is kinda slow, but you can fix it (probably)

You need to edit pipewire.conf and pipewire-pulse.conf in .config/pipewire

You need to change values in these files:

pipewire.conf

default.clock.quantum = 64 128

default.clock.min-quantum = 64 128

pipewire-pulse.conf

node.latency = 64 128/48000

pulse.min.req = 64 128/48000

pulse.default.req = 64 128/48000

pulse.min.frag = 64 128/48000

pulse.min.quantum = 64 128/48000

Then execute this command

systemctl --user restart pipewire.service pipewire.socket wireplumber.service pipewire-pulse.service pipewire-pulse.socket

If you have other issues, notify me about it in Issues

Credits:

License

GPL 3.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published