For those who don't know there is already an existing approach for osu! on Linux here
https://osu.ppy.sh/community/forums/topics/367783
The reason why I'm making a new one is because mine takes a different approach for those who can't seem to find that method working for them.
Getting osu! to work on Ubuntu.
Creating easier options for wacom tablets.
Based on the Low latency rev 12 Forum linked above I have created a easier to use Wacom Area command
These commands will create a new command that when you type wacomset it will automatically detect your Wacom id and set them to your designated area. (learn more about changing the designated area in the Forum above)
the numbers past the Area ^^^ can be changed to your wishes (see more on the forum above)
Starting Tips
DO NOT
https://drive.google.com/file/d/1gZpB8QVtkR9F9_ZxhFGwjJo5qm77oI51/view?usp=sharing
There WILL be ghost beatmaps that appear on the first opening
to fix this, just refresh your beatmaps with F5
https://osu.ppy.sh/community/forums/topics/367783
The reason why I'm making a new one is because mine takes a different approach for those who can't seem to find that method working for them.
Getting osu! to work on Ubuntu.
Setting up your computer
Just remember to paste in these commands into your terminal
This will give your computer the necessary packages to install osu!
Grabbing osu! from my github
Just remember to paste in these commands into your terminal
Finalizing installation
Just remember to paste in these commands into your terminal
(there will be a dotnet pop up please say yes accept it)
If osu! runs it worked (congratulations)
PLEASE CHECK THE STARTING TIPS IF osu! WORKS
Just remember to paste in these commands into your terminal
- sudo apt update
- sudo apt install wget winetricks xz-utils wget
This will give your computer the necessary packages to install osu!
Grabbing osu! from my github
Just remember to paste in these commands into your terminal
- wget 'https://github.com/Nubbelium/osu-linux/raw/master/osu/OSU.tar.xz'
- tar -xJf ./OSU.tar.xz
- rm ./OSU.tar.xz
- cd ~/Desktop
- wget 'https://github.com/Nubbelium/osu-linux/raw/master/osu.desktop'
- wget 'https://github.com/Nubbelium/osu-linux/raw/master/osu-installer.txt'
- cd /usr/share/applications
- wget 'https://github.com/Nubbelium/osu-linux/raw/master/osu.desktop'
- cd /usr/share/icons/
- wget 'https://github.com/Nubbelium/osu-linux/raw/master/Osu\!Logo_\(2015\).png'
Finalizing installation
Just remember to paste in these commands into your terminal
(there will be a dotnet pop up please say yes accept it)
- WINEARCH=win32 winetricks dotnet40
- winecfg
#select windows 8 then click apply then close it - wine ./OSU/osu\!.exe
If osu! runs it worked (congratulations)
PLEASE CHECK THE STARTING TIPS IF osu! WORKS
Creating easier options for wacom tablets.
Based on the Low latency rev 12 Forum linked above I have created a easier to use Wacom Area command
These commands will create a new command that when you type wacomset it will automatically detect your Wacom id and set them to your designated area. (learn more about changing the designated area in the Forum above)
- cd
- echo "alias wacomset='xsetwacom --set "'$'"(xsetwacom --list devices | grep stylus | cut -d \":\" -f2 | cut -d \"t\" -f1 | tr -d \" \") Area 0 0 6464 4574'" >> ~/.bashrc
- source .bashrc
the numbers past the Area ^^^ can be changed to your wishes (see more on the forum above)
Starting Tips
DO NOT
- Turn on Shaders
- Softening Filter
https://drive.google.com/file/d/1gZpB8QVtkR9F9_ZxhFGwjJo5qm77oI51/view?usp=sharing
There WILL be ghost beatmaps that appear on the first opening
to fix this, just refresh your beatmaps with F5