Both sides previous revisionPrevious revisionNext revision | Previous revision |
osu_on_linux [2020/11/19 02:59] – epix | osu_on_linux [2021/10/05 21:46] (current) – added discord rpc epix |
---|
- Install osu! with their [[https://osu.ppy.sh/home/download|installer]]. | - Install osu! with their [[https://osu.ppy.sh/home/download|installer]]. |
- Create a .desktop file in ''~/.local/share/applications''. See [[osu_on_linux#desktop_template|template]]. | - Create a .desktop file in ''~/.local/share/applications''. See [[osu_on_linux#desktop_template|template]]. |
| |
| ==== Alternative: Use Lutris ==== |
| The ''Windows version'' of osu! Stable on [[https://lutris.net/games/osu|Lutris' website]] is another good way to install the game. It contains tkg's patched wine v4.16 with Poon's audio fixes alongside other things. Its recommended to follow Poon's guide after setting this one up. Also, since the installer adds ''gdiplus'' into the wineprefix, you must copy over Windows fonts for CJK text to display properly. Apart from that, it is practically plug and play. |
| |
===== .desktop Template ===== | ===== .desktop Template ===== |
MimeType=x-scheme-handler/discord-367827983903490050;x-scheme-handler/osu; | MimeType=x-scheme-handler/discord-367827983903490050;x-scheme-handler/osu; |
</file> | </file> |
Replace ''<user>'' with your Linux user. The commented ''Exec'' option is for an older version of wine that required ''PULSE_LATENCY_MSEC=40'' to prevent audio artifacts. ''vblank_mode=0'' stops vsync if you are having issues with your desktop environment. Place {{:osu.png?linkonly |}} in ''~/.local/share/icons'' for a lovely icon. | Replace ''<user>'' with your Linux user. The commented ''Exec'' option is for an older version of wine that required ''PULSE_LATENCY_MSEC=40'' to prevent audio artifacts. ''vblank_mode=0''((''%%__GL_SYNC_TO_VBLANK=0%%'' is the proprietary NVIDIA equivalent)) stops vsync if you are having issues with your desktop environment. Place {{:osu.png?linkonly |}} in ''~/.local/share/icons'' for a lovely icon. |
===== OpenTabletDriver ===== | ===== OpenTabletDriver ===== |
Linux users are lucky to have **__1__** osu! tablet driver available! It's cross-platform, open-source, and the successor to hawku's drivers which are windows only :/. Anyways, it's called OpenTabletDriver and it is a C# program. You can manually install it into ''/opt'', and make a cronjob/systemd-user service to start the daemon on boot. The AUR package also has an icon and accompanating .desktop file. Be sure to blacklist the ''wacom'' drivers and copy over the provided udev rules to avoid permission errors. Check the FAQ if there are any other issues. This driver works 100x better than the native Windows/Linux wacom drivers. | Linux users are lucky to have **__1__** osu! tablet driver available! It's cross-platform, open-source, and the successor to hawku's drivers which are windows only :/. Anyways, it's called OpenTabletDriver and it is a C# program. You can manually install it into ''/opt'', and make a cronjob/systemd-user service to start the daemon on boot. The AUR package also has an icon and accompanating .desktop file. Be sure to blacklist the ''wacom'' drivers and copy over the provided udev rules to avoid permission errors. Check the FAQ if there are any other issues. This driver works 100x better than the native Windows/Linux wacom drivers. |
| |
| ===== Discord RPC ===== |
| To get Discord RPC working on the lutris version of osu!, use [[https://github.com/HorizonCode/linux-lutris-osu-rpc|this script]] and follow the ''README.md'' instructions. |
| |
===== Notes ===== | ===== Notes ===== |